Changeset 716 for trunk/MagicSoft/Mars/manalysis/MCT1ReadAscii.h
- Timestamp:
- 04/02/01 15:08:48 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCT1ReadAscii.h
r705 r716 6 6 #endif 7 7 8 class TArrayC; 8 9 class MCerPhotEvt; 9 10 class MPedestalCam; … … 12 13 { 13 14 private: 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(); 18 22 19 23 void ReadPedestals(); … … 21 25 22 26 public: 23 MCT1ReadAscii(const char *filename ,27 MCT1ReadAscii(const char *filename=NULL, 24 28 const char *name=NULL, 25 29 const char *title=NULL); 26 30 31 ~MCT1ReadAscii(); 32 33 void AddFile(const char *fname); 34 27 35 Bool_t PreProcess(MParList *pList); 28 36 Bool_t Process(); 29 Bool_t PostProcess();30 37 31 38 ClassDef(MCT1ReadAscii, 0) // Reads the CT1 data file
Note:
See TracChangeset
for help on using the changeset viewer.