#include <G4HepMCParticle.h>
Definition at line 44 of file G4HepMCParticle.h.
◆ G4HepMCParticle() [1/2]
G4HepMCParticle::G4HepMCParticle |
( |
| ) |
|
◆ G4HepMCParticle() [2/2]
G4HepMCParticle::G4HepMCParticle |
( |
G4PrimaryParticle * |
pp, |
|
|
G4int |
isthep, |
|
|
G4int |
barcode |
|
) |
| |
Definition at line 39 of file G4HepMCParticle.cpp.
40:theParticle(pp),ISTHEP(
isthep), barcodeEndVtx(barcode)
41{;}
**********INTEGER nmxhep !maximum number of particles DOUBLE PRECISION vhep INTEGER isthep
◆ ~G4HepMCParticle()
G4HepMCParticle::~G4HepMCParticle |
( |
| ) |
|
◆ Done()
void G4HepMCParticle::Done |
( |
| ) |
|
|
inline |
◆ GetBarcodeEndVtx()
G4int G4HepMCParticle::GetBarcodeEndVtx |
( |
| ) |
|
|
inline |
◆ GetISTHEP()
G4int G4HepMCParticle::GetISTHEP |
( |
| ) |
|
|
inline |
◆ GetTheParticle()
G4PrimaryParticle * G4HepMCParticle::GetTheParticle |
( |
| ) |
|
|
inline |
◆ operator delete()
void G4HepMCParticle::operator delete |
( |
void * |
aStackedTrack | ) |
|
|
inline |
Definition at line 88 of file G4HepMCParticle.h.
89{
91}
G4DLLIMPORT G4Allocator< G4HepMCParticle > aHEPEvtParticleAllocator
◆ operator new()
void * G4HepMCParticle::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 81 of file G4HepMCParticle.h.
82{
83 void * aHEPEvtParticle;
85 return aHEPEvtParticle;
86}
◆ operator!=()
◆ operator=()
◆ operator==()
The documentation for this class was generated from the following files: