Parent Directory | Revision Log | Patch
revision 1.10 by mocchiut, Mon Nov 26 08:01:11 2007 UTC | revision 1.12 by mocchiut, Tue Nov 27 10:15:47 2007 UTC | |
---|---|---|
# | Line 456 Float_t CaloLevel1::qtotpl(Int_t nplane, | Line 456 Float_t CaloLevel1::qtotpl(Int_t nplane, |
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 | // | // |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |