| 70 |
/** |
/** |
| 71 |
* Clear variables |
* Clear variables |
| 72 |
**/ |
**/ |
| 73 |
void CaloStrip::Clear() { |
void CaloStrip::Clear(Option_t *t) { |
| 74 |
fE = 0.; |
fE = 0.; |
| 75 |
fX = 0.; |
fX = 0.; |
| 76 |
fY = 0.; |
fY = 0.; |
| 326 |
/** |
/** |
| 327 |
* Clear the CaloLevel1 object |
* Clear the CaloLevel1 object |
| 328 |
**/ |
**/ |
| 329 |
void CaloLevel1::Clear() { |
void CaloLevel1::Clear(Option_t *t) { |
| 330 |
// |
// |
| 331 |
istrip = 0; |
istrip = 0; |
| 332 |
estrip.Reset(); |
estrip.Reset(); |
| 456 |
Int_t sview = 1; |
Int_t sview = 1; |
| 457 |
if ( nplane%2 ) sview = 0; |
if ( nplane%2 ) sview = 0; |
| 458 |
// |
// |
| 459 |
Int_t splane = nplane-(sview+1)/2; |
// Int_t splane = nplane-(sview+1)/2; |
| 460 |
|
Int_t splane = (nplane+sview-1)/2; |
| 461 |
// |
// |
| 462 |
Float_t totmip = qtotpl(sview,splane,sat); |
Float_t totmip = qtotpl(sview,splane,sat); |
| 463 |
// |
// |