Changeset 7996


Ignore:
Timestamp:
09/28/06 20:19:14 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7995 r7996  
    9090     - removed the tab with the number of muons after cuts
    9191     - allow a dataset as last argument
     92
     93   * mraw/MRawRunHeader.h:
     94     - added new member function IsValid
    9295
    9396   * mfileio/MReadMarsFile.cc:
  • trunk/MagicSoft/Mars/mraw/MRawRunHeader.h

    r7641 r7996  
    116116    Int_t GetNumTotalBytes() const;
    117117
     118    Bool_t IsValid() const { return fMagicNumber==0xc0c0 || fMagicNumber==0xc0c1; }
    118119    Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; }
    119120
Note: See TracChangeset for help on using the changeset viewer.