Ignore:
Timestamp:
03/03/04 13:50:05 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3388 r3389  
    8080    UShort_t GetFormatVersion() const     { return fFormatVersion; }
    8181    UShort_t GetSoftVersion() const       { return fSoftVersion; }
     82    UInt_t   GetRunNumber() const         { return fRunNumber; }
    8283    UShort_t GetRunType() const           { return fRunType; }
    83     const char *GetRunTypeStr() const;
    84     UInt_t   GetRunNumber() const         { return fRunNumber; }
    85     const Char_t  *GetProjectName() const { return fProjectName; }
    86     const Char_t  *GetSourceName() const  { return fSourceName; }
    87     const Char_t  *GetSourceEpocheChar() const { return fSourceEpochChar; }
     84    const Char_t *GetRunTypeStr() const;
     85    const Char_t *GetProjectName() const { return fProjectName; }
     86    const Char_t *GetSourceName() const  { return fSourceName; }
     87    const Char_t *GetSourceEpocheChar() const { return fSourceEpochChar; }
    8888    UShort_t GetSourceEpocheDate() const  { return fSourceEpochDate; }
    8989    UShort_t GetNumCrates() const         { return fNumCrates; }
     
    106106    Int_t GetNumTotalBytes() const;
    107107
    108     Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
     108    Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; }
    109109
    110110    void Print(Option_t *t=NULL) const;
Note: See TracChangeset for help on using the changeset viewer.