Ignore:
Timestamp:
03/03/04 11:06:21 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3374 r3388  
    106106    Int_t GetNumTotalBytes() const;
    107107
    108     Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; }
     108    Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
    109109
    110110    void Print(Option_t *t=NULL) const;
Note: See TracChangeset for help on using the changeset viewer.