|
| | G4NeutronHPThermalScattering () |
| |
| | ~G4NeutronHPThermalScattering () |
| |
| G4HadFinalState * | ApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &aTargetNucleus) |
| |
virtual const std::pair
< G4double, G4double > | GetFatalEnergyCheckLevels () const |
| |
| void | AddUserThermalScatteringFile (G4String, G4String) |
| |
| | G4HadronicInteraction (const G4String &modelName="HadronicModel") |
| |
| virtual | ~G4HadronicInteraction () |
| |
| virtual G4double | SampleInvariantT (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A) |
| |
| virtual G4bool | IsApplicable (const G4HadProjectile &, G4Nucleus &) |
| |
| G4double | GetMinEnergy () const |
| |
| G4double | GetMinEnergy (const G4Material *aMaterial, const G4Element *anElement) const |
| |
| void | SetMinEnergy (G4double anEnergy) |
| |
| void | SetMinEnergy (G4double anEnergy, const G4Element *anElement) |
| |
| void | SetMinEnergy (G4double anEnergy, const G4Material *aMaterial) |
| |
| G4double | GetMaxEnergy () const |
| |
| G4double | GetMaxEnergy (const G4Material *aMaterial, const G4Element *anElement) const |
| |
| void | SetMaxEnergy (const G4double anEnergy) |
| |
| void | SetMaxEnergy (G4double anEnergy, const G4Element *anElement) |
| |
| void | SetMaxEnergy (G4double anEnergy, const G4Material *aMaterial) |
| |
| const G4HadronicInteraction * | GetMyPointer () const |
| |
| virtual G4int | GetVerboseLevel () const |
| |
| virtual void | SetVerboseLevel (G4int value) |
| |
| const G4String & | GetModelName () const |
| |
| void | DeActivateFor (const G4Material *aMaterial) |
| |
| void | ActivateFor (const G4Material *aMaterial) |
| |
| void | DeActivateFor (const G4Element *anElement) |
| |
| void | ActivateFor (const G4Element *anElement) |
| |
| G4bool | IsBlocked (const G4Material *aMaterial) const |
| |
| G4bool | IsBlocked (const G4Element *anElement) const |
| |
| void | SetRecoilEnergyThreshold (G4double val) |
| |
| G4double | GetRecoilEnergyThreshold () const |
| |
| G4bool | operator== (const G4HadronicInteraction &right) const |
| |
| G4bool | operator!= (const G4HadronicInteraction &right) const |
| |
virtual std::pair< G4double,
G4double > | GetEnergyMomentumCheckLevels () const |
| |
| void | SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double absoluteLevel) |
| |
| virtual void | ModelDescription (std::ostream &outFile) const |
| |
|
std::map< G4double,
std::vector< std::pair
< G4double, G4double > * > * > * | readACoherentFSDATA (G4String) |
| |
std::map< G4double,
std::vector< E_isoAng * > * > * | readAnIncoherentFSDATA (G4String) |
| |
| E_isoAng * | readAnE_isoAng (std::istream *) |
| |
std::map< G4double,
std::vector< E_P_E_isoAng * > * > * | readAnInelasticFSDATA (G4String) |
| |
| E_P_E_isoAng * | readAnE_P_E_isoAng (std::istream *) |
| |
| G4double | getMu (E_isoAng *) |
| |
| std::pair< G4double, G4double > | find_LH (G4double, std::vector< G4double > *) |
| |
| G4double | get_linear_interpolated (G4double, std::pair< G4double, G4double >, std::pair< G4double, G4double >) |
| |
| E_isoAng | create_E_isoAng_from_energy (G4double, std::vector< E_isoAng * > *) |
| |
| G4double | get_secondary_energy_from_E_P_E_isoAng (G4double, E_P_E_isoAng *) |
| |
| std::pair< G4double, E_isoAng > | create_sE_and_EPM_from_pE_and_vE_P_E_isoAng (G4double, G4double, std::vector< E_P_E_isoAng * > *) |
| |
| void | buildPhysicsTable () |
| |
| G4int | getTS_ID (const G4Material *, const G4Element *) |
| |