- Timestamp:
- 11/04/04 21:52:46 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
r3894 r5340 6 6 // // 7 7 // Version 5: removed members fSourceOffsetTheta, fSourceOffsetPhi // 8 // (were no longer used) // 9 // // 10 // Version 6: removed members fTelesTheta, fTelesPhi // 8 11 // (were no longer used) // 9 12 // // … … 48 51 49 52 Float_t fNumPheFromDNSB; // Number of phe/ns from diffuse NSB 50 51 // Telescope axis position (zenith and azimutal angle)52 Float_t fTelesTheta; // >180 (200) means that telescope is always pointing the shower.53 // Otherwise it is Theta where Telescope is pointing.54 Float_t fTelesPhi; // See class description. > 360 (400) means that telescope is always pointing the shower.55 // Otherwise it is Phi where Telescope is pointing.56 53 57 54 // Angular range used in the Corsika showers generation (degrees) … … 120 117 const Int_t sfDeS, 121 118 const Float_t numdnsb, 122 const Float_t telestheta,123 const Float_t telesphi,124 119 const Float_t shthetamax, 125 120 const Float_t shthetamin, … … 142 137 143 138 Float_t GetNumPheFromDNSB() const { return fNumPheFromDNSB; } 144 Float_t GetTelesTheta() const { return fTelesTheta; }145 139 UShort_t GetCamVersion() const { return fCamVersion; } 146 140 UShort_t GetReflVersion() const { return fReflVersion; } … … 148 142 UInt_t GetCorsikaVersion() const { return fCorsikaVersion; } 149 143 Bool_t GetAllEvtsTriggered() const { return fAllEvtsTriggered ? kTRUE : kFALSE; } 144 145 Float_t GetShowerThetaMin() const { return fShowerThetaMin; } 146 Float_t GetShowerThetaMax() const { return fShowerThetaMax; } 147 150 148 Float_t GetImpactMax() const {return fImpactMax;} 151 149 152 ClassDef(MMcRunHeader, 5) // storage container for general run info150 ClassDef(MMcRunHeader, 6) // storage container for general run info 153 151 }; 154 152 #endif
Note:
See TracChangeset
for help on using the changeset viewer.