#include <G4HEPEvtParticle.hh>
Definition at line 44 of file G4HEPEvtParticle.hh.
◆ G4HEPEvtParticle() [1/2]
G4HEPEvtParticle::G4HEPEvtParticle |
( |
| ) |
|
Definition at line 35 of file G4HEPEvtParticle.cc.
36 : theParticle(0), ISTHEP(1), JDAHEP1(1), JDAHEP2(1)
37{;}
◆ G4HEPEvtParticle() [2/2]
Definition at line 39 of file G4HEPEvtParticle.cc.
41 : theParticle(pp),ISTHEP(isthep),JDAHEP1(jdahep1),JDAHEP2(jdahep2)
42{;}
◆ ~G4HEPEvtParticle()
G4HEPEvtParticle::~G4HEPEvtParticle |
( |
| ) |
|
◆ Done()
void G4HEPEvtParticle::Done |
( |
| ) |
|
|
inline |
◆ GetISTHEP()
G4int G4HEPEvtParticle::GetISTHEP |
( |
| ) |
|
|
inline |
◆ GetJDAHEP1()
G4int G4HEPEvtParticle::GetJDAHEP1 |
( |
| ) |
|
|
inline |
◆ GetJDAHEP2()
G4int G4HEPEvtParticle::GetJDAHEP2 |
( |
| ) |
|
|
inline |
◆ GetTheParticle()
◆ operator delete()
void G4HEPEvtParticle::operator delete |
( |
void * |
aStackedTrack | ) |
|
|
inline |
Definition at line 93 of file G4HEPEvtParticle.hh.
94{
96}
G4DLLIMPORT G4Allocator< G4HEPEvtParticle > aHEPEvtParticleAllocator
◆ operator new()
void * G4HEPEvtParticle::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 86 of file G4HEPEvtParticle.hh.
87{
88 void * aHEPEvtParticle;
90 return aHEPEvtParticle;
91}
◆ operator!=()
◆ operator=()
◆ operator==()
The documentation for this class was generated from the following files: