Ignore:
Timestamp:
04/02/01 15:08:48 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCT1ReadAscii.h

    r705 r716  
    66#endif
    77
     8class TArrayC;
    89class MCerPhotEvt;
    910class MPedestalCam;
     
    1213{
    1314private:
    14     TString       fFileName;    //! the file name of the string
    15     ifstream     *fIn;          //! the inputfile
    16     MCerPhotEvt  *fNphot;       //! the data container for all data.
    17     MPedestalCam *fPedest;      //! ct1 pedestals
     15    TString       fFileName;    // the file name of the string
     16    ifstream     *fIn;          // the inputfile
     17    MCerPhotEvt  *fNphot;       // the data container for all data.
     18    MPedestalCam *fPedest;      // ct1 pedestals
     19    TArrayC      *fFileNames;   // Array which stores the \0-terminated filenames
     20
     21    Bool_t OpenNextFile();
    1822
    1923    void ReadPedestals();
     
    2125
    2226public:
    23     MCT1ReadAscii(const char *filename,
     27    MCT1ReadAscii(const char *filename=NULL,
    2428                  const char *name=NULL,
    2529                  const char *title=NULL);
    2630
     31    ~MCT1ReadAscii();
     32
     33    void AddFile(const char *fname);
     34
    2735    Bool_t PreProcess(MParList *pList);
    2836    Bool_t Process();
    29     Bool_t PostProcess();
    3037
    3138    ClassDef(MCT1ReadAscii, 0)  // Reads the CT1 data file
Note: See TracChangeset for help on using the changeset viewer.