#include <HepMCParticle.h>
Public Member Functions | |
void | done () |
const int | getStatus () |
G4PrimaryParticle * | getTheParticle () |
HepMCParticle () | |
HepMCParticle (G4PrimaryParticle *pp, int status) | |
int | operator!= (const HepMCParticle &right) const |
const HepMCParticle & | operator= (const HepMCParticle &right) |
int | operator== (const HepMCParticle &right) const |
~HepMCParticle () | |
Private Attributes | |
int | status_code |
G4PrimaryParticle * | theParticle |
Definition at line 6 of file HepMCParticle.h.
HepMCParticle::HepMCParticle | ( | ) |
Definition at line 3 of file HepMCParticle.cc.
HepMCParticle::HepMCParticle | ( | G4PrimaryParticle * | pp, |
int | status | ||
) |
Definition at line 5 of file HepMCParticle.cc.
HepMCParticle::~HepMCParticle | ( | ) |
Definition at line 7 of file HepMCParticle.cc.
void HepMCParticle::done | ( | ) |
const int HepMCParticle::getStatus | ( | ) |
G4PrimaryParticle * HepMCParticle::getTheParticle | ( | ) |
int HepMCParticle::operator!= | ( | const HepMCParticle & | right | ) | const |
Definition at line 12 of file HepMCParticle.cc.
const HepMCParticle & HepMCParticle::operator= | ( | const HepMCParticle & | right | ) |
Definition at line 9 of file HepMCParticle.cc.
int HepMCParticle::operator== | ( | const HepMCParticle & | right | ) | const |
Definition at line 11 of file HepMCParticle.cc.
|
private |
status code of the entry set to 0 after generating links of G4PrimaryParticle object
Definition at line 19 of file HepMCParticle.h.
Referenced by done(), and getStatus().
|
private |
Definition at line 16 of file HepMCParticle.h.
Referenced by getTheParticle().