51 ,theProjectile(projectile)
53 const char* dataDirVariable;
55 dataDirVariable =
"G4NEUTRONHPDATA";
57 dataDirVariable =
"G4PROTONHPDATA";
59 dataDirVariable =
"G4DEUTERONHPDATA";
61 dataDirVariable =
"G4TRITONHPDATA";
63 dataDirVariable =
"G4HE3HPDATA";
65 dataDirVariable =
"G4ALPHAHPDATA";
75 if(!getenv(dataDirVariable)){
79 dirName = getenv(dataDirVariable);
224 for ( std::vector<G4ParticleHPChannelList*>::iterator
253 rWeight = NumAtomsPerVolume[i];
255 xSec[i] = ((*theInelastic)[index])->GetXsec(aThermalE.
GetThermalEnergy(aTrack,
264 if( getenv(
"G4ParticleHPDebug") )
G4cout <<
" G4ParticleHPInelastic XSEC ELEM " << i <<
" = " << xSec[i] <<
G4endl;
276 if( sum == 0 || random<=running/sum)
break;
282 if( getenv(
"G4ParticleHPDebug") )
G4cout <<
" G4ParticleHPInelastic SELECTED ELEM " << it <<
" = " << theMaterial->
GetElement(it)->
GetName() <<
" FROM MATERIAL " << theMaterial->
GetName() <<
G4endl;
291 for (
G4int j = 0 ; j != iele ; j++ ) {
292 target_isotope=target_element->
GetIsotope( j );
303 if( getenv(
"G4PHPTEST") ) {
307 G4cout <<
" G4ParticleHPinelastic COS THETA " << std::cos(secoMom.theta()) <<
" " << secoMom <<
G4endl;
455 const char* dataDirVariable;
457 dataDirVariable =
"G4NEUTRONHPDATA";
459 dataDirVariable =
"G4PROTONHPDATA";
461 dataDirVariable =
"G4DEUTERONHPDATA";
463 dataDirVariable =
"G4TRITONHPDATA";
465 dataDirVariable =
"G4HE3HPDATA";
467 dataDirVariable =
"G4ALPHAHPDATA";
469 G4String message(
"G4ParticleHPInelastic may only be called for neutron, proton, deuteron, triton, He3 or alpha, while it is called for " + projectile.
GetParticleName());
472 if(!getenv(dataDirVariable)){
473 G4String message(
"Please set the environement variable " +
G4String(dataDirVariable) +
" to point to the " + projectile.
GetParticleName() +
" cross-section files.");
476 dirName = getenv(dataDirVariable);
482 G4cout <<
"@@@ G4ParticleHPInelastic instantiated for particle " << projectile.
GetParticleName() <<
" data directory variable is " << dataDirVariable <<
" pointing to " <<
dirName <<
G4endl;
527 ((*theInelastic)[i])->RestartRegistration();
530 while( !((*
theInelastic)[i])->HasDataInAnyFinalState() && itry < 6 );
548 G4cout <<
"The components of the element are" <<
G4endl;
553 G4cout <<
"No possible final state data of the element is found in " << dataDirVariable <<
"." <<
G4endl;
564 outFile <<
"Extension of High Precision model for inelastic reaction of proton, deuteron, triton, He3 and alpha below 20MeV\n";
static G4ParticleHPManager * GetInstance()
size_t GetNumberOfIsotopes() const
virtual void ModelDescription(std::ostream &outFile) const
void SetIsotope(const G4Isotope *iso)
G4ParticleDefinition * theProjectile
G4HadSecondary * GetSecondary(size_t i)
CLHEP::Hep3Vector G4ThreeVector
const G4String & GetName() const
const G4Element * GetElement(G4int iel) const
G4ParticleHPInelastic(G4ParticleDefinition *projectile=G4Neutron::Neutron(), const char *name="NeutronHPInelastic")
const G4String & GetParticleName() const
G4int GetVerboseLevel() const
void SetVerboseLevel(G4int i)
void SetMinEnergy(G4double anEnergy)
const G4double * GetVecNbOfAtomsPerVolume() const
G4GLOB_DLL std::ostream G4cout
static size_t GetNumberOfElements()
std::vector< G4ParticleHPChannelList * > * theInelastic
const G4ParticleDefinition * GetDefinition() const
G4double GetKineticEnergy() const
static G4Triton * Triton()
static G4Proton * Proton()
static const double perCent
static G4Neutron * Neutron()
void OpenReactionWhiteBoard()
void BuildPhysicsTable(const G4ParticleDefinition &)
void SetVerboseLevel(G4int)
static G4Deuteron * Deuteron()
G4double GetThermalEnergy(const G4HadProjectile &aP, const G4Element *anE, G4double aT)
G4DynamicParticle * GetParticle()
std::vector< G4ParticleHPChannelList * > * GetInelasticFinalStates(const G4ParticleDefinition *)
void SetMaxEnergy(const G4double anEnergy)
const G4Isotope * GetIsotope(G4int iso) const
G4double GetTemperature() const
const G4Material * GetMaterial() const
void CloseReactionWhiteBoard()
size_t GetNumberOfElements() const
const G4String & GetName() const
static G4ElementTable * GetElementTable()
G4ParticleHPReactionWhiteBoard * GetReactionWhiteBoard()
G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &aTargetNucleus)
void SetParameters(const G4double A, const G4double Z)
void RegisterInelasticFinalStates(const G4ParticleDefinition *, std::vector< G4ParticleHPChannelList * > *)
G4ThreeVector GetMomentum() const
virtual const std::pair< G4double, G4double > GetFatalEnergyCheckLevels() const