Go to the source code of this file.
◆ L1GctJetFinderBase::etComponentForJetFinder< L1GctInternEtSum::kTotEtOrHtNBits, L1GctInternEtSum::kJetMissEtNBits >()
◆ L1GctJetFinderBase::etComponentForJetFinder< L1GctInternEtSum::kTotEtOrHtNBits, L1GctInternHtMiss::kJetMissHtNBits >()
◆ operator<<()
Definition at line 151 of file L1GctJetFinderBase.cc.
References hcalRecHitTable_cff::ieta.
153 os <<
"ID = " <<
algo.m_id << endl;
154 os <<
"Calibration lut pointers stored for " <<
algo.m_jetEtCalLuts.size() <<
" eta bins" << endl;
156 os <<
"Eta bin " <<
ieta <<
", JetEtCalibrationLut* = " <<
algo.m_jetEtCalLuts.at(
ieta) << endl;
158 os <<
"No of input regions " <<
algo.m_inputRegions.size() << endl;
163 os <<
"No of output jets " <<
algo.m_outputJets.size() << endl;
168 os <<
"Output total scalar Et " <<
algo.m_outputEtSum << endl;
169 os <<
"Output vector Et x component " <<
algo.m_outputExSum << endl;
170 os <<
"Output vector Et y component " <<
algo.m_outputEySum << endl;
171 os <<
"Output total scalar Ht " <<
algo.m_outputHtSum << endl;
172 os <<
"Output vector Ht x component " <<
algo.m_outputHxSum << endl;
173 os <<
"Output vector Ht y component " <<
algo.m_outputHySum << endl;