- Timestamp:
- 07/05/10 16:43:43 (14 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9607 r9608 27 27 - added the missing file number to teh MC file names 28 28 29 * msimcamera/MSimCalibrationSignal.h: 30 - changed virtual file name from 000000 to 000001 to force file 31 number to be 1. 32 29 33 30 34 -
trunk/MagicSoft/Mars/msimcamera/MSimCalibrationSignal.h
r9425 r9608 52 52 53 53 UInt_t GetEntries() { return fNumEvents; } 54 TString GetFullFileName() const { return "cer00000 0"; }54 TString GetFullFileName() const { return "cer000001"; } 55 55 //virtual Bool_t Rewind(); 56 56
Note:
See TracChangeset
for help on using the changeset viewer.