Changeset 9239 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 01/22/09 19:07:37 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r9219 r9239 159 159 Bool_t IsValid() const { return fMagicNumber==0xc0c0 || fMagicNumber==0xc0c1; } 160 160 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } 161 Bool_t IsDataRun() const { return (fRunType&0xff)==kRTData; } 162 Bool_t IsPedestalRun() const { return (fRunType&0xff)==kRTPedestal; } 163 Bool_t IsCalibrationRun() const { return (fRunType&0xff)==kRTCalibration; } 161 164 162 165 void Print(Option_t *t=NULL) const;
Note:
See TracChangeset
for help on using the changeset viewer.