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++)
 
   64      for ( std::vector<G4ParticleHPElementData*>::iterator it = theData.begin() ; it != theData.end() ; it++ ) 
delete *it;
 
   71     if ( !theCrossSectionData_G4MT_TLS_ ) theCrossSectionData_G4MT_TLS_ = 
new G4ParticleHPData(projectile);  
 
   73     return &theCrossSectionData;
 
   95 void G4ParticleHPData::addPhysicsVector()
 
G4int GetVectorLength() const 
 
G4ParticleHPData(G4ParticleDefinition *projectile)
 
static size_t GetNumberOfElements()
 
static G4Triton * Triton()
 
static G4Proton * Proton()
 
G4double GetX(G4int i) const 
 
static G4Neutron * Neutron()
 
G4double GetY(G4double x)
 
static G4Deuteron * Deuteron()
 
G4PhysicsVector * DoPhysicsVector(G4ParticleHPVector *theVector)
 
static const G4double emax
 
static G4ParticleHPData * Instance(G4ParticleDefinition *projectile)
 
void PutValues(size_t index, G4double e, G4double dataValue)
 
static G4ElementTable * GetElementTable()