Go to the source code of this file.
◆ operator<<()
Definition at line 66 of file L1GctGlobalHfSumAlgos.cc.
67 os <<
"===L1GctGlobalHfSumAlgos===" << std::endl;
69 os <<
"Plus wheel inputs:" << std::endl;
75 os <<
"Minus wheel inputs:" << std::endl;
81 int bxZero = -fpga.
bxMin();
82 if (bxZero >= 0 && bxZero < fpga.
numOfBx()) {
83 os <<
"Output word " << std::hex << fpga.
hfSumsWord().at(bxZero) <<
std::dec << std::endl;
References L1GctProcessor::bxMin(), TauDecayModes::dec, L1GctJetFinderBase::hfTowerSumsType::etSum0, L1GctJetFinderBase::hfTowerSumsType::etSum1, L1GctGlobalHfSumAlgos::hfSumsWord(), L1GctGlobalHfSumAlgos::m_hfInputSumsMinusWheel, L1GctGlobalHfSumAlgos::m_hfInputSumsPlusWheel, L1GctGlobalHfSumAlgos::m_minusWheelJetFpga, L1GctGlobalHfSumAlgos::m_plusWheelJetFpga, L1GctJetFinderBase::hfTowerSumsType::nOverThreshold0, L1GctJetFinderBase::hfTowerSumsType::nOverThreshold1, and L1GctProcessor::numOfBx().