37 #ifndef G4MuElecElasticModel_h
38 #define G4MuElecElasticModel_h 1
41 #include <CLHEP/Units/SystemOfUnits.h>
57 const G4String& nam =
"MuElecElasticModel");
94 typedef std::map<G4String,G4String,std::less<G4String> >
MapFile;
97 typedef std::map<G4String,G4MuElecCrossSectionDataSet*,std::less<G4String> >
MapData;
126 typedef std::map<double, std::vector<double> >
VecMap;
144 G4Exception (
"*** WARNING : the G4MuElecElasticModel class is not validated below 5 eV !",
"",
JustWarning,
"") ;
std::map< double, std::map< double, double > > TriDimensionMap
std::vector< double > eTdummyVec
G4double LinLogInterpolate(G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2)
virtual void Initialise(const G4ParticleDefinition *, const G4DataVector &)
virtual ~G4MuElecElasticModel()
G4double RandomizeCosTheta(G4double k)
virtual G4double CrossSectionPerVolume(const G4Material *material, const G4ParticleDefinition *p, G4double ekin, G4double emin, G4double emax)
std::map< G4String, G4String, std::less< G4String > > MapFile
G4double LogLogInterpolate(G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2)
G4double lowEnergyLimitOfModel
G4MuElecElasticModel(const G4ParticleDefinition *p=0, const G4String &nam="MuElecElasticModel")
virtual void SampleSecondaries(std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double maxEnergy)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
G4double Theta(G4ParticleDefinition *aParticleDefinition, G4double k, G4double integrDiff)
TriDimensionMap eDiffCrossSectionData
static const G4double emax
G4double GetKillBelowThreshold()
G4ParticleChangeForGamma * fParticleChangeForGamma
G4MuElecElasticModel & operator=(const G4MuElecElasticModel &right)
void SetKillBelowThreshold(G4double threshold)
G4double QuadInterpolator(G4double e11, G4double e12, G4double e21, G4double e22, G4double x11, G4double x12, G4double x21, G4double x22, G4double t1, G4double t2, G4double t, G4double e)
std::map< double, std::vector< double > > VecMap
std::map< G4String, G4MuElecCrossSectionDataSet *, std::less< G4String > > MapData