36 :
TimeDiffHisto((
"pmt_dtime"+
id).c_str(),(
"pmt_dtime"+
id).c_str(),1200,-60,60)
38
39#ifdef TileLaserTimingMon
40 ,
timeHisto((
"time" +
id).c_str(), (
"time" +
id).c_str(), 200, -100, 100)
41 ,
eneHisto((
"energy" +
id).c_str(), (
"energy" +
id).c_str(), 300, 0., 300.)
42 ,
gainHisto((
"gain" +
id).c_str(), (
"gain" +
id).c_str(), 2, 0, 2)
43#endif
44
45#ifdef TileLaserTimingPMT0Mon
46 , TimeDiffHistoHigh(("dtime" + id + "hi").c_str(), ("dtime" + id + "hi").c_str(), 200, -40, 40)
47 , TimeDiffHistoLow(("dtime" + id + "lo").c_str(), ("dtime" + id + "lo").c_str(), 200, -60, 60)
48#endif
49
50#ifdef TileLaserTimingMonPulse
51 , pulseShapeHigh(("pulseShape_" + id + "hi").c_str(), ("pulseShape_" + id + "hi").c_str(), 400, -200., 300., 0, 100000.)
52 , pulseShapeLow(("pulseShape_" + id + "lo").c_str(), ("pulseShape_" + id + "lo").c_str(), 400, -200., 300., 0, 100000.)
53#endif
54
55 ,
TimeDiffResHis((
"dtimeRes"+
id).c_str(),(
"dtimeRes"+
id).c_str(),1000,-40.,40.)
57
58#ifdef TileLaserTimingPMT0
59 , dtime(0.0)
60 , dtimeNoCFCorr(0.0)
61#endif
62
64{
65}