Changeset 2521 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 11/17/03 22:26:16 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mraw
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawFileRead.cc
r2299 r2521 242 242 Int_t MRawFileRead::PostProcess() 243 243 { 244 fIn->close(); 245 244 246 // 245 247 // Sanity check for the number of events -
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r2386 r2521 23 23 const UShort_t kMagicNumber = 0xc0c0; 24 24 25 // 26 // enum for the Run Type. Monte Carlo Runs have 27 // to have a value greater than 255 (>0xff) 28 // 25 29 enum { 26 30 kRTData = 0, -
trunk/MagicSoft/Mars/mraw/RawIncl.h
r454 r2521 1 1 #ifndef __CINT__ 2 2 3 #include "MTime.h"4 3 #include "MArrayB.h" 5 4 #include "MArrayS.h" 6 #include "MParList.h"7 8 #include <TClonesArray.h>9 5 10 6 #endif // __CINT__
Note:
See TracChangeset
for help on using the changeset viewer.