Parent Directory
|
Revision Log
|
Patch
| revision 1.8 by mocchiut, Fri Sep 28 10:05:00 2007 UTC | revision 1.10 by mocchiut, Fri Sep 28 12:34:42 2007 UTC | |
|---|---|---|
| # | Line 34 void CaloNuclei::Clear(){ | Line 34 void CaloNuclei::Clear(){ |
| 34 | interplane = 0; | interplane = 0; |
| 35 | preq = 0.; | preq = 0.; |
| 36 | postq = 0.; | postq = 0.; |
| 37 | stdedx1 = 0.; | |
| 38 | ethr = 0.; | |
| 39 | dedx1 = 0.; | dedx1 = 0.; |
| 40 | dedx3 = 0.; | dedx3 = 0.; |
| 41 | qpremean = 0.; | qpremean = 0.; |
| # | Line 171 void CaloNuclei::Process(Int_t ntr){ | Line 173 void CaloNuclei::Process(Int_t ntr){ |
| 173 | }; | }; |
| 174 | } else { | } else { |
| 175 | if ( ntr >= 0 ){ | if ( ntr >= 0 ){ |
| 176 | printf(" ERROR: you asked not to use a track but you are looking for track number %i !\n",ntr); | if ( debug ) printf(" ERROR: you asked not to use a track but you are looking for track number %i !\n",ntr); |
| 177 | printf(" ERROR: CaloNuclei variables not completely filled \n"); | if ( debug ) printf(" ERROR: CaloNuclei variables not completely filled \n"); |
| 178 | return; | return; |
| 179 | }; | }; |
| 180 | }; | }; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |