#include <G4ParticleHPData.hh>
Definition at line 46 of file G4ParticleHPData.hh.
Definition at line 35 of file G4ParticleHPData.cc.
36 : theProjectile(projectile)
40 theDataDirVariable =
"G4NEUTRONHPDATA";
42 theDataDirVariable =
"G4PROTONHPDATA";
44 theDataDirVariable =
"G4DEUTERONHPDATA";
46 theDataDirVariable =
"G4TRITONHPDATA";
48 theDataDirVariable =
"G4HE3HPDATA";
50 theDataDirVariable =
"G4ALPHAHPDATA";
56 for (
G4int i=0; i<numEle; i++)
static size_t GetNumberOfElements()
static G4Triton * Triton()
static G4Proton * Proton()
static G4Neutron * Neutron()
static G4Deuteron * Deuteron()
static G4ElementTable * GetElementTable()
G4ParticleHPData::~G4ParticleHPData |
( |
| ) |
|
Definition at line 62 of file G4ParticleHPData.cc.
64 for ( std::vector<G4ParticleHPElementData*>::iterator it = theData.begin() ; it != theData.end() ; it++ )
delete *it;
Definition at line 76 of file G4ParticleHPData.cc.
G4int GetVectorLength() const
G4double GetX(G4int i) const
G4double GetY(G4double x)
static const G4double emax
void PutValues(size_t index, G4double e, G4double dataValue)
Definition at line 68 of file G4ParticleHPData.cc.
71 if ( !theCrossSectionData_G4MT_TLS_ ) theCrossSectionData_G4MT_TLS_ =
new G4ParticleHPData(projectile);
73 return &theCrossSectionData;
G4ParticleHPData(G4ParticleDefinition *projectile)
Definition at line 54 of file G4ParticleHPData.hh.
G4PhysicsVector * DoPhysicsVector(G4ParticleHPVector *theVector)
Definition at line 59 of file G4ParticleHPData.hh.
G4PhysicsVector * DoPhysicsVector(G4ParticleHPVector *theVector)
Definition at line 64 of file G4ParticleHPData.hh.
G4PhysicsVector * DoPhysicsVector(G4ParticleHPVector *theVector)
Definition at line 69 of file G4ParticleHPData.hh.
G4PhysicsVector * DoPhysicsVector(G4ParticleHPVector *theVector)
The documentation for this class was generated from the following files: