ATLAS Offline Software
|
#include "GeneratorObjects/HepMcParticleLink.h"
#include "GeneratorObjects/McEventCollection.h"
#include "TruthUtils/MagicNumbers.h"
#include "AtlasHepMC/GenParticle.h"
#include "AtlasHepMC/GenEvent.h"
#include "AthenaKernel/getMessageSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "SGTools/CurrentEventStore.h"
#include "SGTools/DataProxy.h"
#include <sstream>
#include <cassert>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const HepMcParticleLink &link) |
Output operator. More... | |
MsgStream & | operator<< (MsgStream &os, const HepMcParticleLink &link) |
Output operator. More... | |
MsgStream& operator<< | ( | MsgStream & | os, |
const HepMcParticleLink & | link | ||
) |
Output operator.
os | MsgStream to which to output. |
link | Link to dump. |
Definition at line 592 of file HepMcParticleLink.cxx.
std::ostream& operator<< | ( | std::ostream & | os, |
const HepMcParticleLink & | link | ||
) |
Output operator.
os | Stream to which to output. |
link | Link to dump. |
Definition at line 579 of file HepMcParticleLink.cxx.