00001
00002
00003 #ifndef XAODCORE_TOOLS_PRINTHELPERS_H
00004 #define XAODCORE_TOOLS_PRINTHELPERS_H
00005
00006
00007 #include <iosfwd>
00008
00009
00010 namespace SG {
00011 class AuxElement;
00012 }
00013
00026 std::ostream& operator<< ( std::ostream& out, const SG::AuxElement& obj );
00027
00028 namespace xAOD {
00029
00038 void dump( const SG::AuxElement& obj );
00039
00040 }
00041
00042 #endif // XAODCORE_TOOLS_PRINTHELPERS_H