ATLAS Offline Software
Loading...
Searching...
No Matches
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):
15namespace SG {
16 class AuxElement;
17}
18
31std::ostream& operator<< ( std::ostream& out, const SG::AuxElement& obj );
32
33namespace xAOD {
34
43 void dump( const SG::AuxElement& obj );
44
45} // namespace xAOD
46
47#endif // XAODCORE_TOOLS_PRINTHELPERS_H
std::ostream & operator<<(std::ostream &out, const SG::AuxElement &obj)
Operator printing the payload of an xAOD object.
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
Forward declaration.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
void dump(const SG::AuxElement &obj)
Helper function for dumping xAOD objects on the screen in PyROOT.