Parent Directory | Revision Log | Patch
revision 1.6 by mocchiut, Fri Nov 28 16:01:38 2008 UTC | revision 1.7 by mocchiut, Mon Dec 14 14:37:58 2009 UTC | |
---|---|---|
# | Line 25 CaloBragg::CaloBragg(PamLevel2 *l2p){ | Line 25 CaloBragg::CaloBragg(PamLevel2 *l2p){ |
25 | // | // |
26 | debug = false; | debug = false; |
27 | usetrack = false; | usetrack = false; |
28 | usepl18x = false; | |
29 | // | // |
30 | }; | }; |
31 | ||
# | Line 124 void CaloBragg::Process(Int_t ntr){ | Line 125 void CaloBragg::Process(Int_t ntr){ |
125 | for ( Int_t i=0; i<L2->GetCaloLevel1()->istrip; i++ ){ | for ( Int_t i=0; i<L2->GetCaloLevel1()->istrip; i++ ){ |
126 | // | // |
127 | mip = L2->GetCaloLevel1()->DecodeEstrip(i,view,plane,strip); | mip = L2->GetCaloLevel1()->DecodeEstrip(i,view,plane,strip); |
128 | // | |
129 | if ( !usepl18x && view==0 && plane==18 ) mip = 0.; | |
130 | // | |
131 | epiano[plane][view]+=mip; | epiano[plane][view]+=mip; |
132 | // | // |
133 | // | // |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |