Changeset 9336 for trunk/MagicSoft/include-Classes
- Timestamp:
- 02/15/09 13:24:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
r9312 r9336 161 161 Float_t GetImpactMax() const {return fImpactMax;} 162 162 163 Bool_t IsCeres() const { return fCamVersion==UShort_t(-1); } 164 163 165 void SetNumSimulatedShowers(UInt_t n) { fNumSimulatedShowers=n; } 164 166 void SetImpactMax(Float_t im) { fImpactMax=im; } 167 void SetCorsikaVersion(UInt_t v) { fCorsikaVersion=v; } 165 168 166 169 ClassDef(MMcRunHeader, 7) // storage container for general run info
Note:
See TracChangeset
for help on using the changeset viewer.