Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer 3 // * License and Disclaimer * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 6 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 7 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 8 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 9 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 10 // * 10 // * * 11 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 16 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 17 // * 17 // * * 18 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 19 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 20 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 21 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 22 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 23 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 24 // ******************************************* 24 // ******************************************************************** 25 // 25 // >> 26 // $Id: G4LossTableManager.cc,v 1.105 2010-11-04 12:55:09 vnivanch Exp $ >> 27 // GEANT4 tag $Name: geant4-09-04-patch-02 $ >> 28 // 26 // ------------------------------------------- 29 // ------------------------------------------------------------------- 27 // 30 // 28 // GEANT4 Class file 31 // GEANT4 Class file 29 // 32 // 30 // 33 // 31 // File name: G4LossTableManager 34 // File name: G4LossTableManager 32 // 35 // 33 // Author: Vladimir Ivanchenko 36 // Author: Vladimir Ivanchenko 34 // 37 // 35 // Creation date: 03.01.2002 38 // Creation date: 03.01.2002 36 // 39 // 37 // Modifications: by V.Ivanchenko << 40 // Modifications: 38 // 41 // >> 42 // 20-01-03 Migrade to cut per region (V.Ivanchenko) >> 43 // 15-02-03 Lambda table can be scaled (V.Ivanchenko) >> 44 // 17-02-03 Fix problem of store/restore tables (V.Ivanchenko) >> 45 // 10-03-03 Add Ion registration (V.Ivanchenko) >> 46 // 25-03-03 Add deregistration (V.Ivanchenko) >> 47 // 02-04-03 Change messenger (V.Ivanchenko) >> 48 // 26-04-03 Fix retrieve tables (V.Ivanchenko) >> 49 // 13-05-03 Add calculation of precise range (V.Ivanchenko) >> 50 // 23-07-03 Add exchange with G4EnergyLossTables (V.Ivanchenko) >> 51 // 05-10-03 Add G4VEmProcesses registration and Verbose command (V.Ivanchenko) >> 52 // 17-10-03 Add SetParameters method (V.Ivanchenko) >> 53 // 23-10-03 Add control on inactive processes (V.Ivanchenko) >> 54 // 04-11-03 Add checks in RetrievePhysicsTable (V.Ivanchenko) >> 55 // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) >> 56 // 14-01-04 Activate precise range calculation (V.Ivanchenko) >> 57 // 10-03-04 Fix a problem of Precise Range table (V.Ivanchenko) >> 58 // 08-11-04 Migration to new interface of Store/Retrieve tables (V.Ivanchenko) >> 59 // 13-01-04 Fix problem which takes place for inactivate eIoni (V.Ivanchenko) >> 60 // 25-01-04 Fix initialisation problem for ions (V.Ivanchenko) >> 61 // 11-03-05 Shift verbose level by 1 (V.Ivantchenko) >> 62 // 10-01-06 PreciseRange -> CSDARange (V.Ivantchenko) >> 63 // 20-01-06 Introduce G4EmTableType to remove repeating code (VI) >> 64 // 23-03-06 Set flag isIonisation (VI) >> 65 // 10-05-06 Add methods SetMscStepLimitation, FacRange and MscFlag (VI) >> 66 // 22-05-06 Add methods Set/Get bremsTh (VI) >> 67 // 05-06-06 Do not clear loss_table map between runs (VI) >> 68 // 16-01-07 Create new energy loss table for e+,e-,mu+,mu- and >> 69 // left ionisation table for further usage (VI) >> 70 // 12-02-07 Add SetSkin, SetLinearLossLimit (V.Ivanchenko) >> 71 // 18-06-07 Move definition of msc parameters to G4EmProcessOptions (V.Ivanchenko) >> 72 // 21-02-08 Added G4EmSaturation (V.Ivanchenko) >> 73 // 12-04-10 Added PreparePhsyicsTables and BuildPhysicsTables entries (V.Ivanchenko) 39 // 74 // 40 // Class Description: 75 // Class Description: 41 // 76 // 42 // ------------------------------------------- 77 // ------------------------------------------------------------------- 43 // 78 // 44 //....oooOO0OOooo........oooOO0OOooo........oo 79 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 45 //....oooOO0OOooo........oooOO0OOooo........oo 80 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 46 81 47 #include "G4LossTableManager.hh" 82 #include "G4LossTableManager.hh" 48 #include "G4SystemOfUnits.hh" << 83 #include "G4EnergyLossMessenger.hh" 49 << 50 #include "G4VMultipleScattering.hh" << 51 #include "G4VEmProcess.hh" << 52 << 53 #include "G4EmParameters.hh" << 54 #include "G4EmSaturation.hh" << 55 #include "G4EmConfigurator.hh" << 56 #include "G4ElectronIonPair.hh" << 57 #include "G4NIELCalculator.hh" << 58 #include "G4EmCorrections.hh" << 59 #include "G4LossTableBuilder.hh" << 60 #include "G4VAtomDeexcitation.hh" << 61 #include "G4VSubCutProducer.hh" << 62 << 63 #include "G4PhysicsTable.hh" 84 #include "G4PhysicsTable.hh" 64 #include "G4ParticleDefinition.hh" 85 #include "G4ParticleDefinition.hh" 65 #include "G4MaterialCutsCouple.hh" 86 #include "G4MaterialCutsCouple.hh" 66 #include "G4ProcessManager.hh" 87 #include "G4ProcessManager.hh" 67 #include "G4Electron.hh" 88 #include "G4Electron.hh" 68 #include "G4Proton.hh" 89 #include "G4Proton.hh" >> 90 #include "G4VMultipleScattering.hh" >> 91 #include "G4VEmProcess.hh" 69 #include "G4ProductionCutsTable.hh" 92 #include "G4ProductionCutsTable.hh" 70 #include "G4PhysicsTableHelper.hh" 93 #include "G4PhysicsTableHelper.hh" >> 94 #include "G4EmCorrections.hh" >> 95 #include "G4EmSaturation.hh" >> 96 #include "G4EmConfigurator.hh" >> 97 #include "G4ElectronIonPair.hh" 71 #include "G4EmTableType.hh" 98 #include "G4EmTableType.hh" >> 99 #include "G4LossTableBuilder.hh" >> 100 #include "G4VAtomDeexcitation.hh" 72 #include "G4Region.hh" 101 #include "G4Region.hh" 73 #include "G4PhysicalConstants.hh" << 74 102 75 #include "G4Gamma.hh" << 103 G4LossTableManager* G4LossTableManager::theInstance = 0; 76 #include "G4Positron.hh" << 77 #include "G4OpticalPhoton.hh" << 78 #include "G4Neutron.hh" << 79 #include "G4MuonPlus.hh" << 80 #include "G4MuonMinus.hh" << 81 #include "G4GenericIon.hh" << 82 104 83 //....oooOO0OOooo........oooOO0OOooo........oo 105 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 84 106 85 static std::once_flag applyOnce; << 86 G4ThreadLocal G4LossTableManager* G4LossTableM << 87 << 88 G4LossTableManager* G4LossTableManager::Instan 107 G4LossTableManager* G4LossTableManager::Instance() 89 { 108 { 90 if(nullptr == instance) { << 109 if(0 == theInstance) { 91 static G4ThreadLocalSingleton<G4LossTableM << 110 static G4LossTableManager manager; 92 instance = inst.Instance(); << 111 theInstance = &manager; 93 } 112 } 94 return instance; << 113 return theInstance; 95 } 114 } 96 115 97 //....oooOO0OOooo........oooOO0OOooo........oo 116 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 98 117 99 G4LossTableManager::~G4LossTableManager() 118 G4LossTableManager::~G4LossTableManager() 100 { 119 { 101 for (auto const & p : loss_vector) { delete << 120 for (G4int i=0; i<n_loss; ++i) { 102 for (auto const & p : msc_vector) { delete p << 121 if( loss_vector[i] ) { delete loss_vector[i]; } 103 for (auto const & p : emp_vector) { delete p << 122 } 104 for (auto const & p : p_vector) { delete p; << 123 size_t msc = msc_vector.size(); 105 << 124 for (size_t j=0; j<msc; ++j) { 106 std::size_t mod = mod_vector.size(); << 125 if( msc_vector[j] ) { delete msc_vector[j]; } 107 std::size_t fmod = fmod_vector.size(); << 126 } 108 for (std::size_t a=0; a<mod; ++a) { << 127 size_t emp = emp_vector.size(); 109 if( nullptr != mod_vector[a] ) { << 128 for (size_t k=0; k<emp; ++k) { 110 for (std::size_t b=0; b<fmod; ++b) { << 129 if( emp_vector[k] ) { delete emp_vector[k]; } 111 if((G4VEmModel*)(fmod_vector[b]) == mo << 130 } 112 fmod_vector[b] = nullptr; << 131 size_t mod = mod_vector.size(); 113 } << 132 for (size_t a=0; a<mod; ++a) { 114 } << 133 if( mod_vector[a] ) { delete mod_vector[a]; } 115 delete mod_vector[a]; << 134 } 116 mod_vector[a] = nullptr; << 135 size_t fmod = fmod_vector.size(); 117 } << 136 for (size_t b=0; b<fmod; ++b) { >> 137 if( fmod_vector[b] ) { delete fmod_vector[b]; } 118 } 138 } 119 for (auto const & p : fmod_vector) { delete << 120 << 121 Clear(); 139 Clear(); >> 140 delete theMessenger; 122 delete tableBuilder; 141 delete tableBuilder; 123 delete emCorrections; 142 delete emCorrections; >> 143 delete emSaturation; 124 delete emConfigurator; 144 delete emConfigurator; 125 delete emElectronIonPair; 145 delete emElectronIonPair; 126 delete nielCalculator; << 127 delete atomDeexcitation; 146 delete atomDeexcitation; 128 delete subcutProducer; << 129 } 147 } 130 148 131 //....oooOO0OOooo........oooOO0OOooo........oo 149 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 132 150 133 G4LossTableManager::G4LossTableManager() 151 G4LossTableManager::G4LossTableManager() 134 { 152 { 135 theParameters = G4EmParameters::Instance(); << 153 n_loss = 0; 136 theElectron = G4Electron::Electron(); << 154 run = 0; 137 << 155 startInitialisation = false; 138 // only one thread is the master << 156 all_tables_are_built = false; 139 std::call_once(applyOnce, [this]() { isMaste << 157 currentLoss = 0; 140 verbose = isMaster ? theParameters->Verbose( << 158 currentParticle = 0; 141 << 159 firstParticle = 0; 142 tableBuilder = new G4LossTableBuilder(isMast << 160 lossFluctuationFlag = true; 143 emCorrections = new G4EmCorrections(verbose) << 161 subCutoffFlag = false; 144 << 162 rndmStepFlag = false; 145 std::size_t n = 70; << 163 minSubRange = 0.0; 146 loss_vector.reserve(n); << 164 maxRangeVariation = 1.0; 147 part_vector.reserve(n); << 165 maxFinalStep = 0.0; 148 base_part_vector.reserve(n); << 166 minKinEnergy = 0.1*keV; 149 dedx_vector.reserve(n); << 167 maxKinEnergy = 10.0*TeV; 150 range_vector.reserve(n); << 168 nbinsLambda = 77; 151 inv_range_vector.reserve(n); << 169 nbinsPerDecade = 7; 152 tables_are_built.reserve(n); << 170 maxKinEnergyForMuons = 10.*TeV; 153 isActive.reserve(n); << 171 integral = true; 154 msc_vector.reserve(10); << 172 integralActive = false; 155 emp_vector.reserve(16); << 173 buildCSDARange = false; 156 mod_vector.reserve(150); << 174 minEnergyActive = false; 157 fmod_vector.reserve(60); << 175 maxEnergyActive = false; >> 176 maxEnergyForMuonsActive = false; >> 177 stepFunctionActive = false; >> 178 flagLPM = true; >> 179 splineFlag = true; >> 180 bremsTh = DBL_MAX; >> 181 factorForAngleLimit = 1.0; >> 182 verbose = 1; >> 183 theMessenger = new G4EnergyLossMessenger(); >> 184 theElectron = G4Electron::Electron(); >> 185 tableBuilder = new G4LossTableBuilder(); >> 186 emCorrections= new G4EmCorrections(); >> 187 emSaturation = new G4EmSaturation(); >> 188 emConfigurator = new G4EmConfigurator(verbose); >> 189 emElectronIonPair = new G4ElectronIonPair(); >> 190 tableBuilder->SetSplineFlag(splineFlag); >> 191 atomDeexcitation = 0; 158 } 192 } 159 193 160 //....oooOO0OOooo........oooOO0OOooo........oo 194 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 161 195 162 void G4LossTableManager::Clear() 196 void G4LossTableManager::Clear() 163 { 197 { 164 all_tables_are_built = false; 198 all_tables_are_built = false; 165 currentLoss = nullptr; << 199 currentLoss = 0; 166 currentParticle = nullptr; << 200 currentParticle = 0; 167 if(n_loss) { << 201 if(n_loss) 168 dedx_vector.clear(); << 202 { 169 range_vector.clear(); << 203 dedx_vector.clear(); 170 inv_range_vector.clear(); << 204 range_vector.clear(); 171 loss_map.clear(); << 205 inv_range_vector.clear(); 172 loss_vector.clear(); << 206 loss_map.clear(); 173 part_vector.clear(); << 207 loss_vector.clear(); 174 base_part_vector.clear(); << 208 part_vector.clear(); 175 tables_are_built.clear(); << 209 base_part_vector.clear(); 176 isActive.clear(); << 210 tables_are_built.clear(); 177 n_loss = 0; << 211 isActive.clear(); 178 } << 212 n_loss = 0; >> 213 } 179 } 214 } 180 215 181 //....oooOO0OOooo........oooOO0OOooo........oo 216 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 182 217 183 void G4LossTableManager::Register(G4VEnergyLos 218 void G4LossTableManager::Register(G4VEnergyLossProcess* p) 184 { 219 { 185 if (nullptr == p) { return; } << 186 for (G4int i=0; i<n_loss; ++i) { << 187 if(loss_vector[i] == p) { return; } << 188 } << 189 if(verbose > 1) { << 190 G4cout << "G4LossTableManager::Register G4 << 191 << p->GetProcessName() << " idx= " << 192 } << 193 ++n_loss; 220 ++n_loss; 194 loss_vector.push_back(p); 221 loss_vector.push_back(p); 195 part_vector.push_back(nullptr); << 222 part_vector.push_back(0); 196 base_part_vector.push_back(nullptr); << 223 base_part_vector.push_back(0); 197 dedx_vector.push_back(nullptr); << 224 dedx_vector.push_back(0); 198 range_vector.push_back(nullptr); << 225 range_vector.push_back(0); 199 inv_range_vector.push_back(nullptr); << 226 inv_range_vector.push_back(0); 200 tables_are_built.push_back(false); 227 tables_are_built.push_back(false); 201 isActive.push_back(true); 228 isActive.push_back(true); 202 all_tables_are_built = false; 229 all_tables_are_built = false; 203 } << 230 if(!lossFluctuationFlag) { p->SetLossFluctuations(false); } 204 << 231 if(subCutoffFlag) { p->ActivateSubCutoff(true); } 205 //....oooOO0OOooo........oooOO0OOooo........oo << 232 if(rndmStepFlag) { p->SetRandomStep(true); } 206 << 233 if(stepFunctionActive) { p->SetStepFunction(maxRangeVariation, maxFinalStep); } 207 void G4LossTableManager::ResetParameters() << 234 if(integralActive) { p->SetIntegral(integral); } 208 { << 235 if(minEnergyActive) { p->SetMinKinEnergy(minKinEnergy); } 209 // initialisation once per run << 236 if(maxEnergyActive) { p->SetMaxKinEnergy(maxKinEnergy); } 210 if (!resetParam) { return; } << 237 if(verbose > 1) 211 resetParam = false; << 238 G4cout << "G4LossTableManager::Register G4VEnergyLossProcess : " 212 startInitialisation = true; << 239 << p->GetProcessName() << G4endl; 213 verbose = theParameters->Verbose(); << 214 if(!isMaster) { << 215 verbose = theParameters->WorkerVerbose(); << 216 } else { << 217 if(verbose > 0) { theParameters->Dump(); } << 218 } << 219 << 220 tableBuilder->InitialiseBaseMaterials(); << 221 if (nullptr != nielCalculator) { nielCalcula << 222 << 223 emCorrections->SetVerbose(verbose); << 224 if(nullptr != emConfigurator) { emConfigurat << 225 if(nullptr != emElectronIonPair) { emElectro << 226 if(nullptr != atomDeexcitation) { << 227 atomDeexcitation->SetVerboseLevel(verbose) << 228 atomDeexcitation->InitialiseAtomicDeexcita << 229 } << 230 if (1 < verbose) { << 231 G4cout << "====== G4LossTableManager::Rese << 232 << " Nloss=" << loss_vector.size() << 233 << " run=" << run << " master=" << isMast << 234 << G4endl; << 235 } << 236 } 240 } 237 241 238 //....oooOO0OOooo........oooOO0OOooo........oo 242 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 239 243 240 void G4LossTableManager::DeRegister(G4VEnergyL 244 void G4LossTableManager::DeRegister(G4VEnergyLossProcess* p) 241 { 245 { 242 if (nullptr == p) { return; } << 243 for (G4int i=0; i<n_loss; ++i) { 246 for (G4int i=0; i<n_loss; ++i) { 244 if(loss_vector[i] == p) { << 247 if(loss_vector[i] == p) { loss_vector[i] = 0; } 245 loss_vector[i] = nullptr; << 246 break; << 247 } << 248 } 248 } 249 } 249 } 250 250 251 //....oooOO0OOooo........oooOO0OOooo........oo 251 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 252 252 253 void G4LossTableManager::Register(G4VMultipleS 253 void G4LossTableManager::Register(G4VMultipleScattering* p) 254 { 254 { 255 if (nullptr == p) { return; } << 255 msc_vector.push_back(p); 256 std::size_t n = msc_vector.size(); << 257 for (std::size_t i=0; i<n; ++i) { << 258 if(msc_vector[i] == p) { return; } << 259 } << 260 if(verbose > 1) { 256 if(verbose > 1) { 261 G4cout << "G4LossTableManager::Register G4 257 G4cout << "G4LossTableManager::Register G4VMultipleScattering : " 262 << p->GetProcessName() << " idx= " << 258 << p->GetProcessName() << G4endl; 263 } 259 } 264 msc_vector.push_back(p); << 265 } 260 } 266 261 267 //....oooOO0OOooo........oooOO0OOooo........oo 262 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 268 263 269 void G4LossTableManager::DeRegister(G4VMultipl 264 void G4LossTableManager::DeRegister(G4VMultipleScattering* p) 270 { 265 { 271 if (nullptr == p) { return; } << 266 size_t msc = msc_vector.size(); 272 std::size_t msc = msc_vector.size(); << 267 for (size_t i=0; i<msc; ++i) { 273 for (std::size_t i=0; i<msc; ++i) { << 268 if(msc_vector[i] == p) { msc_vector[i] = 0; } 274 if(msc_vector[i] == p) { << 275 msc_vector[i] = nullptr; << 276 break; << 277 } << 278 } 269 } 279 } 270 } 280 271 281 //....oooOO0OOooo........oooOO0OOooo........oo 272 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 282 273 283 void G4LossTableManager::Register(G4VEmProcess 274 void G4LossTableManager::Register(G4VEmProcess* p) 284 { 275 { 285 if (nullptr == p) { return; } << 276 emp_vector.push_back(p); 286 std::size_t n = emp_vector.size(); << 287 for (std::size_t i=0; i<n; ++i) { << 288 if(emp_vector[i] == p) { return; } << 289 } << 290 if(verbose > 1) { 277 if(verbose > 1) { 291 G4cout << "G4LossTableManager::Register G4 278 G4cout << "G4LossTableManager::Register G4VEmProcess : " 292 << p->GetProcessName() << " idx= " << 279 << p->GetProcessName() << G4endl; 293 } 280 } 294 emp_vector.push_back(p); << 295 } 281 } 296 282 297 //....oooOO0OOooo........oooOO0OOooo........oo 283 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 298 284 299 void G4LossTableManager::DeRegister(G4VEmProce 285 void G4LossTableManager::DeRegister(G4VEmProcess* p) 300 { 286 { 301 if (nullptr == p) { return; } << 287 size_t emp = emp_vector.size(); 302 std::size_t emp = emp_vector.size(); << 288 for (size_t i=0; i<emp; ++i) { 303 for (std::size_t i=0; i<emp; ++i) { << 289 if(emp_vector[i] == p) { emp_vector[i] = 0; } 304 if(emp_vector[i] == p) { << 305 emp_vector[i] = nullptr; << 306 break; << 307 } << 308 } << 309 } << 310 << 311 //....oooOO0OOooo........oooOO0OOooo........oo << 312 << 313 void G4LossTableManager::Register(G4VProcess* << 314 { << 315 if (nullptr == p) { return; } << 316 std::size_t n = p_vector.size(); << 317 for (std::size_t i=0; i<n; ++i) { << 318 if(p_vector[i] == p) { return; } << 319 } << 320 if(verbose > 1) { << 321 G4cout << "G4LossTableManager::Register G4 << 322 << p->GetProcessName() << " idx= " << 323 } << 324 p_vector.push_back(p); << 325 } << 326 << 327 //....oooOO0OOooo........oooOO0OOooo........oo << 328 << 329 void G4LossTableManager::DeRegister(G4VProcess << 330 { << 331 if (nullptr == p) { return; } << 332 std::size_t emp = p_vector.size(); << 333 for (std::size_t i=0; i<emp; ++i) { << 334 if(p_vector[i] == p) { << 335 p_vector[i] = nullptr; << 336 break; << 337 } << 338 } 290 } 339 } 291 } 340 292 341 //....oooOO0OOooo........oooOO0OOooo........oo 293 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 342 294 343 void G4LossTableManager::Register(G4VEmModel* 295 void G4LossTableManager::Register(G4VEmModel* p) 344 { 296 { 345 mod_vector.push_back(p); 297 mod_vector.push_back(p); 346 if(verbose > 1) { 298 if(verbose > 1) { 347 G4cout << "G4LossTableManager::Register G4 299 G4cout << "G4LossTableManager::Register G4VEmModel : " 348 << p->GetName() << " " << p << " << 300 << p->GetName() << G4endl; 349 } 301 } 350 } 302 } 351 303 352 //....oooOO0OOooo........oooOO0OOooo........oo 304 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 353 305 354 void G4LossTableManager::DeRegister(G4VEmModel 306 void G4LossTableManager::DeRegister(G4VEmModel* p) 355 { 307 { 356 //G4cout << "G4LossTableManager::DeRegister << 308 size_t n = mod_vector.size(); 357 std::size_t n = mod_vector.size(); << 309 for (size_t i=0; i<n; ++i) { 358 for (std::size_t i=0; i<n; ++i) { << 310 if(mod_vector[i] == p) { mod_vector[i] = 0; } 359 if(mod_vector[i] == p) { << 360 mod_vector[i] = nullptr; << 361 break; << 362 } << 363 } 311 } 364 } 312 } 365 313 366 //....oooOO0OOooo........oooOO0OOooo........oo 314 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 367 315 368 void G4LossTableManager::Register(G4VEmFluctua 316 void G4LossTableManager::Register(G4VEmFluctuationModel* p) 369 { 317 { 370 fmod_vector.push_back(p); 318 fmod_vector.push_back(p); 371 if(verbose > 1) { 319 if(verbose > 1) { 372 G4cout << "G4LossTableManager::Register G4 320 G4cout << "G4LossTableManager::Register G4VEmFluctuationModel : " 373 << p->GetName() << " " << fmod_vec << 321 << p->GetName() << G4endl; 374 } 322 } 375 } 323 } 376 324 377 //....oooOO0OOooo........oooOO0OOooo........oo 325 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 378 326 379 void G4LossTableManager::DeRegister(G4VEmFluct 327 void G4LossTableManager::DeRegister(G4VEmFluctuationModel* p) 380 { 328 { 381 std::size_t n = fmod_vector.size(); << 329 size_t n = fmod_vector.size(); 382 for (std::size_t i=0; i<n; ++i) { << 330 for (size_t i=0; i<n; ++i) { 383 if(fmod_vector[i] == p) { fmod_vector[i] = << 331 if(fmod_vector[i] == p) { fmod_vector[i] = 0; } 384 } 332 } 385 } 333 } 386 334 387 //....oooOO0OOooo........oooOO0OOooo........oo 335 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 388 336 >> 337 void G4LossTableManager::RegisterIon(const G4ParticleDefinition* ion, >> 338 G4VEnergyLossProcess* p) >> 339 { >> 340 loss_map[ion] = p; >> 341 } >> 342 >> 343 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 344 389 void G4LossTableManager::RegisterExtraParticle 345 void G4LossTableManager::RegisterExtraParticle( 390 const G4ParticleDefinition* part, 346 const G4ParticleDefinition* part, 391 G4VEnergyLossProcess* p) 347 G4VEnergyLossProcess* p) 392 { << 348 { 393 if (nullptr == p || nullptr == part) { retur << 394 for (G4int i=0; i<n_loss; ++i) { << 395 if(loss_vector[i] == p) { return; } << 396 } << 397 if(verbose > 1) { << 398 G4cout << "G4LossTableManager::RegisterExt << 399 << part->GetParticleName() << " G4 << 400 << p->GetProcessName() << " idx= " << 401 } << 402 ++n_loss; 349 ++n_loss; 403 loss_vector.push_back(p); 350 loss_vector.push_back(p); 404 part_vector.push_back(part); 351 part_vector.push_back(part); 405 base_part_vector.push_back(p->BaseParticle() 352 base_part_vector.push_back(p->BaseParticle()); 406 dedx_vector.push_back(nullptr); << 353 dedx_vector.push_back(0); 407 range_vector.push_back(nullptr); << 354 range_vector.push_back(0); 408 inv_range_vector.push_back(nullptr); << 355 inv_range_vector.push_back(0); 409 tables_are_built.push_back(false); 356 tables_are_built.push_back(false); 410 all_tables_are_built = false; 357 all_tables_are_built = false; 411 } 358 } 412 359 413 //....oooOO0OOooo........oooOO0OOooo........oo << 414 << 415 G4VEnergyLossProcess* << 416 G4LossTableManager::GetEnergyLossProcess(const << 417 { << 418 if(aParticle != currentParticle) { << 419 currentParticle = aParticle; << 420 std::map<PD,G4VEnergyLossProcess*,std::les << 421 if ((pos = loss_map.find(aParticle)) != lo << 422 currentLoss = (*pos).second; << 423 } else { << 424 currentLoss = nullptr; << 425 if(0.0 != aParticle->GetPDGCharge() && << 426 (pos = loss_map.find(theGenericIon)) != los << 427 currentLoss = (*pos).second; << 428 } << 429 } << 430 } << 431 return currentLoss; << 432 } << 433 << 434 //....oooOO0OOooo........oooOO0OOooo........oo 360 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 435 361 436 void 362 void 437 G4LossTableManager::PreparePhysicsTable(const 363 G4LossTableManager::PreparePhysicsTable(const G4ParticleDefinition* particle, 438 G4VEne << 364 G4VEnergyLossProcess* p) 439 { 365 { 440 if (1 < verbose) { 366 if (1 < verbose) { 441 G4cout << "G4LossTableManager::PreparePhys 367 G4cout << "G4LossTableManager::PreparePhysicsTable for " 442 << particle->GetParticleName() << 368 << particle->GetParticleName() 443 << " and " << p->GetProcessName() < << 369 << " and " << p->GetProcessName() << " run= " << run << G4endl; 444 << " loss_vector " << loss_vector << 445 << " run=" << run << " master=" << isMast << 446 << G4endl; << 447 } 370 } 448 << 449 // start initialisation for the first run 371 // start initialisation for the first run 450 if( -1 == run ) { << 372 startInitialisation = true; 451 if (nullptr != emConfigurator) { emConfigu << 373 >> 374 if( 0 == run ) { >> 375 emConfigurator->PrepareModels(particle, p); 452 376 453 // initialise particles for given process 377 // initialise particles for given process 454 for (G4int j=0; j<n_loss; ++j) { 378 for (G4int j=0; j<n_loss; ++j) { 455 if (p == loss_vector[j] && nullptr == pa << 379 if (p == loss_vector[j]) { 456 part_vector[j] = particle; << 380 if (!part_vector[j]) { part_vector[j] = particle; } 457 if (particle->GetParticleName() == "Ge << 458 theGenericIon = particle; << 459 } << 460 } 381 } 461 } 382 } 462 } 383 } 463 ResetParameters(); << 464 } 384 } 465 385 466 //....oooOO0OOooo........oooOO0OOooo........oo 386 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 467 387 468 void 388 void 469 G4LossTableManager::PreparePhysicsTable(const 389 G4LossTableManager::PreparePhysicsTable(const G4ParticleDefinition* particle, 470 G4VEmP << 390 G4VEmProcess* p) 471 { 391 { 472 if (1 < verbose) { 392 if (1 < verbose) { 473 G4cout << "G4LossTableManager::PreparePhys 393 G4cout << "G4LossTableManager::PreparePhysicsTable for " 474 << particle->GetParticleName() << 394 << particle->GetParticleName() 475 << " and " << p->GetProcessName() << 395 << " and " << p->GetProcessName() << G4endl; 476 << " run=" << run << " master=" << isMast << 477 << G4endl; << 478 } 396 } 479 << 480 // start initialisation for the first run 397 // start initialisation for the first run 481 if( -1 == run ) { << 398 if( 0 == run ) { 482 if (nullptr != emConfigurator) { emConfigu << 399 emConfigurator->PrepareModels(particle, p); 483 } 400 } 484 << 401 startInitialisation = true; 485 ResetParameters(); << 486 } 402 } 487 403 488 //....oooOO0OOooo........oooOO0OOooo........oo 404 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 489 405 490 void 406 void 491 G4LossTableManager::PreparePhysicsTable(const 407 G4LossTableManager::PreparePhysicsTable(const G4ParticleDefinition* particle, 492 G4VMul << 408 G4VMultipleScattering* p) 493 { 409 { 494 if (1 < verbose) { 410 if (1 < verbose) { 495 G4cout << "G4LossTableManager::PreparePhys 411 G4cout << "G4LossTableManager::PreparePhysicsTable for " 496 << particle->GetParticleName() << 412 << particle->GetParticleName() 497 << " and " << p->GetProcessName() << 413 << " and " << p->GetProcessName() << G4endl; 498 << " run=" << run << " master=" << isMast << 499 << G4endl; << 500 } 414 } 501 << 502 // start initialisation for the first run 415 // start initialisation for the first run 503 if ( -1 == run ) { << 416 if( 0 == run ) { 504 if (nullptr != emConfigurator) { emConfigu << 417 emConfigurator->PrepareModels(particle, p); 505 } << 418 } 506 << 507 ResetParameters(); << 508 } 419 } 509 420 510 //....oooOO0OOooo........oooOO0OOooo........oo 421 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 511 422 512 void 423 void 513 G4LossTableManager::BuildPhysicsTable(const G4 424 G4LossTableManager::BuildPhysicsTable(const G4ParticleDefinition*) 514 { 425 { 515 if(-1 == run && startInitialisation) { << 426 if(0 == run && startInitialisation) { 516 if (nullptr != emConfigurator) { emConfigu << 427 emConfigurator->Clear(); 517 } 428 } 518 if (startInitialisation) { resetParam = true << 519 } 429 } 520 430 521 //....oooOO0OOooo........oooOO0OOooo........oo 431 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 522 432 523 void G4LossTableManager::LocalPhysicsTables( << 433 void G4LossTableManager::BuildPhysicsTable( 524 const G4ParticleDefinition* aParticle, 434 const G4ParticleDefinition* aParticle, 525 G4VEnergyLossProcess* p) 435 G4VEnergyLossProcess* p) 526 { 436 { 527 if (1 < verbose) { << 437 if(1 < verbose) { 528 G4cout << "### G4LossTableManager::LocalPh << 438 G4cout << "### G4LossTableManager::BuildDEDXTable() is requested for " 529 << aParticle->GetParticleName() 439 << aParticle->GetParticleName() 530 << " and process " << p->GetProcess << 440 << " and process " << p->GetProcessName() 531 << G4endl; 441 << G4endl; 532 } 442 } 533 << 443 // clear configurator 534 if(-1 == run && startInitialisation) { << 444 if(0 == run && startInitialisation) { 535 if (nullptr != emConfigurator) { emConfigu << 445 emConfigurator->Clear(); 536 firstParticle = aParticle; 446 firstParticle = aParticle; 537 } 447 } 538 << 448 if(startInitialisation && atomDeexcitation) { 539 if (startInitialisation) { << 449 atomDeexcitation->InitialiseAtomicDeexcitation(); 540 ++run; << 541 if (1 < verbose) { << 542 G4cout << "===== G4LossTableManager::Loc << 543 << run << " =====" << G4endl; << 544 } << 545 currentParticle = nullptr; << 546 startInitialisation = false; << 547 resetParam = true; << 548 for (G4int i=0; i<n_loss; ++i) { << 549 if (nullptr != loss_vector[i]) { << 550 tables_are_built[i] = false; << 551 } else { << 552 tables_are_built[i] = true; << 553 part_vector[i] = nullptr; << 554 } << 555 } << 556 } << 557 << 558 all_tables_are_built= true; << 559 for (G4int i=0; i<n_loss; ++i) { << 560 if(p == loss_vector[i]) { << 561 tables_are_built[i] = true; << 562 isActive[i] = true; << 563 part_vector[i] = p->Particle(); << 564 base_part_vector[i] = p->BaseParticle(); << 565 dedx_vector[i] = p->DEDXTable(); << 566 range_vector[i] = p->RangeTableForLoss() << 567 inv_range_vector[i] = p->InverseRangeTab << 568 if(0 == run && p->IsIonisationProcess()) << 569 loss_map[part_vector[i]] = p; << 570 } << 571 << 572 if(1 < verbose) { << 573 G4cout << i <<". "<< p->GetProcessNa << 574 if(part_vector[i]) { << 575 G4cout << " for " << part_vector[i << 576 } << 577 G4cout << " active= " << isActive[i] << 578 << " table= " << tables_are_bu << 579 << " isIonisation= " << p->IsI << 580 << G4endl; << 581 } << 582 break; << 583 } else if(!tables_are_built[i]) { << 584 all_tables_are_built = false; << 585 } << 586 } << 587 << 588 if(1 < verbose) { << 589 G4cout << "### G4LossTableManager::LocalPh << 590 << G4endl; << 591 } << 592 if(all_tables_are_built) { << 593 if(1 < verbose) { << 594 G4cout << "%%%%% All dEdx and Range tabl << 595 << run << " %%%%%" << G4endl; << 596 } << 597 } 450 } 598 } << 451 startInitialisation = false; 599 452 600 //....oooOO0OOooo........oooOO0OOooo........oo << 453 // initialisation before any table is built >> 454 if ( aParticle == firstParticle ) { >> 455 all_tables_are_built = true; 601 456 602 void G4LossTableManager::BuildPhysicsTable( << 603 const G4ParticleDefinition* aParticle, << 604 G4VEnergyLossProcess* p) << 605 { << 606 if(1 < verbose) { << 607 G4cout << "### G4LossTableManager::BuildPh << 608 << aParticle->GetParticleName() << 609 << " and process " << p->GetProcess << 610 } << 611 // clear configurator << 612 if(-1 == run && startInitialisation) { << 613 if( nullptr != emConfigurator) { emConfigu << 614 firstParticle = aParticle; << 615 } << 616 if(startInitialisation) { << 617 ++run; << 618 resetParam = true; << 619 startInitialisation = false; << 620 if(1 < verbose) { 457 if(1 < verbose) { 621 G4cout << "===== G4LossTableManager::Bui << 458 G4cout << "### G4LossTableManager start initilisation for first particle " 622 << run << " ===== " << atomDeexci << 459 << firstParticle->GetParticleName() >> 460 << G4endl; 623 } 461 } 624 currentParticle = nullptr; << 625 all_tables_are_built = false; << 626 << 627 for (G4int i=0; i<n_loss; ++i) { 462 for (G4int i=0; i<n_loss; ++i) { 628 G4VEnergyLossProcess* el = loss_vector[i 463 G4VEnergyLossProcess* el = loss_vector[i]; 629 464 630 if(nullptr != el) { << 465 if(el) { 631 isActive[i] = true; << 466 const G4ProcessManager* pm = el->GetProcessManager(); 632 part_vector[i] = el->Particle(); << 467 isActive[i] = false; 633 base_part_vector[i] = el->BaseParticle << 468 if(pm) { isActive[i] = pm->GetProcessActivation(el); } 634 tables_are_built[i] = false; << 469 if(0 == run) { base_part_vector[i] = el->BaseParticle(); } 635 if(1 < verbose) { << 470 tables_are_built[i] = false; 636 G4cout << i <<". "<< el->GetProces << 471 all_tables_are_built= false; >> 472 if(!isActive[i]) { el->SetIonisation(false); } >> 473 >> 474 if(1 < verbose) { >> 475 G4cout << i <<". "<< el->GetProcessName(); 637 if(el->Particle()) { 476 if(el->Particle()) { 638 G4cout << " for " << el->Particl << 477 G4cout << " for " << el->Particle()->GetParticleName(); 639 } << 478 } 640 G4cout << " active= " << isActive[i << 479 G4cout << " active= " << isActive[i] 641 << " table= " << tables_are_ 480 << " table= " << tables_are_built[i] 642 << " isIonisation= " << el-> << 481 << " isIonisation= " << el->IsIonisationProcess(); 643 if(base_part_vector[i]) { << 482 if(base_part_vector[i]) { 644 G4cout << " base particle " << 483 G4cout << " base particle " << base_part_vector[i]->GetParticleName(); 645 << base_part_vector[i]->Get << 484 } 646 } << 485 G4cout << G4endl; 647 G4cout << G4endl; << 486 } 648 } << 649 } else { 487 } else { 650 tables_are_built[i] = true; 488 tables_are_built[i] = true; 651 part_vector[i] = nullptr; << 489 part_vector[i] = 0; 652 isActive[i] = false; << 653 } 490 } 654 } 491 } >> 492 ++run; >> 493 currentParticle = 0; 655 } 494 } 656 495 657 if (all_tables_are_built) { << 496 // Set run time parameters 658 theParameters->SetIsPrintedFlag(true); << 497 SetParameters(aParticle, p); 659 return; << 498 660 } << 499 if (all_tables_are_built) { return; } 661 500 662 // Build tables for given particle 501 // Build tables for given particle 663 all_tables_are_built = true; 502 all_tables_are_built = true; 664 503 665 for(G4int i=0; i<n_loss; ++i) { 504 for(G4int i=0; i<n_loss; ++i) { 666 if(p == loss_vector[i] && !tables_are_buil << 505 if(p == loss_vector[i] && !tables_are_built[i] && !base_part_vector[i]) { 667 const G4ParticleDefinition* curr_part = 506 const G4ParticleDefinition* curr_part = part_vector[i]; 668 if(1 < verbose) { 507 if(1 < verbose) { 669 G4cout << "### Build Table for " << p- << 508 G4cout << "### BuildPhysicsTable for " << p->GetProcessName() 670 << " and " << curr_part->GetPar << 509 << " and " << curr_part->GetParticleName() 671 << " " << tables_are_built[i] << 510 << " start BuildTable " << G4endl; 672 << G4endl; << 673 } 511 } 674 G4VEnergyLossProcess* curr_proc = BuildT 512 G4VEnergyLossProcess* curr_proc = BuildTables(curr_part); 675 if(curr_proc) { << 513 if(curr_proc) { CopyTables(curr_part, curr_proc); } 676 CopyTables(curr_part, curr_proc); << 677 if(p == curr_proc && 0 == run && p->Is << 678 loss_map[aParticle] = p; << 679 //G4cout << "G4LossTableManager::Bui << 680 // << aParticle->GetParticleName << 681 // << " added to map " << p << 682 } << 683 } << 684 } 514 } 685 if ( !tables_are_built[i] ) { all_tables_a 515 if ( !tables_are_built[i] ) { all_tables_are_built = false; } 686 } 516 } >> 517 687 if(1 < verbose) { 518 if(1 < verbose) { 688 G4cout << "### G4LossTableManager::BuildPh << 519 G4cout << "### G4LossTableManager::BuildDEDXTable end: " 689 << "all_tables_are_built= " << all_ << 520 << "all_tables_are_built= " << all_tables_are_built 690 << aParticle->GetParticleName() << << 521 << G4endl; >> 522 >> 523 if(all_tables_are_built) { >> 524 G4cout << "### All dEdx and Range tables are built #####" << G4endl; >> 525 } 691 } 526 } 692 } 527 } 693 528 694 //....oooOO0OOooo........oooOO0OOooo........oo 529 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 695 530 696 void G4LossTableManager::CopyTables(const G4Pa 531 void G4LossTableManager::CopyTables(const G4ParticleDefinition* part, 697 G4VEnergyL << 532 G4VEnergyLossProcess* base_proc) 698 { 533 { 699 for (G4int j=0; j<n_loss; ++j) { 534 for (G4int j=0; j<n_loss; ++j) { 700 535 701 G4VEnergyLossProcess* proc = loss_vector[j 536 G4VEnergyLossProcess* proc = loss_vector[j]; >> 537 //if(proc == base_proc || proc->Particle() == part) >> 538 // tables_are_built[j] = true; 702 539 703 if (!tables_are_built[j] && part == base_p 540 if (!tables_are_built[j] && part == base_part_vector[j]) { 704 tables_are_built[j] = true; 541 tables_are_built[j] = true; 705 // for base particle approach only ionis << 542 proc->SetDEDXTable(base_proc->DEDXTable(),fRestricted); 706 proc->SetDEDXTable(base_proc->Ionisation << 543 proc->SetDEDXTable(base_proc->DEDXTableForSubsec(),fSubRestricted); 707 proc->SetDEDXTable(base_proc->DEDXunRest 544 proc->SetDEDXTable(base_proc->DEDXunRestrictedTable(),fTotal); 708 proc->SetCSDARangeTable(base_proc->CSDAR 545 proc->SetCSDARangeTable(base_proc->CSDARangeTable()); 709 proc->SetRangeTableForLoss(base_proc->Ra 546 proc->SetRangeTableForLoss(base_proc->RangeTableForLoss()); 710 proc->SetInverseRangeTable(base_proc->In 547 proc->SetInverseRangeTable(base_proc->InverseRangeTable()); 711 proc->SetLambdaTable(base_proc->LambdaTa 548 proc->SetLambdaTable(base_proc->LambdaTable()); 712 if(proc->IsIonisationProcess()) { << 549 proc->SetSubLambdaTable(base_proc->SubLambdaTable()); 713 range_vector[j] = base_proc->RangeTabl << 550 proc->SetIonisation(base_proc->IsIonisationProcess()); 714 inv_range_vector[j] = base_proc->Inver << 551 loss_map[part_vector[j]] = proc; 715 loss_map[part_vector[j]] = proc; << 716 //G4cout << "G4LossTableManager::CopyT << 717 // << part_vector[j]->GetParticl << 718 // << " added to map " << proc < << 719 } << 720 if (1 < verbose) { 552 if (1 < verbose) { 721 G4cout << " CopyTables for " << pro << 553 G4cout << "For " << proc->GetProcessName() 722 << " for " << part_vector[j]-> 554 << " for " << part_vector[j]->GetParticleName() 723 << " base_part= " << part->Get 555 << " base_part= " << part->GetParticleName() 724 << " tables are assigned" << 556 << " tables are assigned " 725 << G4endl; 557 << G4endl; 726 } 558 } 727 } 559 } >> 560 >> 561 if (theElectron == part && theElectron == proc->SecondaryParticle() ) { >> 562 proc->SetSecondaryRangeTable(base_proc->RangeTableForLoss()); >> 563 } 728 } 564 } 729 } 565 } 730 566 731 //....oooOO0OOooo........oooOO0OOooo........oo 567 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 732 568 733 G4VEnergyLossProcess* G4LossTableManager::Buil 569 G4VEnergyLossProcess* G4LossTableManager::BuildTables( 734 const G4ParticleDefiniti 570 const G4ParticleDefinition* aParticle) 735 { 571 { 736 if(1 < verbose) { 572 if(1 < verbose) { 737 G4cout << " G4LossTableManager::BuildTab << 573 G4cout << "G4LossTableManager::BuildTables() for " 738 << aParticle->GetParticleName() << 574 << aParticle->GetParticleName() << G4endl; 739 } 575 } 740 576 741 std::vector<G4PhysicsTable*> t_list; 577 std::vector<G4PhysicsTable*> t_list; 742 std::vector<G4VEnergyLossProcess*> loss_list 578 std::vector<G4VEnergyLossProcess*> loss_list; 743 std::vector<G4bool> build_flags; << 579 loss_list.clear(); 744 G4VEnergyLossProcess* em = nullptr; << 580 G4VEnergyLossProcess* em = 0; 745 G4VEnergyLossProcess* p = nullptr; << 581 G4VEnergyLossProcess* p = 0; 746 G4int iem = 0; 582 G4int iem = 0; 747 G4PhysicsTable* dedx = nullptr; << 583 G4PhysicsTable* dedx = 0; 748 G4int i; 584 G4int i; 749 585 750 G4ProcessVector* pvec = << 751 aParticle->GetProcessManager()->GetProcess << 752 G4int nvec = (G4int)pvec->size(); << 753 << 754 for (i=0; i<n_loss; ++i) { 586 for (i=0; i<n_loss; ++i) { 755 p = loss_vector[i]; 587 p = loss_vector[i]; 756 if (nullptr != p) { << 588 if (p && aParticle == part_vector[i] && !tables_are_built[i]) { 757 G4bool yes = (aParticle == part_vector[i << 589 if ((p->IsIonisationProcess() && isActive[i]) || 758 << 590 !em || (em && !isActive[iem]) ) { 759 // possible case of process sharing betw << 591 em = p; 760 if(!yes) { << 592 iem= i; 761 auto ptr = static_cast<G4VProcess*>(p) << 762 for(G4int j=0; j<nvec; ++j) { << 763 //G4cout << "j= " << j << " " << (*p << 764 if(ptr == (*pvec)[j]) { << 765 yes = true; << 766 break; << 767 } << 768 } << 769 } << 770 // process belong to this particle << 771 if(yes && isActive[i]) { << 772 if (p->IsIonisationProcess() || !em) { << 773 em = p; << 774 iem= i; << 775 } << 776 // tables may be shared between partic << 777 G4bool val = false; << 778 if (!tables_are_built[i]) { << 779 val = true; << 780 dedx = p->BuildDEDXTable(fRestricted << 781 //G4cout << "===Build DEDX table for << 782 // << " idx= " << i << " dedx:" << d << 783 p->SetDEDXTable(dedx,fRestricted); << 784 tables_are_built[i] = true; << 785 } else { << 786 dedx = p->DEDXTable(); << 787 } << 788 t_list.push_back(dedx); << 789 loss_list.push_back(p); << 790 build_flags.push_back(val); << 791 } 593 } >> 594 dedx = p->BuildDEDXTable(fRestricted); >> 595 // G4cout << "Build DEDX table for " << aParticle->GetParticleName() >> 596 // << " " << dedx << " " << dedx->length() << G4endl; >> 597 p->SetDEDXTable(dedx,fRestricted); >> 598 t_list.push_back(dedx); >> 599 loss_list.push_back(p); >> 600 tables_are_built[i] = true; 792 } 601 } 793 } 602 } 794 603 795 G4int n_dedx = (G4int)t_list.size(); << 604 G4int n_dedx = t_list.size(); 796 if (0 == n_dedx || !em) { 605 if (0 == n_dedx || !em) { 797 G4cout << "G4LossTableManager WARNING: no 606 G4cout << "G4LossTableManager WARNING: no DEDX processes for " 798 << aParticle->GetParticleName() << << 607 << aParticle->GetParticleName() << G4endl; 799 return nullptr; << 608 return 0; 800 } 609 } 801 G4int nSubRegions = em->NumberOfSubCutoffReg 610 G4int nSubRegions = em->NumberOfSubCutoffRegions(); 802 611 803 if (1 < verbose) { 612 if (1 < verbose) { 804 G4cout << " Start to build the sum of << 613 G4cout << "G4LossTableManager::BuildTables() start to build range tables" >> 614 << " and the sum of " << n_dedx << " processes" 805 << " iem= " << iem << " em= " << em 615 << " iem= " << iem << " em= " << em->GetProcessName() 806 << " buildCSDARange= " << theParame << 616 << " buildCSDARange= " << buildCSDARange 807 << " nSubRegions= " << nSubRegions; << 617 << " nSubRegions= " << nSubRegions 808 if(subcutProducer) { << 618 << G4endl; 809 G4cout << " SubCutProducer " << subcutPr << 810 } << 811 G4cout << G4endl; << 812 } 619 } 813 // do not build tables if producer class is << 814 if(subcutProducer) { nSubRegions = 0; } << 815 << 816 dedx = em->DEDXTable(); << 817 em->SetDEDXTable(dedx, fIsIonisation); << 818 620 >> 621 dedx = em->IonisationTable(); 819 if (1 < n_dedx) { 622 if (1 < n_dedx) { 820 dedx = nullptr; << 623 em->SetDEDXTable(dedx, fIsIonisation); 821 dedx = G4PhysicsTableHelper::PreparePhysic << 624 dedx = 0; >> 625 dedx = G4PhysicsTableHelper::PreparePhysicsTable(dedx); 822 tableBuilder->BuildDEDXTable(dedx, t_list) 626 tableBuilder->BuildDEDXTable(dedx, t_list); 823 em->SetDEDXTable(dedx, fRestricted); 627 em->SetDEDXTable(dedx, fRestricted); 824 } 628 } 825 << 826 dedx_vector[iem] = dedx; 629 dedx_vector[iem] = dedx; 827 630 828 G4PhysicsTable* range = em->RangeTableForLos 631 G4PhysicsTable* range = em->RangeTableForLoss(); 829 if(!range) range = G4PhysicsTableHelper::Pr 632 if(!range) range = G4PhysicsTableHelper::PreparePhysicsTable(range); 830 range_vector[iem] = range; 633 range_vector[iem] = range; 831 634 832 G4PhysicsTable* invrange = em->InverseRangeT 635 G4PhysicsTable* invrange = em->InverseRangeTable(); 833 if(!invrange) invrange = G4PhysicsTableHelpe 636 if(!invrange) invrange = G4PhysicsTableHelper::PreparePhysicsTable(invrange); 834 inv_range_vector[iem] = invrange; 637 inv_range_vector[iem] = invrange; 835 638 836 tableBuilder->BuildRangeTable(dedx, range); << 639 G4bool flag = em->IsIonisationProcess(); 837 tableBuilder->BuildInverseRangeTable(range, << 640 tableBuilder->BuildRangeTable(dedx, range, flag); >> 641 tableBuilder->BuildInverseRangeTable(range, invrange, flag); >> 642 >> 643 // if(1<verbose) G4cout << *dedx << G4endl; 838 644 839 em->SetRangeTableForLoss(range); 645 em->SetRangeTableForLoss(range); 840 em->SetInverseRangeTable(invrange); 646 em->SetInverseRangeTable(invrange); 841 647 >> 648 // if(1<verbose) G4cout << *range << G4endl; >> 649 >> 650 std::vector<G4PhysicsTable*> listSub; 842 std::vector<G4PhysicsTable*> listCSDA; 651 std::vector<G4PhysicsTable*> listCSDA; 843 652 844 for (i=0; i<n_dedx; ++i) { 653 for (i=0; i<n_dedx; ++i) { 845 p = loss_list[i]; 654 p = loss_list[i]; 846 if(build_flags[i]) { << 655 p->SetIonisation(false); 847 p->SetLambdaTable(p->BuildLambdaTable(fR << 656 p->SetLambdaTable(p->BuildLambdaTable(fRestricted)); >> 657 if (0 < nSubRegions) { >> 658 dedx = p->BuildDEDXTable(fSubRestricted); >> 659 p->SetDEDXTable(dedx,fSubRestricted); >> 660 listSub.push_back(dedx); >> 661 p->SetSubLambdaTable(p->BuildLambdaTable(fSubRestricted)); >> 662 if(p != em) em->AddCollaborativeProcess(p); 848 } 663 } 849 if(theParameters->BuildCSDARange()) { << 664 if(buildCSDARange) { 850 dedx = p->BuildDEDXTable(fTotal); 665 dedx = p->BuildDEDXTable(fTotal); 851 p->SetDEDXTable(dedx,fTotal); 666 p->SetDEDXTable(dedx,fTotal); 852 listCSDA.push_back(dedx); 667 listCSDA.push_back(dedx); 853 } 668 } 854 } 669 } 855 670 856 if(theParameters->BuildCSDARange()) { << 671 if (0 < nSubRegions) { >> 672 G4PhysicsTable* dedxSub = em->IonisationTableForSubsec(); >> 673 if (1 < listSub.size()) { >> 674 em->SetDEDXTable(dedxSub, fIsSubIonisation); >> 675 dedxSub = 0; >> 676 dedxSub = G4PhysicsTableHelper::PreparePhysicsTable(dedxSub); >> 677 tableBuilder->BuildDEDXTable(dedxSub, listSub); >> 678 em->SetDEDXTable(dedxSub, fSubRestricted); >> 679 } >> 680 } >> 681 if(buildCSDARange) { 857 G4PhysicsTable* dedxCSDA = em->DEDXunRestr 682 G4PhysicsTable* dedxCSDA = em->DEDXunRestrictedTable(); 858 if (1 < n_dedx) { 683 if (1 < n_dedx) { 859 dedxCSDA = G4PhysicsTableHelper::Prepare << 684 dedxCSDA = 0; >> 685 dedxCSDA = G4PhysicsTableHelper::PreparePhysicsTable(dedxCSDA); 860 tableBuilder->BuildDEDXTable(dedxCSDA, l 686 tableBuilder->BuildDEDXTable(dedxCSDA, listCSDA); 861 em->SetDEDXTable(dedxCSDA,fTotal); 687 em->SetDEDXTable(dedxCSDA,fTotal); 862 } 688 } 863 G4PhysicsTable* rCSDA = em->CSDARangeTable 689 G4PhysicsTable* rCSDA = em->CSDARangeTable(); 864 if(!rCSDA) { rCSDA = G4PhysicsTableHelper: << 690 if(!rCSDA) rCSDA = G4PhysicsTableHelper::PreparePhysicsTable(rCSDA); 865 tableBuilder->BuildRangeTable(dedxCSDA, rC << 691 tableBuilder->BuildRangeTable(dedxCSDA, rCSDA, flag); 866 em->SetCSDARangeTable(rCSDA); 692 em->SetCSDARangeTable(rCSDA); 867 } 693 } 868 694 >> 695 em->SetIonisation(true); >> 696 loss_map[aParticle] = em; >> 697 869 if (1 < verbose) { 698 if (1 < verbose) { 870 G4cout << "G4LossTableManager::BuildTables 699 G4cout << "G4LossTableManager::BuildTables: Tables are built for " 871 << aParticle->GetParticleName() 700 << aParticle->GetParticleName() 872 << "; ionisation process: " << em-> << 701 << "; ionisation process: " << em->GetProcessName() 873 << " " << em << 874 << G4endl; 702 << G4endl; 875 } 703 } 876 return em; 704 return em; 877 } 705 } 878 706 879 //....oooOO0OOooo........oooOO0OOooo........oo 707 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 880 708 >> 709 G4EnergyLossMessenger* G4LossTableManager::GetMessenger() >> 710 { >> 711 return theMessenger; >> 712 } >> 713 >> 714 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 715 881 void G4LossTableManager::ParticleHaveNoLoss( 716 void G4LossTableManager::ParticleHaveNoLoss( 882 const G4ParticleDefinition* aParticle) 717 const G4ParticleDefinition* aParticle) 883 { 718 { 884 G4ExceptionDescription ed; << 719 G4String s = " dE/dx table not found for " 885 ed << "Energy loss process not found for " < << 720 + aParticle->GetParticleName() + " !"; 886 << " !"; << 721 G4Exception("G4LossTableManager::ParticleHaveNoLoss", "EM01", 887 G4Exception("G4LossTableManager::ParticleHav << 722 FatalException, s); 888 FatalException, ed); << 723 >> 724 } >> 725 >> 726 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 727 >> 728 G4bool G4LossTableManager::BuildCSDARange() const >> 729 { >> 730 return buildCSDARange; >> 731 } >> 732 >> 733 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 734 >> 735 void G4LossTableManager::SetLossFluctuations(G4bool val) >> 736 { >> 737 lossFluctuationFlag = val; >> 738 for(G4int i=0; i<n_loss; ++i) { >> 739 if(loss_vector[i]) { loss_vector[i]->SetLossFluctuations(val); } >> 740 } >> 741 } >> 742 >> 743 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 744 >> 745 void G4LossTableManager::SetSubCutoff(G4bool val, const G4Region* r) >> 746 { >> 747 subCutoffFlag = val; >> 748 for(G4int i=0; i<n_loss; ++i) { >> 749 if(loss_vector[i]) { loss_vector[i]->ActivateSubCutoff(val, r); } >> 750 } >> 751 } >> 752 >> 753 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 754 >> 755 void G4LossTableManager::SetIntegral(G4bool val) >> 756 { >> 757 integral = val; >> 758 integralActive = true; >> 759 for(G4int i=0; i<n_loss; ++i) { >> 760 if(loss_vector[i]) { loss_vector[i]->SetIntegral(val); } >> 761 } >> 762 size_t emp = emp_vector.size(); >> 763 for (size_t k=0; k<emp; ++k) { >> 764 if(emp_vector[k]) { emp_vector[k]->SetIntegral(val); } >> 765 } >> 766 } >> 767 >> 768 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 769 >> 770 void G4LossTableManager::SetMinSubRange(G4double val) >> 771 { >> 772 minSubRange = val; >> 773 for(G4int i=0; i<n_loss; ++i) { >> 774 if(loss_vector[i]) { loss_vector[i]->SetMinSubRange(val); } >> 775 } >> 776 } >> 777 >> 778 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 779 >> 780 void G4LossTableManager::SetRandomStep(G4bool val) >> 781 { >> 782 rndmStepFlag = val; >> 783 for(G4int i=0; i<n_loss; ++i) { >> 784 if(loss_vector[i]) { loss_vector[i]->SetRandomStep(val); } >> 785 } >> 786 } >> 787 >> 788 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 789 >> 790 void G4LossTableManager::SetMinEnergy(G4double val) >> 791 { >> 792 minEnergyActive = true; >> 793 minKinEnergy = val; >> 794 for(G4int i=0; i<n_loss; ++i) { >> 795 if(loss_vector[i]) { loss_vector[i]->SetMinKinEnergy(val); } >> 796 } >> 797 size_t msc = msc_vector.size(); >> 798 for (size_t j=0; j<msc; ++j) { >> 799 if(msc_vector[j]) { msc_vector[j]->SetMinKinEnergy(val); } >> 800 } >> 801 size_t emp = emp_vector.size(); >> 802 for (size_t k=0; k<emp; ++k) { >> 803 if(emp_vector[k]) { emp_vector[k]->SetMinKinEnergy(val); } >> 804 } >> 805 } >> 806 >> 807 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 808 >> 809 void G4LossTableManager::SetMaxEnergy(G4double val) >> 810 { >> 811 maxEnergyActive = true; >> 812 maxKinEnergy = val; >> 813 for(G4int i=0; i<n_loss; ++i) { >> 814 if(loss_vector[i]) { loss_vector[i]->SetMaxKinEnergy(val); } >> 815 } >> 816 size_t msc = msc_vector.size(); >> 817 for (size_t j=0; j<msc; ++j) { >> 818 if(msc_vector[j]) { msc_vector[j]->SetMaxKinEnergy(val); } >> 819 } >> 820 size_t emp = emp_vector.size(); >> 821 for (size_t k=0; k<emp; ++k) { >> 822 if(emp_vector[k]) { emp_vector[k]->SetMaxKinEnergy(val); } >> 823 } >> 824 } >> 825 >> 826 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 827 >> 828 void G4LossTableManager::SetMaxEnergyForCSDARange(G4double val) >> 829 { >> 830 for(G4int i=0; i<n_loss; ++i) { >> 831 if(loss_vector[i]) { loss_vector[i]->SetMaxKinEnergyForCSDARange(val); } >> 832 } >> 833 } >> 834 >> 835 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 836 >> 837 void G4LossTableManager::SetMaxEnergyForMuons(G4double val) >> 838 { >> 839 maxEnergyForMuonsActive = true; >> 840 maxKinEnergyForMuons = val; >> 841 } >> 842 >> 843 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 844 >> 845 void G4LossTableManager::SetDEDXBinning(G4int val) >> 846 { >> 847 for(G4int i=0; i<n_loss; ++i) { >> 848 if(loss_vector[i]) { loss_vector[i]->SetDEDXBinning(val); } >> 849 } >> 850 } >> 851 >> 852 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 853 >> 854 void G4LossTableManager::SetDEDXBinningForCSDARange(G4int val) >> 855 { >> 856 for(G4int i=0; i<n_loss; ++i) { >> 857 if(loss_vector[i]) { loss_vector[i]->SetDEDXBinningForCSDARange(val); } >> 858 } >> 859 } >> 860 >> 861 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 862 >> 863 void G4LossTableManager::SetLambdaBinning(G4int val) >> 864 { >> 865 G4int n = val/G4int(std::log10(maxKinEnergy/minKinEnergy)); >> 866 if(n < 5) { >> 867 G4cout << "G4LossTableManager::SetLambdaBinning WARNING " >> 868 << "too small number of bins " << val << " ignored" >> 869 << G4endl; >> 870 return; >> 871 } >> 872 nbinsLambda = val; >> 873 nbinsPerDecade = n; >> 874 size_t msc = msc_vector.size(); >> 875 for (size_t j=0; j<msc; ++j) { >> 876 if(msc_vector[j]) { msc_vector[j]->SetBinning(val); } >> 877 } >> 878 size_t emp = emp_vector.size(); >> 879 for (size_t k=0; k<emp; ++k) { >> 880 if(emp_vector[k]) { emp_vector[k]->SetLambdaBinning(val); } >> 881 } >> 882 } >> 883 >> 884 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 885 >> 886 G4int G4LossTableManager::GetNumberOfBinsPerDecade() const >> 887 { >> 888 return nbinsPerDecade; 889 } 889 } 890 890 891 //....oooOO0OOooo........oooOO0OOooo........oo 891 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 892 892 893 void G4LossTableManager::SetVerbose(G4int val) 893 void G4LossTableManager::SetVerbose(G4int val) 894 { 894 { 895 verbose = val; 895 verbose = val; >> 896 for(G4int i=0; i<n_loss; ++i) { >> 897 if(loss_vector[i]) { loss_vector[i]->SetVerboseLevel(val); } >> 898 } >> 899 size_t msc = msc_vector.size(); >> 900 for (size_t j=0; j<msc; ++j) { >> 901 if(msc_vector[j]) { msc_vector[j]->SetVerboseLevel(val); } >> 902 } >> 903 size_t emp = emp_vector.size(); >> 904 for (size_t k=0; k<emp; ++k) { >> 905 if(emp_vector[k]) { emp_vector[k]->SetVerboseLevel(val); } >> 906 } >> 907 emConfigurator->SetVerbose(val); >> 908 //tableBuilder->SetVerbose(val); >> 909 //emCorrections->SetVerbose(val); >> 910 emSaturation->SetVerbose(val); >> 911 emElectronIonPair->SetVerbose(val); >> 912 if(atomDeexcitation) { atomDeexcitation->SetVerboseLevel(val); } >> 913 } >> 914 >> 915 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 916 >> 917 void G4LossTableManager::SetStepFunction(G4double v1, G4double v2) >> 918 { >> 919 stepFunctionActive = true; >> 920 maxRangeVariation = v1; >> 921 maxFinalStep = v2; >> 922 for(G4int i=0; i<n_loss; ++i) { >> 923 if(loss_vector[i]) { loss_vector[i]->SetStepFunction(v1, v2); } >> 924 } >> 925 } >> 926 >> 927 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 928 >> 929 void G4LossTableManager::SetLinearLossLimit(G4double val) >> 930 { >> 931 for(G4int i=0; i<n_loss; ++i) { >> 932 if(loss_vector[i]) { loss_vector[i]->SetLinearLossLimit(val); } >> 933 } >> 934 } >> 935 >> 936 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 937 >> 938 void G4LossTableManager::SetBuildCSDARange(G4bool val) >> 939 { >> 940 buildCSDARange = val; >> 941 } >> 942 >> 943 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 944 >> 945 void >> 946 G4LossTableManager::SetParameters(const G4ParticleDefinition* aParticle, >> 947 G4VEnergyLossProcess* p) >> 948 { >> 949 if(stepFunctionActive) { p->SetStepFunction(maxRangeVariation, maxFinalStep); } >> 950 if(integralActive) { p->SetIntegral(integral); } >> 951 if(minEnergyActive) { p->SetMinKinEnergy(minKinEnergy); } >> 952 if(maxEnergyActive) { p->SetMaxKinEnergy(maxKinEnergy); } >> 953 p->SetVerboseLevel(verbose); >> 954 if(maxEnergyForMuonsActive) { >> 955 G4double dm = std::abs(aParticle->GetPDGMass() - 105.7*MeV); >> 956 if(dm < 5.*MeV) { p->SetMaxKinEnergy(maxKinEnergyForMuons); } >> 957 } 896 } 958 } 897 959 898 //....oooOO0OOooo........oooOO0OOooo........oo 960 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 899 961 900 const std::vector<G4VEnergyLossProcess*>& 962 const std::vector<G4VEnergyLossProcess*>& 901 G4LossTableManager::GetEnergyLossProcessVector 963 G4LossTableManager::GetEnergyLossProcessVector() 902 { 964 { 903 return loss_vector; 965 return loss_vector; 904 } 966 } 905 967 906 //....oooOO0OOooo........oooOO0OOooo........oo 968 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 907 969 908 const std::vector<G4VEmProcess*>& G4LossTableM 970 const std::vector<G4VEmProcess*>& G4LossTableManager::GetEmProcessVector() 909 { 971 { 910 return emp_vector; 972 return emp_vector; 911 } 973 } 912 974 913 //....oooOO0OOooo........oooOO0OOooo........oo 975 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 914 976 915 const std::vector<G4VMultipleScattering*>& 977 const std::vector<G4VMultipleScattering*>& 916 G4LossTableManager::GetMultipleScatteringVecto 978 G4LossTableManager::GetMultipleScatteringVector() 917 { 979 { 918 return msc_vector; 980 return msc_vector; 919 } 981 } 920 982 921 //....oooOO0OOooo........oooOO0OOooo........oo << 983 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 922 984 923 G4EmSaturation* G4LossTableManager::EmSaturati << 985 void G4LossTableManager::SetLPMFlag(G4bool val) 924 { 986 { 925 return theParameters->GetEmSaturation(); << 987 flagLPM = val; 926 } 988 } 927 989 928 //....oooOO0OOooo........oooOO0OOooo........oo << 990 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 929 991 930 G4EmConfigurator* G4LossTableManager::EmConfig << 992 G4bool G4LossTableManager::LPMFlag() const 931 { 993 { 932 if(!emConfigurator) { << 994 return flagLPM; 933 emConfigurator = new G4EmConfigurator(verb << 934 } << 935 return emConfigurator; << 936 } 995 } 937 996 938 //....oooOO0OOooo........oooOO0OOooo........oo << 997 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 939 998 940 G4ElectronIonPair* G4LossTableManager::Electro << 999 void G4LossTableManager::SetSplineFlag(G4bool val) 941 { 1000 { 942 if(!emElectronIonPair) { << 1001 splineFlag = val; 943 emElectronIonPair = new G4ElectronIonPair( << 1002 tableBuilder->SetSplineFlag(splineFlag); 944 } << 945 return emElectronIonPair; << 946 } 1003 } 947 1004 948 //....oooOO0OOooo........oooOO0OOooo........oo << 1005 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 949 1006 950 void G4LossTableManager::SetNIELCalculator(G4N << 1007 G4bool G4LossTableManager::SplineFlag() const 951 { 1008 { 952 if(nullptr != ptr && ptr != nielCalculator) << 1009 return splineFlag; 953 delete nielCalculator; << 954 nielCalculator = ptr; << 955 } << 956 } 1010 } 957 1011 958 //....oooOO0OOooo........oooOO0OOooo........oo << 1012 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 959 1013 960 G4NIELCalculator* G4LossTableManager::NIELCalc << 1014 void G4LossTableManager::SetBremsstrahlungTh(G4double val) 961 { 1015 { 962 if(!nielCalculator) { << 1016 bremsTh = val; 963 nielCalculator = new G4NIELCalculator(null << 964 } << 965 return nielCalculator; << 966 } 1017 } 967 1018 968 //....oooOO0OOooo........oooOO0OOooo........oo 1019 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 969 << 1020 970 void G4LossTableManager::SetAtomDeexcitation(G << 1021 G4double G4LossTableManager::BremsstrahlungTh() const 971 { 1022 { 972 if(atomDeexcitation != p) { << 1023 return bremsTh; 973 delete atomDeexcitation; << 974 atomDeexcitation = p; << 975 } << 976 } 1024 } 977 1025 978 //....oooOO0OOooo........oooOO0OOooo........oo << 1026 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 979 1027 980 void G4LossTableManager::SetSubCutProducer(G4V << 1028 void G4LossTableManager::SetFactorForAngleLimit(G4double val) 981 { 1029 { 982 if(subcutProducer != p) { << 1030 if(val > 0.0) { factorForAngleLimit = val; } 983 delete subcutProducer; << 984 subcutProducer = p; << 985 } << 986 } 1031 } 987 1032 988 //....oooOO0OOooo........oooOO0OOooo........oo 1033 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 989 1034 990 void G4LossTableManager::PrintEWarning(G4Strin << 1035 G4double G4LossTableManager::FactorForAngleLimit() const 991 { 1036 { 992 G4String ss = "G4LossTableManager::" + tit; << 1037 return factorForAngleLimit; 993 G4ExceptionDescription ed; << 994 /* << 995 ed << "Parameter is out of range: " << val << 996 << " it will have no effect!\n" << " ## " << 997 << " nbins= " << nbinsLambda << 998 << " nbinsPerDecade= " << nbinsPerDecade << 999 << " Emin(keV)= " << minKinEnergy/keV << 1000 << " Emax(GeV)= " << maxKinEnergy/GeV; << 1001 */ << 1002 G4Exception(ss, "em0044", JustWarning, ed); << 1003 } 1038 } 1004 1039 1005 //....oooOO0OOooo........oooOO0OOooo........o << 1040 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 1006 1041 1007 void G4LossTableManager::DumpHtml() << 1042 G4EmCorrections* G4LossTableManager::EmCorrections() 1008 { 1043 { 1009 // Automatic generation of html documentati << 1044 return emCorrections; 1010 // List processes and models for the most i << 1045 } 1011 // particles in descending order of importa << 1012 // NB. for model names with length > 18 cha << 1013 // to be edited by hand. Or modify G4EmMod << 1014 << 1015 char* dirName = std::getenv("G4PhysListDocD << 1016 char* physList = std::getenv("G4PhysListNam << 1017 if (dirName && physList) { << 1018 G4String physListName = G4String(physList << 1019 G4String pathName = G4String(dirName) + " << 1020 << 1021 std::ofstream outFile; << 1022 outFile.open(pathName); << 1023 << 1024 outFile << physListName << G4endl; << 1025 outFile << std::string(physListName.lengt << 1026 << 1027 std::vector<G4ParticleDefinition*> partic << 1028 G4Gamma::Gamma(), << 1029 G4Electron::Electron(), << 1030 G4Positron::Positron(), << 1031 G4Proton::ProtonDefinition(), << 1032 G4MuonPlus::MuonPlusDefinition(), << 1033 G4MuonMinus::MuonMinusDefinition(), << 1034 }; << 1035 << 1036 std::vector<G4VEmProcess*> emproc_vector << 1037 std::vector<G4VEnergyLossProcess*> enloss << 1038 GetEnergyLossProcessVector(); << 1039 std::vector<G4VMultipleScattering*> mscat << 1040 GetMultipleScatteringVector(); << 1041 << 1042 for (auto theParticle : particles) { << 1043 outFile << G4endl << "**" << theParticl << 1044 << "**" << G4endl << G4endl << << 1045 << 1046 G4ProcessManager* pm = theParticle->Get << 1047 G4ProcessVector* pv = pm->GetProcessLi << 1048 G4int plen = pm->GetProcessListLength() << 1049 << 1050 for (auto emproc : emproc_vector) { << 1051 for (G4int i = 0; i < plen; ++i) { << 1052 G4VProcess* proc = (*pv)[i]; << 1053 if (proc == emproc) { << 1054 outFile << G4endl; << 1055 proc->ProcessDescription(outFile) << 1056 break; << 1057 } << 1058 } << 1059 } << 1060 1046 1061 for (auto mscproc : mscat_vector) { << 1047 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 1062 for (G4int i = 0; i < plen; ++i) { << 1063 G4VProcess* proc = (*pv)[i]; << 1064 if (proc == mscproc) { << 1065 outFile << G4endl; << 1066 proc->ProcessDescription(outFile) << 1067 break; << 1068 } << 1069 } << 1070 } << 1071 1048 1072 for (auto enlossproc : enloss_vector) { << 1049 G4EmSaturation* G4LossTableManager::EmSaturation() 1073 for (G4int i = 0; i < plen; ++i) { << 1050 { 1074 G4VProcess* proc = (*pv)[i]; << 1051 return emSaturation; 1075 if (proc == enlossproc) { << 1076 outFile << G4endl; << 1077 proc->ProcessDescription(outFile) << 1078 break; << 1079 } << 1080 } << 1081 } << 1082 } << 1083 outFile.close(); << 1084 } << 1085 } 1052 } 1086 1053 1087 //....oooOO0OOooo........oooOO0OOooo........o << 1054 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 1088 1055 >> 1056 G4EmConfigurator* G4LossTableManager::EmConfigurator() >> 1057 { >> 1058 return emConfigurator; >> 1059 } >> 1060 >> 1061 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 1062 >> 1063 G4ElectronIonPair* G4LossTableManager::ElectronIonPair() >> 1064 { >> 1065 return emElectronIonPair; >> 1066 } >> 1067 >> 1068 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 1069 >> 1070 G4VAtomDeexcitation* G4LossTableManager::AtomDeexcitation() >> 1071 { >> 1072 return atomDeexcitation; >> 1073 } >> 1074 >> 1075 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 1076 >> 1077 void G4LossTableManager::SetAtomDeexcitation(G4VAtomDeexcitation* p) >> 1078 { >> 1079 atomDeexcitation = p; >> 1080 } >> 1081 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 1089 1082