|
ATLAS Offline Software
|
Go to the documentation of this file.
24 : m_branchName( branchName ), m_className(
className ),
63 const char fillChar =
out.fill();
64 const std::ios_base::fmtflags
flags =
out.flags();
65 const std::streamsize
width =
out.width();
68 out <<
"Branch name: " << std::setw( 30 ) << element.
branchName()
69 <<
", Class name: " << std::setw( 30 ) << element.
className()
70 <<
", Hash: 0x" << std::setw( 8 ) << std::hex << std::setfill(
'0' )
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
std::ostream & operator<<(std::ostream &out, const std::pair< FIRST, SECOND > &pair)
Helper print operator.