Changeset 1592
- Timestamp:
- 11/07/02 19:01:10 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r1586 r1592 10 10 private: 11 11 UInt_t fEvtNumber; 12 UShort_t fPartId; // Type of particle13 Float_t fEnergy; // [GeV] Energy14 Float_t fThick0; //15 Float_t fFirstTarget; //16 Float_t fZFirstInteraction; // 12 UShort_t fPartId; // Type of particle 13 Float_t fEnergy; // [GeV] Energy 14 Float_t fThick0; // [g/cm2] 15 Float_t fFirstTarget; // [] 16 Float_t fZFirstInteraction; // [cm] 17 17 18 18 Float_t fTheta; // [rad] Theta angle of event … … 35 35 36 36 // 6 parameters and chi2 of the NKG fit to the longitudinal 37 // particle distribution (see CORSIKA manual for explanation): 37 // particle distribution. See CORSIKA manual for explanation, 38 // section 4.42 "Longitudinal shower development": 38 39 // 39 Float_t fLongiNmax; 40 Float_t fLongit0; 41 Float_t fLongitmax; 42 Float_t fLongia; 43 Float_t fLongib; 44 Float_t fLongic; 40 Float_t fLongiNmax; // [particles] 41 Float_t fLongit0; // [g/cm2] 42 Float_t fLongitmax; // [g/cm2] 43 Float_t fLongia; // [g/cm2] 44 Float_t fLongib; // [] 45 Float_t fLongic; // [cm2/g] 45 46 Float_t fLongichi2; 46 47
Note:
See TracChangeset
for help on using the changeset viewer.