Changeset 7996 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 09/28/06 20:19:14 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.