Changeset 9229 for trunk/MagicSoft/Mars/mraw/MRawEvtHeader.h
- Timestamp:
- 01/18/09 14:45:10 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtHeader.h
r8944 r9229 92 92 UInt_t GetPulserSlotPattern() const; 93 93 94 // Setter 94 // Setter (ONLY for Monte Carlo purpose) 95 95 void FillHeader(UInt_t, Float_t=0); 96 96 97 void SetTriggerPattern( const UInt_t pattern ) { fTrigPattern[0] = pattern; } // Only for MC! 98 void SetCalibrationPattern( const UInt_t pattern ) { fTrigPattern[1] = pattern; } // Only for MC! 97 void SetTriggerPattern( const UInt_t pattern ) { fTrigPattern[0] = pattern; } 98 void SetCalibrationPattern( const UInt_t pattern ) { fTrigPattern[1] = pattern; } 99 void SetDAQEvtNumber(const UInt_t n) { fDAQEvtNumber = n; } 99 100 100 101 // TObject
Note:
See TracChangeset
for help on using the changeset viewer.