Ignore:
Timestamp:
12/02/03 15:38:59 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MReadReports.h

    r2556 r2590  
    1717{
    1818private:
    19     MTaskList *fTrees;
    20     TList *fChains;
     19    MTaskList *fTrees;  // Hold the trees which are scheduled for reading
     20    TList     *fChains; // Hold TChains to read the times in advance
    2121
    22     TArrayL fPos;
     22    TArrayL    fPos;    // Store the position in each tree/chain
    2323
    24     MTask *fList;
     24    MTask     *fList;   // pointer to the task list to set the stream id
    2525
    2626    MTime** GetTime(TChain *c) const;
    2727
    28     UInt_t GetEntries() { return 0; }
     28    UInt_t  GetEntries() { return 0; }
     29
     30    Int_t   PreProcess(MParList *plist);
     31    Int_t   Process();
     32    Int_t   PostProcess();
    2933
    3034public:
     
    3640    void  AddToBranchList(const char *name);
    3741
    38     void PrintStatistics(const Int_t lvl=0, Bool_t title=kFALSE) const;
     42    void  PrintStatistics(const Int_t lvl=0, Bool_t title=kFALSE) const;
    3943
    40     Int_t PreProcess(MParList *plist);
    41     Int_t Process();
    42     Int_t PostProcess();
    43 
    44     ClassDef(MReadReports, 0)   // Base class for a reading task
     44    ClassDef(MReadReports, 0) // Reads events and reports from a root file ordered in time
    4545};
    4646
Note: See TracChangeset for help on using the changeset viewer.