Parent Directory | Revision Log | Patch
revision 1.11 by mocchiut, Tue Nov 27 06:46:31 2007 UTC | revision 1.12 by mocchiut, Tue Nov 27 10:15:47 2007 UTC | |
---|---|---|
# | Line 457 Float_t CaloLevel1::qtotpl(Int_t nplane, | Line 457 Float_t CaloLevel1::qtotpl(Int_t nplane, |
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; | Int_t splane = (nplane+sview-1)/2; |
461 | // | // |
462 | Float_t totmip = qtotpl(sview,splane,sat); | Float_t totmip = qtotpl(sview,splane,sat); |
463 | // | // |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |