29 #ifndef G4ParticleHPThermalScattering_h
30 #define G4ParticleHPThermalScattering_h 1
67 std::vector < G4double >
prob;
105 std::map < G4int , std::map < G4double , std::vector < std::pair< G4double , G4double >* >* >* >*
coherentFSs;
110 std::map < G4int , std::map < G4double , std::vector < E_isoAng* >* >* >*
incoherentFSs;
116 std::map < G4int , std::map < G4double , std::vector < E_P_E_isoAng* >* >* >*
inelasticFSs;
126 std::pair< G4double , G4double >
find_LH (
G4double , std::vector<G4double>* );
135 std::map < std::pair < const G4Material* , const G4Element* > ,
G4int >
dic;
G4double get_secondary_energy_from_E_P_E_isoAng(G4double, E_P_E_isoAng *)
void BuildPhysicsTable(const G4ParticleDefinition &)
std::map< G4double, std::vector< E_isoAng * > * > * readAnIncoherentFSDATA(G4String)
virtual const std::pair< G4double, G4double > GetFatalEnergyCheckLevels() const
G4double getMu(E_isoAng *)
std::map< G4double, std::vector< E_P_E_isoAng * > * > * readAnInelasticFSDATA(G4String)
void clearCurrentFSData()
std::map< G4int, std::map< G4double, std::vector< E_isoAng * > * > * > * incoherentFSs
std::vector< G4double > prob
std::vector< G4double > isoAngle
G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &aTargetNucleus)
std::pair< G4double, E_isoAng > create_sE_and_EPM_from_pE_and_vE_P_E_isoAng(G4double, G4double, std::vector< E_P_E_isoAng * > *)
G4bool check_E_isoAng(E_isoAng *)
G4ParticleHPThermalScatteringNames names
std::map< std::pair< const G4Material *, const G4Element * >, G4int > dic
std::map< G4int, std::map< G4double, std::vector< E_P_E_isoAng * > * > * > * inelasticFSs
E_P_E_isoAng * readAnE_P_E_isoAng(std::istream *)
virtual void ModelDescription(std::ostream &outFile) const
std::vector< E_isoAng * > vE_isoAngle
G4ParticleHPElastic * theHPElastic
std::map< G4double, std::vector< std::pair< G4double, G4double > * > * > * readACoherentFSDATA(G4String)
E_isoAng * readAnE_isoAng(std::istream *)
std::pair< G4double, G4double > find_LH(G4double, std::vector< G4double > *)
E_isoAng create_E_isoAng_from_energy(G4double, std::vector< E_isoAng * > *)
std::map< G4int, std::map< G4double, std::vector< std::pair< G4double, G4double > * > * > * > * coherentFSs
G4ParticleHPThermalScatteringData * theXSection
~G4ParticleHPThermalScattering()
G4int getTS_ID(const G4Material *, const G4Element *)
G4ParticleHPThermalScattering()
void AddUserThermalScatteringFile(G4String, G4String)
G4double get_linear_interpolated(G4double, std::pair< G4double, G4double >, std::pair< G4double, G4double >)