Go to the source code of this file.
Definition at line 86 of file L1GctChannelMask.cc.
References L1GctChannelMask::emCrateMask(), i, L1GctChannelMask::missingEtMask(), L1GctChannelMask::missingHtMask(), L1GctChannelMask::regionMask(), L1GctChannelMask::totalEtMask(), and L1GctChannelMask::totalHtMask().
87 os <<
"L1GctChannelMask :" << std::endl;
90 unsigned emCrateMask(0), tetMask(0), metMask(0), htMask(0), mhtMask(0);
91 for (
unsigned i=0;
i<18; ++
i) {
95 for (
unsigned i=0;
i<22; ++
i) {
102 os <<
" EM crate mask = " << std::hex << emCrateMask << std::endl;
103 os <<
" EtTot mask = " << std::hex << tetMask << std::endl;
104 os <<
" EtMiss mask = " << std::hex << metMask << std::endl;
105 os <<
" HtTot mask = " << std::hex << htMask << std::endl;
106 os <<
" HtMiss mask = " << std::hex << mhtMask << std::endl;
108 for (
unsigned ieta=0; ieta<22; ++ieta) {
109 for (
unsigned iphi=0; iphi<18; ++iphi) {
111 os <<
" Region mask : " << std::dec << ieta <<
", " << iphi << std::endl;
bool totalHtMask(unsigned ieta) const
bool missingHtMask(unsigned ieta) const
bool emCrateMask(unsigned crate) const
get EM masks for an RCT crate
bool regionMask(unsigned ieta, unsigned iphi) const
get region masks
bool totalEtMask(unsigned ieta) const
bool missingEtMask(unsigned ieta) const