Parent Directory | Revision Log | Patch
revision 1.36 by mocchiut, Thu Apr 12 12:27:10 2012 UTC | revision 1.37 by mocchiut, Tue May 15 14:31:34 2012 UTC | |
---|---|---|
# | Line 1784 void ToFdEdx::Init(pamela::tof::TofEvent | Line 1784 void ToFdEdx::Init(pamela::tof::TofEvent |
1784 | for (Int_t hh=0; hh<12;hh++){ | for (Int_t hh=0; hh<12;hh++){ |
1785 | // tofinput_.tdc[hh][gg]=tofEvent->tdc[gg][hh]; | // tofinput_.tdc[hh][gg]=tofEvent->tdc[gg][hh]; |
1786 | int mm = tf.GetPMTid(gg,hh); | int mm = tf.GetPMTid(gg,hh); |
1787 | adc[mm]=tofl0->adc[gg][hh]; | adc[mm]= (0xFFF & tofl0->adc[gg][hh]); // EM, exclude warning bits |
1788 | }; | }; |
1789 | }; | }; |
1790 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |