Ignore:
Timestamp:
01/25/09 14:32:11 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawRunHeader.h

    r9239 r9261  
    162162    Bool_t IsPedestalRun() const    { return (fRunType&0xff)==kRTPedestal; }
    163163    Bool_t IsCalibrationRun() const { return (fRunType&0xff)==kRTCalibration; }
     164    Bool_t IsPointRun() const       { return (fRunType&0xff)==kRTPointRun; }
    164165
    165166    void Print(Option_t *t=NULL) const;
Note: See TracChangeset for help on using the changeset viewer.