Parent Directory | Revision Log | Patch
revision 1.14 by mocchiut, Mon Dec 3 15:47:43 2007 UTC | revision 1.15 by mocchiut, Mon Dec 3 20:55:58 2007 UTC | |
---|---|---|
# | Line 1095 Int_t CaloLevel0::Calibrate(Int_t ei){ | Line 1095 Int_t CaloLevel0::Calibrate(Int_t ei){ |
1095 | if ( clevel1->estrip[j4][m][l] > clevel1->emin ){ | if ( clevel1->estrip[j4][m][l] > clevel1->emin ){ |
1096 | // | // |
1097 | Float_t savel1 = clevel1->estrip[j4][m][l]; | Float_t savel1 = clevel1->estrip[j4][m][l]; |
1098 | if ( dexyc[j4][m][l] == 32767. ){ | if ( dexyc[l][m][j4] == 32767. ){ |
1099 | savel1 += 5000.; | savel1 += 5000.; |
1100 | clevel2->nsatstrip += 1.; | clevel2->nsatstrip += 1.; |
1101 | }; | }; |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |