#include <G4ParticleHPData.hh>
Definition at line 45 of file G4ParticleHPData.hh.
◆ G4ParticleHPData()
Definition at line 35 of file G4ParticleHPData.cc.
36 : theProjectile(projectile)
37{
38
40 theDataDirVariable = "G4NEUTRONHPDATA";
42 theDataDirVariable = "G4PROTONHPDATA";
44 theDataDirVariable = "G4DEUTERONHPDATA";
46 theDataDirVariable = "G4TRITONHPDATA";
48 theDataDirVariable = "G4HE3HPDATA";
50 theDataDirVariable = "G4ALPHAHPDATA";
51 }
52
55
56 for (
G4int i=0; i<numEle; i++)
57 {
59 }
60 }
static G4Deuteron * Deuteron()
static G4ElementTable * GetElementTable()
static size_t GetNumberOfElements()
static G4Neutron * Neutron()
static G4Proton * Proton()
static G4Triton * Triton()
◆ ~G4ParticleHPData()
G4ParticleHPData::~G4ParticleHPData |
( |
| ) |
|
Definition at line 62 of file G4ParticleHPData.cc.
63 {
64 for ( std::vector<G4ParticleHPElementData*>::iterator it = theData.begin() ; it != theData.end() ; it++ ) delete *it;
65 theData.clear();
66 }
◆ DoPhysicsVector()
Definition at line 76 of file G4ParticleHPData.cc.
77 {
78
80
84
85
86
88 for (
G4int i=0; i<len; i++)
89 {
91 }
92 return theResult;
93 }
void PutValues(std::size_t index, G4double e, G4double dataValue)
G4double GetY(G4double x)
G4double GetX(G4int i) const
G4int GetVectorLength() const
Referenced by MakePhysicsVector().
◆ Instance()
◆ MakePhysicsVector() [1/4]
Definition at line 58 of file G4ParticleHPData.hh.
59 {
62 }
G4PhysicsVector * DoPhysicsVector(G4ParticleHPVector *theVector)
◆ MakePhysicsVector() [2/4]
◆ MakePhysicsVector() [3/4]
◆ MakePhysicsVector() [4/4]
The documentation for this class was generated from the following files: