54 #ifndef G4UrbanMscModel_h
55 #define G4UrbanMscModel_h 1
116 inline void UpdateCache();
138 G4double tlimitminfix,tlimitminfix2;
165 G4int currentMaterialIndex;
171 G4double coeffc1,coeffc2,coeffc3,coeffc4;
188 ChargeSquare = charge*charge;
195 void G4UrbanMscModel::UpdateCache()
200 G4double facz = 0.990395+w*(-0.168386+w*0.093286) ;
201 coeffth1 = facz*(1. - 8.7780e-2/Zeff);
202 coeffth2 = facz*(4.0780e-2 + 1.7315e-4*Zeff);
206 coeffc1 = 2.3785 - Z13*(4.1981e-1 - Z13*6.3100e-2);
207 coeffc2 = 4.7526e-1 + Z13*(1.7694 - Z13*3.3885e-1);
208 coeffc3 = 2.3683e-1 - Z13*(1.8111 - Z13*3.2774e-1);
209 coeffc4 = 1.7888e-2 + Z13*(1.9659e-2 - Z13*2.6664e-3);
G4UrbanMscModel(const G4String &nam="UrbanMsc")
virtual ~G4UrbanMscModel()
G4ThreeVector & SampleScattering(const G4ThreeVector &, G4double safety)
G4double ComputeGeomPathLength(G4double truePathLength)
G4double ComputeTrueStepLength(G4double geomStepLength)
G4double G4Log(G4double x)
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
void Initialise(const G4ParticleDefinition *, const G4DataVector &)
G4double GetPDGMass() const
G4double ComputeTheta0(G4double truePathLength, G4double KineticEnergy)
G4double GetPDGCharge() const
void StartTracking(G4Track *)
G4double ComputeCrossSectionPerAtom(const G4ParticleDefinition *particle, G4double KineticEnergy, G4double AtomicNumber, G4double AtomicWeight=0., G4double cut=0., G4double emax=DBL_MAX)
G4double ComputeTruePathLengthLimit(const G4Track &track, G4double ¤tMinimalStep)