- Timestamp:
- 08/27/13 14:19:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Mars_MC/mraw/MRawEvtData.h
r17011 r17050 12 12 //class ifstream; 13 13 #include <iosfwd> 14 #include <stdint.h> 14 15 15 16 class MRawRunHeader; … … 37 38 MArrayB *fABFlags; //-> A information about the exact trigger position 38 39 MArrayS *fStartCells; // {fits: unit=uint16 ; name=StartCellData } 40 41 UShort_t fTriggerType; // {fits: unit=uint16 ; name=TriggerType } 39 42 40 43 UShort_t fNumBytesPerSample;
Note:
See TracChangeset
for help on using the changeset viewer.