Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/electromagnetic/lowenergy/src/G4LivermoreGammaConversionModel.cc

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/lowenergy/src/G4LivermoreGammaConversionModel.cc (Version 11.3.0) and /processes/electromagnetic/lowenergy/src/G4LivermoreGammaConversionModel.cc (Version 5.2.p2)


  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 // Author: Sebastien Incerti                      
 27 //         22 January 2012                        
 28 //         on base of G4LivermoreGammaConversi    
 29 //         and G4LivermoreRayleighModel (MT ve    
 30 //                                                
 31 // Modifications: Zhuxin Li@CENBG                 
 32 //                11 March 2020                   
 33 //                derives from G4PairProductio    
 34 // -------------------------------------------    
 35                                                   
 36 #include "G4LivermoreGammaConversionModel.hh"     
 37                                                   
 38 #include "G4AutoLock.hh"                          
 39 #include "G4Electron.hh"                          
 40 #include "G4EmParameters.hh"                      
 41 #include "G4Exp.hh"                               
 42 #include "G4ParticleChangeForGamma.hh"            
 43 #include "G4PhysicalConstants.hh"                 
 44 #include "G4PhysicsFreeVector.hh"                 
 45 #include "G4SystemOfUnits.hh"                     
 46                                                   
 47 namespace                                         
 48 {                                                 
 49 G4Mutex LivermoreGammaConversionModelMutex = G    
 50 }                                                 
 51                                                   
 52 //....oooOO0OOooo........oooOO0OOooo........oo    
 53 //....oooOO0OOooo........oooOO0OOooo........oo    
 54                                                   
 55 G4PhysicsFreeVector* G4LivermoreGammaConversio    
 56 G4String G4LivermoreGammaConversionModel::gDat    
 57                                                   
 58 G4LivermoreGammaConversionModel::G4LivermoreGa    
 59                                                   
 60   : G4PairProductionRelModel(p, nam)              
 61 {                                                 
 62   fParticleChange = nullptr;                      
 63   lowEnergyLimit = 2. * CLHEP::electron_mass_c    
 64   verboseLevel = 0;                               
 65   // Verbosity scale for debugging purposes:      
 66   // 0 = nothing                                  
 67   // 1 = calculation of cross sections, file o    
 68   // 2 = entering in methods                      
 69   if (verboseLevel > 0) {                         
 70     G4cout << "G4LivermoreGammaConversionModel    
 71   }                                               
 72 }                                                 
 73                                                   
 74 //....oooOO0OOooo........oooOO0OOooo........oo    
 75                                                   
 76 G4LivermoreGammaConversionModel::~G4LivermoreG    
 77 {                                                 
 78   if (IsMaster()) {                               
 79     for (G4int i = 0; i <= maxZ; ++i) {           
 80       if (data[i]) {                              
 81         delete data[i];                           
 82         data[i] = nullptr;                        
 83       }                                           
 84     }                                             
 85   }                                               
 86 }                                                 
 87                                                   
 88 //....oooOO0OOooo........oooOO0OOooo........oo    
 89                                                   
 90 void G4LivermoreGammaConversionModel::Initiali    
 91                                                   
 92 {                                                 
 93   G4PairProductionRelModel::Initialise(particl    
 94   if (verboseLevel > 1) {                         
 95     G4cout << "Calling Initialise() of G4Liver    
 96            << "Energy range: " << LowEnergyLim    
 97            << " GeV isMater: " << IsMaster() <    
 98   }                                               
 99                                                   
100   if (IsMaster()) {                               
101     // Initialise element selector                
102     InitialiseElementSelectors(particle, cuts)    
103                                                   
104     // Access to elements                         
105     const G4ElementTable* elemTable = G4Elemen    
106     std::size_t numElems = (*elemTable).size()    
107     for (std::size_t ie = 0; ie < numElems; ++    
108       const G4Element* elem = (*elemTable)[ie]    
109       const G4int Z = std::min(maxZ, elem->Get    
110       if (data[Z] == nullptr) {                   
111         ReadData(Z);                              
112       }                                           
113     }                                             
114   }                                               
115   if (isInitialised) {                            
116     return;                                       
117   }                                               
118   fParticleChange = GetParticleChangeForGamma(    
119   isInitialised = true;                           
120 }                                                 
121                                                   
122 //....oooOO0OOooo........oooOO0OOooo........oo    
123                                                   
124 const G4String& G4LivermoreGammaConversionMode    
125 {                                                 
126   // no check in this method - environment var    
127   if (gDataDirectory.empty()) {                   
128     auto param = G4EmParameters::Instance();      
129     std::ostringstream ost;                       
130     if (param->LivermoreDataDir() == "livermor    
131       ost << param->GetDirLEDATA() << "/liverm    
132       useSpline = true;                           
133     }                                             
134     else {                                        
135       ost << param->GetDirLEDATA() << "/epics2    
136     }                                             
137     gDataDirectory = ost.str();                   
138   }                                               
139   return gDataDirectory;                          
140 }                                                 
141                                                   
142 //....oooOO0OOooo........oooOO0OOooo........oo    
143                                                   
144 void G4LivermoreGammaConversionModel::ReadData    
145 {                                                 
146   if (verboseLevel > 1) {                         
147     G4cout << "Calling ReadData() of G4Livermo    
148   }                                               
149                                                   
150   if (data[Z] != nullptr) {                       
151     return;                                       
152   }                                               
153                                                   
154   std::ostringstream ost;                         
155   ost << FindDirectoryPath() << "pp-cs-" << Z     
156                                                   
157   data[Z] = new G4PhysicsFreeVector(useSpline)    
158                                                   
159   std::ifstream fin(ost.str().c_str());           
160                                                   
161   if (!fin.is_open()) {                           
162     G4ExceptionDescription ed;                    
163     ed << "G4LivermoreGammaConversionModel dat    
164        << G4endl;                                 
165     G4Exception("G4LivermoreGammaConversionMod    
166                 "G4LEDATA version should be G4    
167     return;                                       
168   }                                               
169   else {                                          
170     if (verboseLevel > 1) {                       
171       G4cout << "File " << ost.str() << " is o    
172     }                                             
173                                                   
174     data[Z]->Retrieve(fin, true);                 
175   }                                               
176   // Activation of spline interpolation           
177   if (useSpline) data[Z]->FillSecondDerivative    
178 }                                                 
179                                                   
180 //....oooOO0OOooo........oooOO0OOooo........oo    
181                                                   
182 G4double                                          
183 G4LivermoreGammaConversionModel::ComputeCrossS    
184                                                   
185                                                   
186 {                                                 
187   if (verboseLevel > 1) {                         
188     G4cout << "G4LivermoreGammaConversionModel    
189   }                                               
190                                                   
191   if (GammaEnergy < lowEnergyLimit) {             
192     return 0.0;                                   
193   }                                               
194                                                   
195   G4double xs = 0.0;                              
196                                                   
197   G4int intZ = std::max(1, std::min(G4lrint(Z)    
198                                                   
199   G4PhysicsFreeVector* pv = data[intZ];           
200                                                   
201   // if element was not initialised               
202   // do initialisation safely for MT mode         
203   if (pv == nullptr) {                            
204     InitialiseForElement(particle, intZ);         
205     pv = data[intZ];                              
206     if (pv == nullptr) {                          
207       return xs;                                  
208     }                                             
209   }                                               
210   // x-section is taken from the table            
211   xs = pv->Value(GammaEnergy);                    
212                                                   
213   if (verboseLevel > 0) {                         
214     G4cout << "*** Gamma conversion xs for Z="    
215            << "  cs=" << xs / millibarn << " m    
216   }                                               
217   return xs;                                      
218 }                                                 
219                                                   
220 //....oooOO0OOooo........oooOO0OOooo........oo    
221                                                   
222 void G4LivermoreGammaConversionModel::Initiali    
223 {                                                 
224   G4AutoLock l(&LivermoreGammaConversionModelM    
225   if (data[Z] == nullptr) {                       
226     ReadData(Z);                                  
227   }                                               
228   l.unlock();                                     
229 }                                                 
230                                                   
231 //....oooOO0OOooo........oooOO0OOooo........oo    
232