Changeset 1002
- Timestamp:
- 10/29/01 10:55:41 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCT1ReadAscii.h
r842 r1002 6 6 #endif 7 7 8 class T ArrayC;8 class TList; 9 9 class MCerPhotEvt; 10 10 class MPedestalCam; … … 16 16 MCerPhotEvt *fNphot; // the data container for all data. 17 17 MPedestalCam *fPedest; // ct1 pedestals 18 T ArrayC*fFileNames; // Array which stores the \0-terminated filenames18 TList *fFileNames; // Array which stores the \0-terminated filenames 19 19 20 20 Bool_t OpenNextFile();
Note:
See TracChangeset
for help on using the changeset viewer.