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 678 of file GenEvent.h.

678 {e.print(os);}

◆ content() [2/2]

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

Definition at line 679 of file GenEvent.h.

679 {e->print(os);}

◆ line() [1/6]

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

Definition at line 676 of file GenEvent.h.

676 {e.print(os);}

◆ line() [2/6]

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

Definition at line 677 of file GenEvent.h.

677 {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);}
AllowedVariables::e
e
Definition: AsgElectronSelectorTool.cxx:37
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:210
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
python.PyAthena.v
v
Definition: PyAthena.py:154