Changeset 7996 for trunk/MagicSoft/Mars
- Timestamp:
- 09/28/06 20:19:14 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7995 r7996 90 90 - removed the tab with the number of muons after cuts 91 91 - allow a dataset as last argument 92 93 * mraw/MRawRunHeader.h: 94 - added new member function IsValid 92 95 93 96 * mfileio/MReadMarsFile.cc: -
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r7641 r7996 116 116 Int_t GetNumTotalBytes() const; 117 117 118 Bool_t IsValid() const { return fMagicNumber==0xc0c0 || fMagicNumber==0xc0c1; } 118 119 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } 119 120
Note:
See TracChangeset
for help on using the changeset viewer.