ATLAS Offline Software
PrintHelpers.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: PrintHelpers.h 646509 2015-02-12 16:43:18Z krasznaa $
8 #ifndef XAODCORE_TOOLS_PRINTHELPERS_H
9 #define XAODCORE_TOOLS_PRINTHELPERS_H
10 
11 // System include(s):
12 #include <iosfwd>
13 
14 // Forward declaration(s):
15 namespace SG {
16  class AuxElement;
17 }
18 
31 std::ostream& operator<< ( std::ostream& out, const SG::AuxElement& obj );
32 
33 namespace xAOD {
34 
43  void dump( const SG::AuxElement& obj );
44 
45 } // namespace xAOD
46 
47 #endif // XAODCORE_TOOLS_PRINTHELPERS_H
operator<<
std::ostream & operator<<(std::ostream &out, const SG::AuxElement &obj)
Operator printing the payload of an xAOD object.
Definition: PrintHelpers.cxx:66
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition: AuxElement.h:446
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::dump
void dump(const SG::AuxElement &obj)
Helper function for dumping xAOD objects on the screen in PyROOT.
Definition: PrintHelpers.cxx:203
python.PyAthena.obj
obj
Definition: PyAthena.py:135