Changeset 1581
- Timestamp:
- 11/06/02 15:02:44 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
r1342 r1581 46 46 47 47 // Telescope axis position (zenith and azimutal angle) 48 Float_t fTelesTheta; // >180 (200) means for each shower,49 // the Theta of shower50 Float_t fTelesPhi; // > 360 (400) means for each shower,51 // the Phi of shower48 Float_t fTelesTheta; // >180 (200) means that telescope is always pointing the 49 // shower. Otherwise it is Theta where Telescope is pointing. 50 Float_t fTelesPhi; // > 360 (400) means that telescope is always pointing the 51 // shower. Otherwise it is Phi where Telescope is pointing. 52 52 53 53 // Angular distance from the source position to the camera center … … 87 87 // Spectral index 88 88 Float_t fSlopeSpec; 89 90 // Noise from Optic Links 91 Byte_t fOpticLinksNoise; // Noise from Optic Links simualted or not. 89 92 90 93 public: … … 143 146 Bool_t GetAllEvtsTriggered() const { return fAllEvtsTriggered ? kTRUE : kFALSE; } 144 147 145 ClassDef(MMcRunHeader, 2) // storage container for general info148 ClassDef(MMcRunHeader, 3) // storage container for general info 146 149 }; 147 150 #endif
Note:
See TracChangeset
for help on using the changeset viewer.