Go to the source code of this file.
◆ operator<<()
Definition at line 92 of file L1GctChannelMask.cc.
93 os <<
"L1GctChannelMask :" << std::endl;
96 unsigned emCrateMask(0), tetMask(0), metMask(0), htMask(0), mhtMask(0);
97 for (
unsigned i = 0;
i < 18; ++
i) {
98 emCrateMask |= ((
obj.emCrateMask(
i) ? 1 : 0) <<
i);
101 for (
unsigned i = 0;
i < 22; ++
i) {
102 tetMask |= ((
obj.totalEtMask(
i) ? 1 : 0) <<
i);
103 metMask |= ((
obj.missingEtMask(
i) ? 1 : 0) <<
i);
104 htMask |= ((
obj.totalHtMask(
i) ? 1 : 0) <<
i);
105 mhtMask |= ((
obj.missingHtMask(
i) ? 1 : 0) <<
i);
108 os <<
" EM crate mask = " << std::hex << emCrateMask << std::endl;
109 os <<
" EtTot mask = " << std::hex << tetMask << std::endl;
110 os <<
" EtMiss mask = " << std::hex << metMask << std::endl;
111 os <<
" HtTot mask = " << std::hex << htMask << std::endl;
112 os <<
" HtMiss mask = " << std::hex << mhtMask << std::endl;
References TauDecayModes::dec, mps_fire::i, LEDCalibrationChannels::ieta, LEDCalibrationChannels::iphi, and getGTfromDQMFile::obj.