11 : tcpFormat_(tcpFormat),debug_(debug),famos_(famos),binOfMax_(binOfMax)
22 std::vector<EcalTriggerPrimitiveSample> &
out,
23 std::vector<EcalTriggerPrimitiveSample> & out2,
bool isInInnerRings){
30 for (
unsigned int i=0;
i<out.size();++
i) {
32 myEt=Et[0]>>eTTotShift;
33 if (myEt>0x3ff) myEt=0x3ff ;
34 if (isInInnerRings) myEt = myEt /2 ;
43 lut_out = (
lut_)[myEt] ;
45 int ttFlag = (lut_out & 0x700) >> 8 ;
46 myEt = lut_out & 0xff ;
53 for (
unsigned int i=0;
i<Et.size();++
i) {
66 if (myEt>0x3ff) myEt=0x3ff ;
73 lut_out = (
lut_)[myEt] ;
75 int ttFlag = (lut_out & 0x700) >> 8 ;
79 myEt = lut_out & 0xff ;
89 if (it!=groupmap.end()) {
90 uint32_t lutid=(*it).second;
93 if (itl!=lutmap.end()) {
94 lut_=(*itl).second.getLut();
95 }
else edm::LogWarning(
"EcalTPG")<<
" could not find EcalTPGLutMap for "<<lutid;
98 else edm::LogWarning(
"EcalTPG")<<
" could not find EcalTPGFineGrainTowerEEMap for "<<towid;
102 if (itbadTT!=badTTMap.end()) {
std::map< uint32_t, uint16_t >::const_iterator EcalTPGTowerStatusMapIterator
std::map< uint32_t, uint16_t > EcalTPGTowerStatusMap
std::map< uint32_t, uint32_t >::const_iterator EcalTPGGroupsMapItr
std::map< uint32_t, EcalTPGLut > EcalTPGLutMap
std::map< uint32_t, uint32_t > EcalTPGGroupsMap
std::map< uint32_t, EcalTPGLut >::const_iterator EcalTPGLutMapItr