- Timestamp:
- 04/29/04 18:01:04 (21 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3892 r3894 18 18 19 19 -*-*- END OF LINE -*-*- 20 2004/04/29: Abelardo Moralejo 21 22 * mmc/MMcEvt.hxx 23 - Added minor comment (explanation of fPassPhotCone). 24 25 * mmc/MMcRunHeader.[hxx,cxx] 26 - Removed obsolete parameters fSourceOffsetTheta, fSourceOffsetPhi 27 - Updated class version to 5. 28 20 29 2004/04/29: Nadia Tonello 21 30 -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r3506 r3894 64 64 UInt_t fPassPhotAtm; // [ph] Passed atmosphere 65 65 UInt_t fPassPhotRef; // [ph] Passed reflector(reflectivity + effective area) 66 UInt_t fPassPhotCone; // [ph] Passedglas67 UInt_t fPhotElfromShower; // [phe] Passed qe coming from the shower66 UInt_t fPassPhotCone; // [ph] Within any valid pixel, before plexiglas 67 UInt_t fPhotElfromShower; // [phe] Passed qe, coming from the shower 68 68 UInt_t fPhotElinCamera; // [phe] usPhotElfromShower + mean of phe 69 69 // from NSB -
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx
r2394 r3894 115 115 fTelesTheta = 0.0; 116 116 fTelesPhi = 0.0; 117 fSourceOffsetTheta = 0.0;118 fSourceOffsetPhi = 0.0;119 117 fShowerThetaMax = 0.0; 120 118 fShowerThetaMin = 0.0; … … 175 173 const Float_t telestheta, 176 174 const Float_t telesphi, 177 const Float_t sofftheta,178 const Float_t soffphi,179 175 const Float_t shthetamax, 180 176 const Float_t shthetamin, … … 219 215 fTelesTheta = telestheta; 220 216 fTelesPhi = telesphi; 221 fSourceOffsetTheta = sofftheta;222 fSourceOffsetPhi = soffphi;223 217 fShowerThetaMax = shthetamax; 224 218 fShowerThetaMin = shthetamin; -
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
r2283 r3894 3 3 /////////////////////////////////////////////////////////////////////// 4 4 // // 5 // MRunHeader // 5 // MMcRunHeader // 6 // // 7 // Version 5: removed members fSourceOffsetTheta, fSourceOffsetPhi // 8 // (were no longer used) // 6 9 // // 7 10 /////////////////////////////////////////////////////////////////////// … … 51 54 Float_t fTelesPhi; // See class description. > 360 (400) means that telescope is always pointing the shower. 52 55 // Otherwise it is Phi where Telescope is pointing. 53 54 // Angular distance from the source position to the camera center55 Float_t fSourceOffsetTheta;56 Float_t fSourceOffsetPhi;57 56 58 57 // Angular range used in the Corsika showers generation (degrees) … … 123 122 const Float_t telestheta, 124 123 const Float_t telesphi, 125 const Float_t sofftheta,126 const Float_t soffphi,127 124 const Float_t shthetamax, 128 125 const Float_t shthetamin, … … 153 150 Float_t GetImpactMax() const {return fImpactMax;} 154 151 155 ClassDef(MMcRunHeader, 4) // storage container for general run info152 ClassDef(MMcRunHeader, 5) // storage container for general run info 156 153 }; 157 154 #endif
Note:
See TracChangeset
for help on using the changeset viewer.