Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/electromagnetic/adjoint/include/G4UrbanAdjointMscModel.hh

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /processes/electromagnetic/adjoint/include/G4UrbanAdjointMscModel.hh (Version 11.3.0) and /processes/electromagnetic/adjoint/include/G4UrbanAdjointMscModel.hh (Version 5.2)


  1 //                                                  1 
  2 // *******************************************    
  3 // * License and Disclaimer                       
  4 // *                                              
  5 // * The  Geant4 software  is  copyright of th    
  6 // * the Geant4 Collaboration.  It is provided    
  7 // * conditions of the Geant4 Software License    
  8 // * LICENSE and available at  http://cern.ch/    
  9 // * include a list of copyright holders.         
 10 // *                                              
 11 // * Neither the authors of this software syst    
 12 // * institutes,nor the agencies providing fin    
 13 // * work  make  any representation or  warran    
 14 // * regarding  this  software system or assum    
 15 // * use.  Please see the license in the file     
 16 // * for the full disclaimer and the limitatio    
 17 // *                                              
 18 // * This  code  implementation is the result     
 19 // * technical work of the GEANT4 collaboratio    
 20 // * By using,  copying,  modifying or  distri    
 21 // * any work based  on the software)  you  ag    
 22 // * use  in  resulting  scientific  publicati    
 23 // * acceptance of all terms of the Geant4 Sof    
 24 // *******************************************    
 25 //                                                
 26 // File name:     G4UrbanAdjointMscModel          
 27 //                                                
 28 // Author:        Laszlo Urban                    
 29 //                                                
 30 // Class Description:                             
 31 //   Implementation of the model of multiple s    
 32 //   H.W.Lewis Phys Rev 78 (1950) 526 and L.Ur    
 33 // -------------------------------------------    
 34                                                   
 35 #ifndef G4UrbanAdjointMscModel_h                  
 36 #define G4UrbanAdjointMscModel_h 1                
 37                                                   
 38 #include "G4Electron.hh"                          
 39 #include "G4Exp.hh"                               
 40 #include "G4Log.hh"                               
 41 #include "G4MscStepLimitType.hh"                  
 42 #include "G4VMscModel.hh"                         
 43                                                   
 44 class G4LossTableManager;                         
 45 class G4MaterialCutsCouple;                       
 46 class G4ParticleChangeForMSC;                     
 47 class G4ParticleDefinition;                       
 48 class G4SafetyHelper;                             
 49                                                   
 50 //....oooOO0OOooo........oooOO0OOooo........oo    
 51                                                   
 52 class G4UrbanAdjointMscModel : public G4VMscMo    
 53 {                                                 
 54  public:                                          
 55   explicit G4UrbanAdjointMscModel(const G4Stri    
 56                                                   
 57   ~G4UrbanAdjointMscModel() override;             
 58                                                   
 59   void Initialise(const G4ParticleDefinition*,    
 60                                                   
 61   void StartTracking(G4Track*) override;          
 62                                                   
 63   G4double ComputeCrossSectionPerAtom(const G4    
 64                                       G4double    
 65                                       G4double    
 66                                       G4double    
 67                                       G4double    
 68                                       G4double    
 69                                                   
 70   G4ThreeVector& SampleScattering(const G4Thre    
 71                                   G4double saf    
 72                                                   
 73   G4double ComputeTruePathLengthLimit(const G4    
 74                                       G4double    
 75                                                   
 76   G4double ComputeGeomPathLength(G4double true    
 77                                                   
 78   G4double ComputeTrueStepLength(G4double geom    
 79                                                   
 80   G4double ComputeTheta0(G4double truePathLeng    
 81                                                   
 82   inline void SetNewDisplacementFlag(G4bool);     
 83                                                   
 84   G4UrbanAdjointMscModel& operator=(const G4Ur    
 85     delete;                                       
 86   G4UrbanAdjointMscModel(const G4UrbanAdjointM    
 87                                                   
 88  private:                                         
 89   G4double SampleCosineTheta(G4double trueStep    
 90                                                   
 91   void SampleDisplacement(G4double sinTheta, G    
 92                                                   
 93   void SampleDisplacementNew(G4double sinTheta    
 94                                                   
 95   inline void SetParticle(const G4ParticleDefi    
 96                                                   
 97   inline void UpdateCache();                      
 98                                                   
 99   inline G4double Randomizetlimit();              
100                                                   
101   inline G4double SimpleScattering(G4double xm    
102                                                   
103   CLHEP::HepRandomEngine* rndmEngineMod;          
104                                                   
105   const G4ParticleDefinition* particle;           
106   const G4ParticleDefinition* positron;           
107   G4ParticleChangeForMSC* fParticleChange;        
108                                                   
109   const G4MaterialCutsCouple* couple;             
110   G4LossTableManager* theManager;                 
111                                                   
112   G4double mass;                                  
113   G4double charge, ChargeSquare;                  
114   G4double masslimite, lambdalimit, fr;           
115                                                   
116   G4double taubig;                                
117   G4double tausmall;                              
118   G4double taulim;                                
119   G4double currentTau;                            
120   G4double tlimit;                                
121   G4double tlimitmin;                             
122   G4double tlimitminfix, tlimitminfix2;           
123   G4double tgeom;                                 
124                                                   
125   G4double geombig;                               
126   G4double geommin;                               
127   G4double geomlimit;                             
128   G4double skindepth;                             
129   G4double smallstep;                             
130                                                   
131   G4double presafety;                             
132                                                   
133   G4double lambda0;                               
134   G4double lambdaeff;                             
135   G4double tPathLength;                           
136   G4double zPathLength;                           
137   G4double par1, par2, par3;                      
138                                                   
139   G4double stepmin;                               
140                                                   
141   G4double currentKinEnergy;                      
142   G4double currentRange;                          
143   G4double rangeinit;                             
144   G4double currentRadLength;                      
145                                                   
146   G4double Zold;                                  
147   G4double Zeff, Z2, Z23, lnZ;                    
148   G4double coeffth1, coeffth2;                    
149   G4double coeffc1, coeffc2, coeffc3, coeffc4;    
150                                                   
151   G4double rangecut;                              
152   G4double drr, finalr;                           
153                                                   
154   G4int currentMaterialIndex;                     
155                                                   
156   G4bool firstStep;                               
157   G4bool insideskin;                              
158                                                   
159   G4bool latDisplasmentbackup;                    
160   G4bool displacementFlag;                        
161 };                                                
162                                                   
163 //....oooOO0OOooo........oooOO0OOooo........oo    
164 inline void G4UrbanAdjointMscModel::SetNewDisp    
165 {                                                 
166   displacementFlag = val;                         
167 }                                                 
168                                                   
169 inline void G4UrbanAdjointMscModel::SetParticl    
170 {                                                 
171   const G4ParticleDefinition* p1 = p;             
172                                                   
173   if(p->GetParticleName() == "adj_e-")            
174     p1 = G4Electron::Electron();                  
175                                                   
176   if(p1 != particle)                              
177   {                                               
178     particle     = p1;                            
179     mass         = p1->GetPDGMass();              
180     charge       = p1->GetPDGCharge() / CLHEP:    
181     ChargeSquare = charge * charge;               
182   }                                               
183 }                                                 
184                                                   
185 //....oooOO0OOooo........oooOO0OOooo........oo    
186 inline G4double G4UrbanAdjointMscModel::Random    
187 {                                                 
188   G4double temptlimit = tlimit;                   
189   if(tlimit > tlimitmin)                          
190   {                                               
191     G4double delta = tlimit - tlimitmin;          
192     do                                            
193     {                                             
194       temptlimit = G4RandGauss::shoot(rndmEngi    
195       // Loop checking, 10-Apr-2016, Laszlo Ur    
196     } while((temptlimit < tlimit - delta) || (    
197   }                                               
198   else                                            
199   {                                               
200     temptlimit = tlimitmin;                       
201   }                                               
202                                                   
203   return temptlimit;                              
204 }                                                 
205                                                   
206 //....oooOO0OOooo........oooOO0OOooo........oo    
207 inline void G4UrbanAdjointMscModel::UpdateCach    
208 {                                                 
209   lnZ = G4Log(Zeff);                              
210   // correction in theta0 formula                 
211   G4double w    = G4Exp(lnZ / 6.);                
212   G4double facz = 0.990395 + w * (-0.168386 +     
213   coeffth1      = facz * (1. - 8.7780e-2 / Zef    
214   coeffth2      = facz * (4.0780e-2 + 1.7315e-    
215                                                   
216   // tail parameters                              
217   G4double Z13 = w * w;                           
218   coeffc1      = 2.3785 - Z13 * (4.1981e-1 - Z    
219   coeffc2      = 4.7526e-1 + Z13 * (1.7694 - Z    
220   coeffc3      = 2.3683e-1 - Z13 * (1.8111 - Z    
221   coeffc4      = 1.7888e-2 + Z13 * (1.9659e-2     
222                                                   
223   Z2  = Zeff * Zeff;                              
224   Z23 = Z13 * Z13;                                
225                                                   
226   Zold = Zeff;                                    
227 }                                                 
228                                                   
229 //....oooOO0OOooo........oooOO0OOooo........oo    
230 inline G4double G4UrbanAdjointMscModel::Simple    
231                                                   
232 {                                                 
233   // 'large angle scattering'                     
234   // 2 model functions with correct xmean and     
235   G4double a =                                    
236     (2. * xmeanth + 9. * x2meanth - 3.) / (2.     
237   G4double prob = (a + 2.) * xmeanth / a;         
238                                                   
239   // sampling                                     
240   G4double cth = 1.;                              
241   if(rndmEngineMod->flat() < prob)                
242   {                                               
243     cth = -1. + 2. * G4Exp(G4Log(rndmEngineMod    
244   }                                               
245   else                                            
246   {                                               
247     cth = -1. + 2. * rndmEngineMod->flat();       
248   }                                               
249   return cth;                                     
250 }                                                 
251                                                   
252 #endif                                            
253