Changeset 415 for trunk/MagicSoft/Simulation/Corsika/Simone/MSimone.cxx
- Timestamp:
- 07/06/00 11:24:00 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Corsika/Simone/MSimone.cxx
r324 r415 27 27 CoreY = 0. ; 28 28 29 FirstInt = 0. ; 29 FirstInt = 0. ; 30 31 NumCerPhot = 0. ; 30 32 } 31 33 … … 55 57 56 58 FirstInt= 0. ; 59 60 NumCerPhot = 0. ; 57 61 } 58 62 … … 77 81 Phi = e->Phi; 78 82 83 Float_t x, y ; 84 85 CoreD = e->get_core(&x, &y, 0 ) ; 86 87 CoreX = x ; 88 CoreY = y ; 89 79 90 FirstInt = e->zFirstInt; 91 80 92 } 81 93 94 void MSimone::SetNumCerPhot( Int_t iN ) 95 { 96 NumCerPhot = (Float_t) iN ; 97 } 82 98 83 99 void MSimone::NtupFill( TNtuple *n ) 84 100 { 85 n->Fill(PartId,Energy,Theta,Phi ) ;101 n->Fill(PartId,Energy,Theta,Phi,CoreX, CoreY, CoreD, NumCerPhot ) ; 86 102 } 87 103
Note:
See TracChangeset
for help on using the changeset viewer.