ATLAS Offline Software
Loading...
Searching...
No Matches
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 679 of file GenEvent.h.

679{e.print(os);}

◆ content() [2/2]

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

Definition at line 680 of file GenEvent.h.

680{e->print(os);}

◆ line() [1/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() [2/6]

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

Definition at line 678 of file GenEvent.h.

678{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);}