Changeset 3388 for trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
- Timestamp:
- 03/03/04 11:06:21 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r3374 r3388 106 106 Int_t GetNumTotalBytes() const; 107 107 108 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; }108 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); } 109 109 110 110 void Print(Option_t *t=NULL) const;
Note:
See TracChangeset
for help on using the changeset viewer.