Parent Directory | Revision Log | Patch
revision 1.3 by pamelats, Wed Oct 15 14:03:18 2008 UTC | revision 1.4 by mocchiut, Thu Dec 18 17:11:47 2008 UTC | |
---|---|---|
# | Line 15 void Digitizer::DigitizeTOF(int np,float | Line 15 void Digitizer::DigitizeTOF(int np,float |
15 | ||
16 | float time_res[8] = {425.,210.,170.,130.,120.,120.,120.,120.}; | float time_res[8] = {425.,210.,170.,130.,120.,120.,120.,120.}; |
17 | for(Int_t i=0;i<8;i++)time_res[i]/=1.4;//1.17;1.5;1.3*/ | for(Int_t i=0;i<8;i++)time_res[i]/=1.4;//1.17;1.5;1.3*/ |
18 | Float_t dt1;// = 1.e-12*time_res[0]; // single PMT resolution for Z=1 (WM, Nov'07) | Float_t dt1 = 0.;// = 1.e-12*time_res[0]; // single PMT resolution for Z=1 (WM, Nov'07) |
19 | ||
20 | if ((Z > 1) && (Z < 9)) dt1=1.e-12*time_res[(Z-1)]; | if ((Z > 1) && (Z < 9)) dt1=1.e-12*time_res[(Z-1)]; |
21 | if (Z > 8) dt1=120.e-12; | if (Z > 8) dt1=120.e-12; |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |