Geant4-11
|
#include <G4HEPEvtParticle.hh>
Public Member Functions | |
void | Done () |
G4HEPEvtParticle () | |
G4HEPEvtParticle (G4PrimaryParticle *pp, G4int isthep, G4int jdahep1, G4int jdahep2) | |
G4int | GetISTHEP () |
G4int | GetJDAHEP1 () |
G4int | GetJDAHEP2 () |
G4PrimaryParticle * | GetTheParticle () |
void | operator delete (void *aStackedTrack) |
void * | operator new (std::size_t) |
G4bool | operator!= (const G4HEPEvtParticle &right) const |
G4HEPEvtParticle & | operator= (const G4HEPEvtParticle &right) |
G4bool | operator== (const G4HEPEvtParticle &right) const |
~G4HEPEvtParticle () | |
Private Attributes | |
G4int | ISTHEP = 1 |
G4int | JDAHEP1 = 1 |
G4int | JDAHEP2 = 1 |
G4PrimaryParticle * | theParticle = nullptr |
Definition at line 43 of file G4HEPEvtParticle.hh.
G4HEPEvtParticle::G4HEPEvtParticle | ( | ) |
Definition at line 39 of file G4HEPEvtParticle.cc.
G4HEPEvtParticle::G4HEPEvtParticle | ( | G4PrimaryParticle * | pp, |
G4int | isthep, | ||
G4int | jdahep1, | ||
G4int | jdahep2 | ||
) |
Definition at line 43 of file G4HEPEvtParticle.cc.
G4HEPEvtParticle::~G4HEPEvtParticle | ( | ) |
Definition at line 50 of file G4HEPEvtParticle.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 84 of file G4HEPEvtParticle.hh.
References aHEPEvtParticleAllocator().
|
inline |
Definition at line 77 of file G4HEPEvtParticle.hh.
References aHEPEvtParticleAllocator().
G4bool G4HEPEvtParticle::operator!= | ( | const G4HEPEvtParticle & | right | ) | const |
Definition at line 64 of file G4HEPEvtParticle.cc.
G4HEPEvtParticle & G4HEPEvtParticle::operator= | ( | const G4HEPEvtParticle & | right | ) |
Definition at line 54 of file G4HEPEvtParticle.cc.
G4bool G4HEPEvtParticle::operator== | ( | const G4HEPEvtParticle & | right | ) | const |
Definition at line 59 of file G4HEPEvtParticle.cc.
|
private |
Definition at line 68 of file G4HEPEvtParticle.hh.
Referenced by Done(), and GetISTHEP().
|
private |
Definition at line 71 of file G4HEPEvtParticle.hh.
Referenced by GetJDAHEP1().
|
private |
Definition at line 72 of file G4HEPEvtParticle.hh.
Referenced by GetJDAHEP2().
|
private |
Definition at line 67 of file G4HEPEvtParticle.hh.
Referenced by GetTheParticle().