Changeset 1585 for trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
- Timestamp:
- 11/06/02 17:22:51 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r1580 r1585 9 9 { 10 10 private: 11 Float_t fEvtNumber;12 UShort_t fPartId;// Type of particle13 Float_t fEnergy;// [GeV] Energy11 UInt_t fEvtNumber; 12 UShort_t fPartId; // Type of particle 13 Float_t fEnergy; // [GeV] Energy 14 14 Float_t fThick0; 15 15 Float_t fFirstTarget; 16 Float_t f zFirstInt;16 Float_t fZFirstInteraction; 17 17 18 18 Float_t fTheta; // [rad] Theta angle of event 19 19 Float_t fPhi; // [rad] Phi angle of event 20 20 21 Float_t fCoreD; // Core d pos22 Float_t fCoreX; // Core x pos23 Float_t fCoreY; // Core y pos24 Float_t fImpact; // [ mm] impact parameter21 Float_t fCoreD; // [cm] Core d pos 22 Float_t fCoreX; // [cm] Core x pos 23 Float_t fCoreY; // [cm] Core y pos 24 Float_t fImpact; // [cm] impact parameter 25 25 26 / * ^^^ Up to here, the info from the CORSIKA event header. */26 // Up to here, the info from the CORSIKA event header. 27 27 28 / * Telescope orientation: */29 Float_t ftelescopePhi; / * rad */30 Float_t ftelescopeTheta; / * rad */28 // Telescope orientation: 29 Float_t ftelescopePhi; // [rad] 30 Float_t ftelescopeTheta; // [rad] 31 31 32 / * Time of first and last photon: */33 Float_t fTimeFirst; 34 Float_t fTimeLast; 32 // Time of first and last photon: 33 Float_t fTimeFirst; // [ns] 34 Float_t fTimeLast; // [ns] 35 35 36 / *6 parameters and chi2 of the NKG fit to the longitudinal37 *particle distribution (see CORSIKA manual for explanation):38 */39 Float_t f longi_Nmax;40 Float_t f longi_t0;41 Float_t f longi_tmax;42 Float_t f longi_a;43 Float_t f longi_b;44 Float_t f longi_c;45 Float_t f longi_chi2;36 // 6 parameters and chi2 of the NKG fit to the longitudinal 37 // particle distribution (see CORSIKA manual for explanation): 38 // 39 Float_t fLongiNmax; 40 Float_t fLongit0; 41 Float_t fLongitmax; 42 Float_t fLongia; 43 Float_t fLongib; 44 Float_t fLongic; 45 Float_t fLongichi2; 46 46 47 UInt_t fPhotIni; // Initial number of photons48 UInt_t fPassPhotAtm; // Passed atmosphere49 UInt_t fPassPhotRef; // Passed reflector(reflectivity + effective area)50 UInt_t fPassPhotCone; // Passed glas51 UInt_t fPhotElfromShower; // Passed qe coming from the shower52 UInt_t fPhotElinCamera; // usPhotElfromShower + mean of phe47 UInt_t fPhotIni; // [ph] Initial number of photons 48 UInt_t fPassPhotAtm; // [ph] Passed atmosphere 49 UInt_t fPassPhotRef; // [ph] Passed reflector(reflectivity + effective area) 50 UInt_t fPassPhotCone; // [ph] Passed glas 51 UInt_t fPhotElfromShower; // [phe] Passed qe coming from the shower 52 UInt_t fPhotElinCamera; // [phe] usPhotElfromShower + mean of phe 53 53 // from NSB 54 54 … … 56 56 MMcEvt() ; 57 57 58 MMcEvt( Float_t, UShort_t, Float_t, Float_t, Float_t,58 MMcEvt( UInt_t, UShort_t, Float_t, Float_t, Float_t, 59 59 Float_t, Float_t, Float_t, Float_t, Float_t, Float_t, 60 60 Float_t, Float_t, Float_t, Float_t, Float_t, Float_t, … … 66 66 void Clear(Option_t *opt=NULL); 67 67 68 void Fill( Float_t, UShort_t, Float_t, Float_t, Float_t,68 void Fill( UInt_t, UShort_t, Float_t, Float_t, Float_t, 69 69 Float_t, Float_t, Float_t, Float_t, Float_t, Float_t, 70 70 Float_t, Float_t, Float_t, Float_t, Float_t, Float_t,
Note:
See TracChangeset
for help on using the changeset viewer.