Changeset 2206 for trunk/MagicSoft/Mars/mfileio/MCT1ReadAscii.h
- Timestamp:
- 06/23/03 11:01:53 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MCT1ReadAscii.h
r1880 r2206 23 23 void ReadData(); 24 24 25 Int_t PreProcess(MParList *pList); 26 Int_t Process(); 27 25 28 public: 26 29 MCT1ReadAscii(const char *filename=NULL, … … 32 35 Int_t AddFile(const char *fname, Int_t dummy=-1); 33 36 34 Bool_t PreProcess(MParList *pList);35 Bool_t Process();36 37 37 ClassDef(MCT1ReadAscii, 0) // Reads the CT1 data file 38 38 };
Note:
See TracChangeset
for help on using the changeset viewer.