5 #ifndef AFP_RAW2DIGITOOL_H
6 #define AFP_RAW2DIGITOOL_H
62 Gaudi::Property<std::string>
m_totToChargeTransfExpr{
this,
"TotToChargeTransfExpr",
"1909 + x*363 + x*x*141",
"Function that transforms time-over-threshold to charge"};
63 Gaudi::Property<std::string>
m_totToChargeTransfName{
this,
"TotToChargeTransfName",
"TotToChargeTransfFunction",
"Name of the function that transforms time-over-threshold to charge"};
86 const int m_channel2train[3][2][12]={{{0,-2,1,0,-2,1, 0,-1,1,0,-1,1}, {2,-2,3,2,-2,3, 2,-1,3,2,-1,3}},
87 {{1,-1,0,1,-1,0, 1,-1,0,1,-1,0}, {3,-1,2,3,-1,2, 3,-1,2,3,-1,2}},
88 {{1,-1,3,1,-1,3, 1,-1,3,1,-1,3}, {0,-1,2,0,-1,2, 0,-1,2,0,-1,2}}};
89 const int m_channel2bar[3][2][12] = {{{0,-2,2,3,-2,1, 2,-1,0,1,-1,3}, {0,-2,2,3,-2,1, 2,-1,0,1,-1,3}},
90 {{0,-1,2,3,-1,1, 2,-1,0,1,-1,3}, {0,-1,2,3,-1,1, 2,-1,0,1,-1,3}},
91 {{0,-1,2,3,-1,1, 2,-1,0,1,-1,3}, {0,-1,2,3,-1,1, 2,-1,0,1,-1,3}}};