41 word = ( word >> ( start - 1 ) );
43 unsigned int bitmask = ( 1 <<
length ) - 1;
46 return ( word & bitmask );
virtual ~JetEtRoIDecoder()
unsigned int extractBits(unsigned int word, const unsigned int start, const unsigned int length) const
returns the value of bits in word between bit "start" and bit "start" + "length"
unsigned int energy(unsigned int roiWord) const
returns a 4b number which represents the Jet Et energy in GeV
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...