|
Geant4
10.02.p01
|
#include <G4HEPEvtParticle.hh>
Collaboration diagram for G4HEPEvtParticle:Public Member Functions | |
| void * | operator new (size_t) |
| void | operator delete (void *aStackedTrack) |
| G4HEPEvtParticle () | |
| G4HEPEvtParticle (G4PrimaryParticle *pp, G4int isthep, G4int jdahep1, G4int jdahep2) | |
| ~G4HEPEvtParticle () | |
| G4HEPEvtParticle & | operator= (const G4HEPEvtParticle &right) |
| G4int | operator== (const G4HEPEvtParticle &right) const |
| G4int | operator!= (const G4HEPEvtParticle &right) const |
| G4PrimaryParticle * | GetTheParticle () |
| void | Done () |
| G4int | GetISTHEP () |
| G4int | GetJDAHEP1 () |
| G4int | GetJDAHEP2 () |
Private Attributes | |
| G4PrimaryParticle * | theParticle |
| G4int | ISTHEP |
| G4int | JDAHEP1 |
| G4int | JDAHEP2 |
Definition at line 43 of file G4HEPEvtParticle.hh.
| G4HEPEvtParticle::G4HEPEvtParticle | ( | ) |
Definition at line 35 of file G4HEPEvtParticle.cc.
| G4HEPEvtParticle::G4HEPEvtParticle | ( | G4PrimaryParticle * | pp, |
| G4int | isthep, | ||
| G4int | jdahep1, | ||
| G4int | jdahep2 | ||
| ) |
Definition at line 40 of file G4HEPEvtParticle.cc.
| G4HEPEvtParticle::~G4HEPEvtParticle | ( | ) |
Definition at line 46 of file G4HEPEvtParticle.cc.
|
inline |
Definition at line 69 of file G4HEPEvtParticle.hh.
|
inline |
Definition at line 71 of file G4HEPEvtParticle.hh.
References ISTHEP.
|
inline |
Definition at line 73 of file G4HEPEvtParticle.hh.
References JDAHEP1.
|
inline |
Definition at line 75 of file G4HEPEvtParticle.hh.
References JDAHEP2.
|
inline |
Definition at line 67 of file G4HEPEvtParticle.hh.
References theParticle.
|
inline |
Definition at line 88 of file G4HEPEvtParticle.hh.
References aHEPEvtParticleAllocator.
|
inline |
Definition at line 81 of file G4HEPEvtParticle.hh.
References aHEPEvtParticleAllocator.
| G4int G4HEPEvtParticle::operator!= | ( | const G4HEPEvtParticle & | right | ) | const |
Definition at line 60 of file G4HEPEvtParticle.cc.
| G4HEPEvtParticle & G4HEPEvtParticle::operator= | ( | const G4HEPEvtParticle & | right | ) |
Definition at line 50 of file G4HEPEvtParticle.cc.
| G4int G4HEPEvtParticle::operator== | ( | const G4HEPEvtParticle & | right | ) | const |
Definition at line 55 of file G4HEPEvtParticle.cc.
|
private |
Definition at line 60 of file G4HEPEvtParticle.hh.
Referenced by GetISTHEP().
|
private |
Definition at line 63 of file G4HEPEvtParticle.hh.
Referenced by GetJDAHEP1().
|
private |
Definition at line 64 of file G4HEPEvtParticle.hh.
Referenced by GetJDAHEP2().
|
private |
Definition at line 59 of file G4HEPEvtParticle.hh.
Referenced by GetTheParticle().