ATLAS Offline Software
Functions
HepMC::Print Namespace Reference

Functions

void line (std::ostream &os, const GenEvent &e)
 
void line (std::ostream &os, const GenEvent *e)
 
void content (std::ostream &os, const GenEvent &e)
 
void content (std::ostream &os, const GenEvent *e)
 
void line (std::ostream &os, const GenParticle &p)
 
void line (std::ostream &os, const GenParticle *p)
 
void line (std::ostream &os, const GenVertex &v)
 
void line (std::ostream &os, const GenVertex *v)
 

Function Documentation

◆ content() [1/2]

void HepMC::Print::content ( std::ostream &  os,
const GenEvent &  e 
)
inline

Definition at line 556 of file GenEvent.h.

556 {e.print(os);}

◆ content() [2/2]

void HepMC::Print::content ( std::ostream &  os,
const GenEvent *  e 
)
inline

Definition at line 557 of file GenEvent.h.

557 {e->print(os);}

◆ line() [1/6]

void HepMC::Print::line ( std::ostream &  os,
const GenEvent &  e 
)
inline

Definition at line 554 of file GenEvent.h.

554 {e.print(os);}

◆ line() [2/6]

void HepMC::Print::line ( std::ostream &  os,
const GenEvent *  e 
)
inline

Definition at line 555 of file GenEvent.h.

555 {e->print(os);}

◆ line() [3/6]

void HepMC::Print::line ( std::ostream &  os,
const GenParticle p 
)
inline

Definition at line 44 of file GenParticle.h.

44 {p.print(os);}

◆ line() [4/6]

void HepMC::Print::line ( std::ostream &  os,
const GenParticle p 
)
inline

Definition at line 45 of file GenParticle.h.

45 {p->print(os);}

◆ line() [5/6]

void HepMC::Print::line ( std::ostream &  os,
const GenVertex &  v 
)
inline

Definition at line 68 of file GenVertex.h.

68 {v.print(os);}

◆ line() [6/6]

void HepMC::Print::line ( std::ostream &  os,
const GenVertex *  v 
)
inline

Definition at line 69 of file GenVertex.h.

69 {v->print(os);}
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
python.PyAthena.v
v
Definition: PyAthena.py:157
DiTauMassTools::MaxHistStrategyV2::e
e
Definition: PhysicsAnalysis/TauID/DiTauMassTools/DiTauMassTools/HelperFunctions.h:26