Changeset 1717 for trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx
- Timestamp:
- 01/20/03 16:38:50 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx
r1595 r1717 56 56 UInt_t uiPco, 57 57 UInt_t uiPelS, 58 UInt_t uiPelC ) { 58 UInt_t uiPelC, 59 Float_t elec, 60 Float_t muon, 61 Float_t other) { 59 62 60 63 fName = "MMcEvt"; … … 101 104 fPhotElfromShower = uiPelS ; 102 105 fPhotElinCamera = uiPelC ; 106 107 fElecCphFraction=elec; 108 fMuonCphFraction=muon; 109 fOtherCphFraction=other; 103 110 } 104 111 … … 136 143 fPhotElfromShower = 0; 137 144 fPhotElinCamera = 0; 145 146 fElecCphFraction=0; 147 fMuonCphFraction=0; 148 fOtherCphFraction=0; 138 149 } 139 150 … … 166 177 UInt_t uiPco, 167 178 UInt_t uiPelS, 168 UInt_t uiPelC ) { 179 UInt_t uiPelC, 180 Float_t elec, 181 Float_t muon, 182 Float_t other ) { 169 183 // 170 184 // All datamembers are filled with the correspondin parameters. … … 205 219 fPhotElfromShower = uiPelS ; 206 220 fPhotElinCamera = uiPelC ; 221 222 fElecCphFraction=elec; 223 fMuonCphFraction=muon; 224 fOtherCphFraction=other; 225 207 226 } 208 227
Note:
See TracChangeset
for help on using the changeset viewer.