Changeset 9261 for trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
- Timestamp:
- 01/25/09 14:32:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r9239 r9261 162 162 Bool_t IsPedestalRun() const { return (fRunType&0xff)==kRTPedestal; } 163 163 Bool_t IsCalibrationRun() const { return (fRunType&0xff)==kRTCalibration; } 164 Bool_t IsPointRun() const { return (fRunType&0xff)==kRTPointRun; } 164 165 165 166 void Print(Option_t *t=NULL) const;
Note:
See TracChangeset
for help on using the changeset viewer.