Go to the source code of this file.
◆ operator<<()
Definition at line 95 of file L1GctElectronFinalSort.cc.
96 s <<
"===ElectronFinalSort===" << std::endl;
97 s <<
"Card type = " << (
cand.m_emCandsType ?
"isolated" :
"non-isolated") << std::endl;
98 s <<
"Pointers to the Electron Leaf cards are: " << std::endl;
99 s <<
" Pos. eta: " <<
cand.m_thePosEtaLeafCard;
100 s <<
" Neg. eta: " <<
cand.m_theNegEtaLeafCard;
102 s <<
"No of Electron Input Candidates " <<
cand.m_inputCands.size() << std::endl;
103 s <<
"No of Electron Output Candidates " <<
cand.m_outputCands.contents.size() << std::endl;
References alignCSCRings::s.