The Gaudi Framework  master (37c0b60a)
EventContext.cpp File Reference
Include dependency graph for EventContext.cpp:

Go to the source code of this file.

Functions

std::ostreamoperator<< (std::ostream &os, const EventContext &ctx)
 
std::ostreamoperator<< (std::ostream &os, const EventContext *c)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream os,
const EventContext ctx 
)

Definition at line 13 of file EventContext.cpp.

13 { return os << fmt::format( "{}", ctx ); }

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream os,
const EventContext c 
)

Definition at line 15 of file EventContext.cpp.

15  {
16  if ( c ) { return os << fmt::format( "{}", *c ); }
17  return os << "INVALID";
18 }
gaudirun.c
c
Definition: gaudirun.py:525
GaudiPython.Pythonizations.ctx
ctx
Definition: Pythonizations.py:578
format
GAUDI_API std::string format(const char *,...)
MsgStream format utility "a la sprintf(...)".
Definition: MsgStream.cpp:119