68 const unsigned int globalphi,
71 const std::vector<uint16_t>& Et_count,
76 const std::vector<char>& IsjTowerSat)
103 const float eta_edge[6] = { -1.6, -0.8, 0, 0.8, 1.6, 5};
111 for(
unsigned int leta=0; leta<6; leta++){
112 if(
eta() < eta_edge[leta] ){
122 for(
unsigned int lphi=0; lphi<4; lphi++){
123 if(mphi < phi_edge[lphi] ){
130 cal_fpga = cal_fpga == 2 ? 3 : cal_fpga == 3 ? 2 : cal_fpga;
132 return (
module() == cal_jfex and
fpga() == cal_fpga);