ATLAS Offline Software
Functions
McVtxFilter.cxx File Reference
#include "AthenaKernel/getMessageSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/GaudiException.h"
#include "AtlasHepMC/GenParticle.h"
#include "AtlasHepMC/GenVertex.h"
#include "AnalysisUtils/AnalysisPermutation.h"
#include "McParticleUtils/McVtxFilter.h"
Include dependency graph for McVtxFilter.cxx:

Go to the source code of this file.

Functions

MsgStream & operator<< (MsgStream &msg, const McVtxFilter &obj)
 I/O operators. More...
 
std::ostream & operator<< (std::ostream &out, const McVtxFilter &obj)
 

Function Documentation

◆ operator<<() [1/2]

MsgStream& operator<< ( MsgStream &  msg,
const McVtxFilter obj 
)

I/O operators.

Definition at line 485 of file McVtxFilter.cxx.

486 {
487  std::stringstream out;
488  obj.dump( out );
489  msg << out.str() << endmsg;
490  return msg;
491 }

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  out,
const McVtxFilter obj 
)

Definition at line 493 of file McVtxFilter.cxx.

494 {
495  obj.dump( out );
496  return out;
497 }
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
python.PyAthena.obj
obj
Definition: PyAthena.py:135
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7