Changeset 597 for trunk/MagicSoft/Mars/manalysis/MReadCT1Ascii.h
- Timestamp:
- 02/07/01 16:50:22 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MReadCT1Ascii.h
r592 r597 17 17 MNphotEvent *fNphot ; //! the data container for all data. 18 18 19 Float_t fPedest[127] ; //! 20 19 21 public: 20 22 MReadCT1Ascii(const char *filename, … … 26 28 Bool_t PostProcess(); 27 29 30 void ReadPedestal() ; 31 28 32 ClassDef(MReadCT1Ascii, 1) // Reads the CT1 data file 29 33 }; 30 34 31 35 #endif 36
Note:
See TracChangeset
for help on using the changeset viewer.