#include "hldfilesource.h"

HldFileSource


class description - source file - inheritance tree (.pdf)

class HldFileSource : public HldFileSourceBase

Inheritance Chart:
TObject
<-
HDataSource
<-
HldSource
<-
HldFileSourceBase
<-
HldFileSource
<-
HldRFIOFileSource
HSUHldFileInfo

    public:
HldFileSource() HldFileSource(HldFileSource& so) virtual ~HldFileSource() virtual void addFile(Text_t* fileName, Int_t refId = -1) static TClass* Class() virtual EDsState getNextEvent(Bool_t doUnpack = kTRUE) virtual Bool_t getNextFile() virtual Int_t getRunId(const Text_t* fileName) virtual TClass* IsA() const virtual Bool_t rewind() void setMaxEventPerFile(Int_t n) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

 HldFileSource

  This "data source" reads the HLD data from files on disk.
  (further information in base class HldSource)



HldFileSource(void) : HldFileSourceBase()
 Default constructor for a Lmd file data source.

~HldFileSource(void)
 Destructor for a LMD file data source

HldFileSource(HldFileSource &so)

Int_t getRunId(const Text_t *fileName)

EDsState getNextEvent(Bool_t doUnpack)
 loops over the event files in the runtime database
 Tries to read a new event from the LMD file and put the info into the
 HEvent structure:

Bool_t getNextFile()

void addFile(Text_t *name,Int_t refId)

Bool_t rewind()



Inline Functions


               void setMaxEventPerFile(Int_t n)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)


Author: Ilse Koenig
Last update: 26/11/98 by Ilse Koenig


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.