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 // ------------------------------------------- 26 // ------------------------------------------------------------------- 27 // 27 // 28 // GEANT4 Class file 28 // GEANT4 Class file 29 // 29 // 30 // 30 // 31 // File name: G4LossTableManager 31 // File name: G4LossTableManager 32 // 32 // 33 // Author: Vladimir Ivanchenko 33 // Author: Vladimir Ivanchenko 34 // 34 // 35 // Creation date: 03.01.2002 35 // Creation date: 03.01.2002 36 // 36 // 37 // Modifications: by V.Ivanchenko 37 // Modifications: by V.Ivanchenko 38 // 38 // 39 // 39 // 40 // Class Description: 40 // Class Description: 41 // 41 // 42 // ------------------------------------------- 42 // ------------------------------------------------------------------- 43 // 43 // 44 //....oooOO0OOooo........oooOO0OOooo........oo 44 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 45 //....oooOO0OOooo........oooOO0OOooo........oo 45 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 46 46 47 #include "G4LossTableManager.hh" 47 #include "G4LossTableManager.hh" 48 #include "G4SystemOfUnits.hh" 48 #include "G4SystemOfUnits.hh" 49 49 50 #include "G4VMultipleScattering.hh" 50 #include "G4VMultipleScattering.hh" 51 #include "G4VEmProcess.hh" 51 #include "G4VEmProcess.hh" 52 52 53 #include "G4EmParameters.hh" 53 #include "G4EmParameters.hh" 54 #include "G4EmSaturation.hh" 54 #include "G4EmSaturation.hh" 55 #include "G4EmConfigurator.hh" 55 #include "G4EmConfigurator.hh" 56 #include "G4ElectronIonPair.hh" 56 #include "G4ElectronIonPair.hh" 57 #include "G4NIELCalculator.hh" 57 #include "G4NIELCalculator.hh" 58 #include "G4EmCorrections.hh" 58 #include "G4EmCorrections.hh" 59 #include "G4LossTableBuilder.hh" 59 #include "G4LossTableBuilder.hh" 60 #include "G4VAtomDeexcitation.hh" 60 #include "G4VAtomDeexcitation.hh" 61 #include "G4VSubCutProducer.hh" 61 #include "G4VSubCutProducer.hh" 62 62 63 #include "G4PhysicsTable.hh" 63 #include "G4PhysicsTable.hh" 64 #include "G4ParticleDefinition.hh" 64 #include "G4ParticleDefinition.hh" 65 #include "G4MaterialCutsCouple.hh" 65 #include "G4MaterialCutsCouple.hh" 66 #include "G4ProcessManager.hh" 66 #include "G4ProcessManager.hh" 67 #include "G4Electron.hh" 67 #include "G4Electron.hh" 68 #include "G4Proton.hh" 68 #include "G4Proton.hh" 69 #include "G4ProductionCutsTable.hh" 69 #include "G4ProductionCutsTable.hh" 70 #include "G4PhysicsTableHelper.hh" 70 #include "G4PhysicsTableHelper.hh" 71 #include "G4EmTableType.hh" 71 #include "G4EmTableType.hh" 72 #include "G4Region.hh" 72 #include "G4Region.hh" 73 #include "G4PhysicalConstants.hh" 73 #include "G4PhysicalConstants.hh" >> 74 #include "G4Threading.hh" 74 75 75 #include "G4Gamma.hh" 76 #include "G4Gamma.hh" 76 #include "G4Positron.hh" 77 #include "G4Positron.hh" 77 #include "G4OpticalPhoton.hh" 78 #include "G4OpticalPhoton.hh" 78 #include "G4Neutron.hh" 79 #include "G4Neutron.hh" 79 #include "G4MuonPlus.hh" 80 #include "G4MuonPlus.hh" 80 #include "G4MuonMinus.hh" 81 #include "G4MuonMinus.hh" 81 #include "G4GenericIon.hh" << 82 82 83 //....oooOO0OOooo........oooOO0OOooo........oo 83 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 84 84 85 static std::once_flag applyOnce; << 86 G4ThreadLocal G4LossTableManager* G4LossTableM 85 G4ThreadLocal G4LossTableManager* G4LossTableManager::instance = nullptr; 87 86 88 G4LossTableManager* G4LossTableManager::Instan 87 G4LossTableManager* G4LossTableManager::Instance() 89 { 88 { 90 if(nullptr == instance) { << 89 if(!instance) { 91 static G4ThreadLocalSingleton<G4LossTableM 90 static G4ThreadLocalSingleton<G4LossTableManager> inst; 92 instance = inst.Instance(); 91 instance = inst.Instance(); 93 } 92 } 94 return instance; 93 return instance; 95 } 94 } 96 95 97 //....oooOO0OOooo........oooOO0OOooo........oo 96 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 98 97 99 G4LossTableManager::~G4LossTableManager() 98 G4LossTableManager::~G4LossTableManager() 100 { 99 { 101 for (auto const & p : loss_vector) { delete << 100 for (G4int i=0; i<n_loss; ++i) { 102 for (auto const & p : msc_vector) { delete p << 101 delete loss_vector[i]; 103 for (auto const & p : emp_vector) { delete p << 102 } 104 for (auto const & p : p_vector) { delete p; << 103 size_t msc = msc_vector.size(); 105 << 104 for (size_t j=0; j<msc; ++j) { 106 std::size_t mod = mod_vector.size(); << 105 delete msc_vector[j]; 107 std::size_t fmod = fmod_vector.size(); << 106 } 108 for (std::size_t a=0; a<mod; ++a) { << 107 size_t emp = emp_vector.size(); >> 108 for (size_t k=0; k<emp; ++k) { >> 109 delete emp_vector[k]; >> 110 } >> 111 emp = p_vector.size(); >> 112 for (size_t k=0; k<emp; ++k) { >> 113 delete p_vector[k]; >> 114 } >> 115 size_t mod = mod_vector.size(); >> 116 size_t fmod = fmod_vector.size(); >> 117 //G4cout << " Nmod" << mod << " Nfluc= " << fmod << G4endl; >> 118 for (size_t a=0; a<mod; ++a) { >> 119 //G4cout << "Delete model #" << a << " " << mod_vector[a] << G4endl; 109 if( nullptr != mod_vector[a] ) { 120 if( nullptr != mod_vector[a] ) { 110 for (std::size_t b=0; b<fmod; ++b) { << 121 for (size_t b=0; b<fmod; ++b) { 111 if((G4VEmModel*)(fmod_vector[b]) == mo 122 if((G4VEmModel*)(fmod_vector[b]) == mod_vector[a]) { 112 fmod_vector[b] = nullptr; 123 fmod_vector[b] = nullptr; 113 } 124 } 114 } 125 } 115 delete mod_vector[a]; 126 delete mod_vector[a]; 116 mod_vector[a] = nullptr; 127 mod_vector[a] = nullptr; 117 } 128 } 118 } 129 } 119 for (auto const & p : fmod_vector) { delete << 130 for (size_t b=0; b<fmod; ++b) { 120 << 131 delete fmod_vector[b]; >> 132 } 121 Clear(); 133 Clear(); 122 delete tableBuilder; 134 delete tableBuilder; 123 delete emCorrections; 135 delete emCorrections; 124 delete emConfigurator; 136 delete emConfigurator; 125 delete emElectronIonPair; 137 delete emElectronIonPair; 126 delete nielCalculator; 138 delete nielCalculator; 127 delete atomDeexcitation; 139 delete atomDeexcitation; 128 delete subcutProducer; 140 delete subcutProducer; 129 } 141 } 130 142 131 //....oooOO0OOooo........oooOO0OOooo........oo 143 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 132 144 133 G4LossTableManager::G4LossTableManager() 145 G4LossTableManager::G4LossTableManager() 134 { 146 { 135 theParameters = G4EmParameters::Instance(); 147 theParameters = G4EmParameters::Instance(); 136 theElectron = G4Electron::Electron(); << 148 n_loss = 0; 137 << 149 run = -1; 138 // only one thread is the master << 150 startInitialisation = false; 139 std::call_once(applyOnce, [this]() { isMaste << 151 all_tables_are_built = false; 140 verbose = isMaster ? theParameters->Verbose( << 152 currentLoss = nullptr; 141 << 153 currentParticle = nullptr; >> 154 firstParticle = nullptr; >> 155 isMaster = true; >> 156 verbose = theParameters->Verbose(); >> 157 theElectron = G4Electron::Electron(); >> 158 theGenericIon= nullptr; >> 159 if(G4Threading::IsWorkerThread()) { >> 160 verbose = theParameters->WorkerVerbose(); >> 161 isMaster = false; >> 162 } 142 tableBuilder = new G4LossTableBuilder(isMast 163 tableBuilder = new G4LossTableBuilder(isMaster); 143 emCorrections = new G4EmCorrections(verbose) << 164 emCorrections= new G4EmCorrections(verbose); 144 << 165 emConfigurator = nullptr; 145 std::size_t n = 70; << 166 emElectronIonPair = nullptr; 146 loss_vector.reserve(n); << 167 atomDeexcitation = nullptr; 147 part_vector.reserve(n); << 168 subcutProducer = nullptr; 148 base_part_vector.reserve(n); << 169 nielCalculator = nullptr; 149 dedx_vector.reserve(n); << 170 gGeneral = nullptr; 150 range_vector.reserve(n); << 171 eGeneral = pGeneral = nullptr; 151 inv_range_vector.reserve(n); << 152 tables_are_built.reserve(n); << 153 isActive.reserve(n); << 154 msc_vector.reserve(10); << 155 emp_vector.reserve(16); << 156 mod_vector.reserve(150); << 157 fmod_vector.reserve(60); << 158 } 172 } 159 173 160 //....oooOO0OOooo........oooOO0OOooo........oo 174 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 161 175 162 void G4LossTableManager::Clear() 176 void G4LossTableManager::Clear() 163 { 177 { 164 all_tables_are_built = false; 178 all_tables_are_built = false; 165 currentLoss = nullptr; 179 currentLoss = nullptr; 166 currentParticle = nullptr; 180 currentParticle = nullptr; 167 if(n_loss) { 181 if(n_loss) { 168 dedx_vector.clear(); 182 dedx_vector.clear(); 169 range_vector.clear(); 183 range_vector.clear(); 170 inv_range_vector.clear(); 184 inv_range_vector.clear(); 171 loss_map.clear(); 185 loss_map.clear(); 172 loss_vector.clear(); 186 loss_vector.clear(); 173 part_vector.clear(); 187 part_vector.clear(); 174 base_part_vector.clear(); 188 base_part_vector.clear(); 175 tables_are_built.clear(); 189 tables_are_built.clear(); 176 isActive.clear(); 190 isActive.clear(); 177 n_loss = 0; 191 n_loss = 0; 178 } 192 } 179 } 193 } 180 194 181 //....oooOO0OOooo........oooOO0OOooo........oo 195 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 182 196 183 void G4LossTableManager::Register(G4VEnergyLos 197 void G4LossTableManager::Register(G4VEnergyLossProcess* p) 184 { 198 { 185 if (nullptr == p) { return; } << 199 if(!p) { return; } 186 for (G4int i=0; i<n_loss; ++i) { 200 for (G4int i=0; i<n_loss; ++i) { 187 if(loss_vector[i] == p) { return; } 201 if(loss_vector[i] == p) { return; } 188 } 202 } 189 if(verbose > 1) { 203 if(verbose > 1) { 190 G4cout << "G4LossTableManager::Register G4 204 G4cout << "G4LossTableManager::Register G4VEnergyLossProcess : " 191 << p->GetProcessName() << " idx= " 205 << p->GetProcessName() << " idx= " << n_loss << G4endl; 192 } 206 } 193 ++n_loss; 207 ++n_loss; 194 loss_vector.push_back(p); 208 loss_vector.push_back(p); 195 part_vector.push_back(nullptr); 209 part_vector.push_back(nullptr); 196 base_part_vector.push_back(nullptr); 210 base_part_vector.push_back(nullptr); 197 dedx_vector.push_back(nullptr); 211 dedx_vector.push_back(nullptr); 198 range_vector.push_back(nullptr); 212 range_vector.push_back(nullptr); 199 inv_range_vector.push_back(nullptr); 213 inv_range_vector.push_back(nullptr); 200 tables_are_built.push_back(false); 214 tables_are_built.push_back(false); 201 isActive.push_back(true); 215 isActive.push_back(true); 202 all_tables_are_built = false; 216 all_tables_are_built = false; 203 } 217 } 204 218 205 //....oooOO0OOooo........oooOO0OOooo........oo 219 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 206 220 207 void G4LossTableManager::ResetParameters() 221 void G4LossTableManager::ResetParameters() 208 { 222 { 209 // initialisation once per run << 210 if (!resetParam) { return; } << 211 resetParam = false; << 212 startInitialisation = true; << 213 verbose = theParameters->Verbose(); 223 verbose = theParameters->Verbose(); 214 if(!isMaster) { 224 if(!isMaster) { 215 verbose = theParameters->WorkerVerbose(); 225 verbose = theParameters->WorkerVerbose(); 216 } else { 226 } else { 217 if(verbose > 0) { theParameters->Dump(); } 227 if(verbose > 0) { theParameters->Dump(); } 218 } 228 } 219 << 229 tableBuilder->SetInitialisationFlag(false); 220 tableBuilder->InitialiseBaseMaterials(); << 221 if (nullptr != nielCalculator) { nielCalcula << 222 << 223 emCorrections->SetVerbose(verbose); 230 emCorrections->SetVerbose(verbose); 224 if(nullptr != emConfigurator) { emConfigurat 231 if(nullptr != emConfigurator) { emConfigurator->SetVerbose(verbose); }; 225 if(nullptr != emElectronIonPair) { emElectro 232 if(nullptr != emElectronIonPair) { emElectronIonPair->SetVerbose(verbose); }; 226 if(nullptr != atomDeexcitation) { 233 if(nullptr != atomDeexcitation) { 227 atomDeexcitation->SetVerboseLevel(verbose) 234 atomDeexcitation->SetVerboseLevel(verbose); 228 atomDeexcitation->InitialiseAtomicDeexcita 235 atomDeexcitation->InitialiseAtomicDeexcitation(); 229 } 236 } 230 if (1 < verbose) { << 231 G4cout << "====== G4LossTableManager::Rese << 232 << " Nloss=" << loss_vector.size() << 233 << " run=" << run << " master=" << isMast << 234 << G4endl; << 235 } << 236 } 237 } 237 238 238 //....oooOO0OOooo........oooOO0OOooo........oo 239 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 239 240 240 void G4LossTableManager::DeRegister(G4VEnergyL 241 void G4LossTableManager::DeRegister(G4VEnergyLossProcess* p) 241 { 242 { 242 if (nullptr == p) { return; } << 243 if(!p) { return; } 243 for (G4int i=0; i<n_loss; ++i) { 244 for (G4int i=0; i<n_loss; ++i) { 244 if(loss_vector[i] == p) { 245 if(loss_vector[i] == p) { 245 loss_vector[i] = nullptr; 246 loss_vector[i] = nullptr; 246 break; 247 break; 247 } 248 } 248 } 249 } 249 } 250 } 250 251 251 //....oooOO0OOooo........oooOO0OOooo........oo 252 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 252 253 253 void G4LossTableManager::Register(G4VMultipleS 254 void G4LossTableManager::Register(G4VMultipleScattering* p) 254 { 255 { 255 if (nullptr == p) { return; } << 256 if(!p) { return; } 256 std::size_t n = msc_vector.size(); << 257 G4int n = msc_vector.size(); 257 for (std::size_t i=0; i<n; ++i) { << 258 for (G4int i=0; i<n; ++i) { 258 if(msc_vector[i] == p) { return; } 259 if(msc_vector[i] == p) { return; } 259 } 260 } 260 if(verbose > 1) { 261 if(verbose > 1) { 261 G4cout << "G4LossTableManager::Register G4 262 G4cout << "G4LossTableManager::Register G4VMultipleScattering : " 262 << p->GetProcessName() << " idx= " 263 << p->GetProcessName() << " idx= " << msc_vector.size() << G4endl; 263 } 264 } 264 msc_vector.push_back(p); 265 msc_vector.push_back(p); 265 } 266 } 266 267 267 //....oooOO0OOooo........oooOO0OOooo........oo 268 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 268 269 269 void G4LossTableManager::DeRegister(G4VMultipl 270 void G4LossTableManager::DeRegister(G4VMultipleScattering* p) 270 { 271 { 271 if (nullptr == p) { return; } << 272 if(!p) { return; } 272 std::size_t msc = msc_vector.size(); << 273 size_t msc = msc_vector.size(); 273 for (std::size_t i=0; i<msc; ++i) { << 274 for (size_t i=0; i<msc; ++i) { 274 if(msc_vector[i] == p) { 275 if(msc_vector[i] == p) { 275 msc_vector[i] = nullptr; 276 msc_vector[i] = nullptr; 276 break; 277 break; 277 } 278 } 278 } 279 } 279 } 280 } 280 281 281 //....oooOO0OOooo........oooOO0OOooo........oo 282 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 282 283 283 void G4LossTableManager::Register(G4VEmProcess 284 void G4LossTableManager::Register(G4VEmProcess* p) 284 { 285 { 285 if (nullptr == p) { return; } << 286 if(!p) { return; } 286 std::size_t n = emp_vector.size(); << 287 G4int n = emp_vector.size(); 287 for (std::size_t i=0; i<n; ++i) { << 288 for (G4int i=0; i<n; ++i) { 288 if(emp_vector[i] == p) { return; } 289 if(emp_vector[i] == p) { return; } 289 } 290 } 290 if(verbose > 1) { 291 if(verbose > 1) { 291 G4cout << "G4LossTableManager::Register G4 292 G4cout << "G4LossTableManager::Register G4VEmProcess : " 292 << p->GetProcessName() << " idx= " 293 << p->GetProcessName() << " idx= " << emp_vector.size() << G4endl; 293 } 294 } 294 emp_vector.push_back(p); 295 emp_vector.push_back(p); 295 } 296 } 296 297 297 //....oooOO0OOooo........oooOO0OOooo........oo 298 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 298 299 299 void G4LossTableManager::DeRegister(G4VEmProce 300 void G4LossTableManager::DeRegister(G4VEmProcess* p) 300 { 301 { 301 if (nullptr == p) { return; } << 302 if(!p) { return; } 302 std::size_t emp = emp_vector.size(); << 303 size_t emp = emp_vector.size(); 303 for (std::size_t i=0; i<emp; ++i) { << 304 for (size_t i=0; i<emp; ++i) { 304 if(emp_vector[i] == p) { 305 if(emp_vector[i] == p) { 305 emp_vector[i] = nullptr; 306 emp_vector[i] = nullptr; 306 break; 307 break; 307 } 308 } 308 } 309 } 309 } 310 } 310 311 311 //....oooOO0OOooo........oooOO0OOooo........oo 312 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 312 313 313 void G4LossTableManager::Register(G4VProcess* 314 void G4LossTableManager::Register(G4VProcess* p) 314 { 315 { 315 if (nullptr == p) { return; } << 316 if(!p) { return; } 316 std::size_t n = p_vector.size(); << 317 G4int n = p_vector.size(); 317 for (std::size_t i=0; i<n; ++i) { << 318 for (G4int i=0; i<n; ++i) { 318 if(p_vector[i] == p) { return; } 319 if(p_vector[i] == p) { return; } 319 } 320 } 320 if(verbose > 1) { 321 if(verbose > 1) { 321 G4cout << "G4LossTableManager::Register G4 322 G4cout << "G4LossTableManager::Register G4VProcess : " 322 << p->GetProcessName() << " idx= " 323 << p->GetProcessName() << " idx= " << p_vector.size() << G4endl; 323 } 324 } 324 p_vector.push_back(p); 325 p_vector.push_back(p); 325 } 326 } 326 327 327 //....oooOO0OOooo........oooOO0OOooo........oo 328 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 328 329 329 void G4LossTableManager::DeRegister(G4VProcess 330 void G4LossTableManager::DeRegister(G4VProcess* p) 330 { 331 { 331 if (nullptr == p) { return; } << 332 if(!p) { return; } 332 std::size_t emp = p_vector.size(); << 333 size_t emp = p_vector.size(); 333 for (std::size_t i=0; i<emp; ++i) { << 334 for (size_t i=0; i<emp; ++i) { 334 if(p_vector[i] == p) { 335 if(p_vector[i] == p) { 335 p_vector[i] = nullptr; 336 p_vector[i] = nullptr; 336 break; 337 break; 337 } 338 } 338 } 339 } 339 } 340 } 340 341 341 //....oooOO0OOooo........oooOO0OOooo........oo 342 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 342 343 343 void G4LossTableManager::Register(G4VEmModel* 344 void G4LossTableManager::Register(G4VEmModel* p) 344 { 345 { 345 mod_vector.push_back(p); 346 mod_vector.push_back(p); 346 if(verbose > 1) { 347 if(verbose > 1) { 347 G4cout << "G4LossTableManager::Register G4 348 G4cout << "G4LossTableManager::Register G4VEmModel : " 348 << p->GetName() << " " << p << " 349 << p->GetName() << " " << p << " " << mod_vector.size() << G4endl; 349 } 350 } 350 } 351 } 351 352 352 //....oooOO0OOooo........oooOO0OOooo........oo 353 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 353 354 354 void G4LossTableManager::DeRegister(G4VEmModel 355 void G4LossTableManager::DeRegister(G4VEmModel* p) 355 { 356 { 356 //G4cout << "G4LossTableManager::DeRegister 357 //G4cout << "G4LossTableManager::DeRegister G4VEmModel : " << p << G4endl; 357 std::size_t n = mod_vector.size(); << 358 size_t n = mod_vector.size(); 358 for (std::size_t i=0; i<n; ++i) { << 359 for (size_t i=0; i<n; ++i) { 359 if(mod_vector[i] == p) { 360 if(mod_vector[i] == p) { 360 mod_vector[i] = nullptr; 361 mod_vector[i] = nullptr; 361 break; 362 break; 362 } 363 } 363 } 364 } 364 } 365 } 365 366 366 //....oooOO0OOooo........oooOO0OOooo........oo 367 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 367 368 368 void G4LossTableManager::Register(G4VEmFluctua 369 void G4LossTableManager::Register(G4VEmFluctuationModel* p) 369 { 370 { 370 fmod_vector.push_back(p); 371 fmod_vector.push_back(p); 371 if(verbose > 1) { 372 if(verbose > 1) { 372 G4cout << "G4LossTableManager::Register G4 373 G4cout << "G4LossTableManager::Register G4VEmFluctuationModel : " 373 << p->GetName() << " " << fmod_vec 374 << p->GetName() << " " << fmod_vector.size() << G4endl; 374 } 375 } 375 } 376 } 376 377 377 //....oooOO0OOooo........oooOO0OOooo........oo 378 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 378 379 379 void G4LossTableManager::DeRegister(G4VEmFluct 380 void G4LossTableManager::DeRegister(G4VEmFluctuationModel* p) 380 { 381 { 381 std::size_t n = fmod_vector.size(); << 382 size_t n = fmod_vector.size(); 382 for (std::size_t i=0; i<n; ++i) { << 383 for (size_t i=0; i<n; ++i) { 383 if(fmod_vector[i] == p) { fmod_vector[i] = 384 if(fmod_vector[i] == p) { fmod_vector[i] = nullptr; } 384 } 385 } 385 } 386 } 386 387 387 //....oooOO0OOooo........oooOO0OOooo........oo 388 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 388 389 389 void G4LossTableManager::RegisterExtraParticle 390 void G4LossTableManager::RegisterExtraParticle( 390 const G4ParticleDefinition* part, 391 const G4ParticleDefinition* part, 391 G4VEnergyLossProcess* p) 392 G4VEnergyLossProcess* p) 392 { 393 { 393 if (nullptr == p || nullptr == part) { retur << 394 if(!p || !part) { return; } 394 for (G4int i=0; i<n_loss; ++i) { 395 for (G4int i=0; i<n_loss; ++i) { 395 if(loss_vector[i] == p) { return; } 396 if(loss_vector[i] == p) { return; } 396 } 397 } 397 if(verbose > 1) { 398 if(verbose > 1) { 398 G4cout << "G4LossTableManager::RegisterExt 399 G4cout << "G4LossTableManager::RegisterExtraParticle " 399 << part->GetParticleName() << " G4 400 << part->GetParticleName() << " G4VEnergyLossProcess : " 400 << p->GetProcessName() << " idx= " 401 << p->GetProcessName() << " idx= " << n_loss << G4endl; 401 } 402 } 402 ++n_loss; 403 ++n_loss; 403 loss_vector.push_back(p); 404 loss_vector.push_back(p); 404 part_vector.push_back(part); 405 part_vector.push_back(part); 405 base_part_vector.push_back(p->BaseParticle() 406 base_part_vector.push_back(p->BaseParticle()); 406 dedx_vector.push_back(nullptr); 407 dedx_vector.push_back(nullptr); 407 range_vector.push_back(nullptr); 408 range_vector.push_back(nullptr); 408 inv_range_vector.push_back(nullptr); 409 inv_range_vector.push_back(nullptr); 409 tables_are_built.push_back(false); 410 tables_are_built.push_back(false); 410 all_tables_are_built = false; 411 all_tables_are_built = false; 411 } 412 } 412 413 413 //....oooOO0OOooo........oooOO0OOooo........oo 414 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 414 415 415 G4VEnergyLossProcess* 416 G4VEnergyLossProcess* 416 G4LossTableManager::GetEnergyLossProcess(const 417 G4LossTableManager::GetEnergyLossProcess(const G4ParticleDefinition *aParticle) 417 { 418 { >> 419 //G4cout << "G4LossTableManager::GetEnergyLossProcess: " >> 420 //<< aParticle << " " << currentParticle << " " << currentLoss << G4endl; 418 if(aParticle != currentParticle) { 421 if(aParticle != currentParticle) { 419 currentParticle = aParticle; 422 currentParticle = aParticle; 420 std::map<PD,G4VEnergyLossProcess*,std::les 423 std::map<PD,G4VEnergyLossProcess*,std::less<PD> >::const_iterator pos; 421 if ((pos = loss_map.find(aParticle)) != lo 424 if ((pos = loss_map.find(aParticle)) != loss_map.end()) { 422 currentLoss = (*pos).second; 425 currentLoss = (*pos).second; 423 } else { 426 } else { 424 currentLoss = nullptr; 427 currentLoss = nullptr; 425 if(0.0 != aParticle->GetPDGCharge() && << 428 if ((pos = loss_map.find(theGenericIon)) != loss_map.end()) { 426 (pos = loss_map.find(theGenericIon)) != los << 429 currentLoss = (*pos).second; 427 currentLoss = (*pos).second; << 428 } 430 } 429 } 431 } 430 } 432 } 431 return currentLoss; 433 return currentLoss; 432 } 434 } 433 435 434 //....oooOO0OOooo........oooOO0OOooo........oo 436 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 435 437 436 void 438 void 437 G4LossTableManager::PreparePhysicsTable(const 439 G4LossTableManager::PreparePhysicsTable(const G4ParticleDefinition* particle, 438 G4VEne << 440 G4VEnergyLossProcess* p, >> 441 G4bool theMaster) 439 { 442 { 440 if (1 < verbose) { 443 if (1 < verbose) { 441 G4cout << "G4LossTableManager::PreparePhys 444 G4cout << "G4LossTableManager::PreparePhysicsTable for " 442 << particle->GetParticleName() 445 << particle->GetParticleName() 443 << " and " << p->GetProcessName() < 446 << " and " << p->GetProcessName() << " run= " << run 444 << " loss_vector " << loss_vector << 447 << " loss_vector " << loss_vector.size() << G4endl; 445 << " run=" << run << " master=" << isMast << 448 } 446 << G4endl; << 449 >> 450 isMaster = theMaster; >> 451 >> 452 if(!startInitialisation) { >> 453 ResetParameters(); >> 454 if (1 < verbose) { >> 455 G4cout << "====== G4LossTableManager::PreparePhysicsTable start =====" >> 456 << G4endl; >> 457 } 447 } 458 } 448 459 449 // start initialisation for the first run 460 // start initialisation for the first run 450 if( -1 == run ) { 461 if( -1 == run ) { 451 if (nullptr != emConfigurator) { emConfigu << 462 if(emConfigurator) { emConfigurator->PrepareModels(particle, p); } 452 463 453 // initialise particles for given process 464 // initialise particles for given process 454 for (G4int j=0; j<n_loss; ++j) { 465 for (G4int j=0; j<n_loss; ++j) { 455 if (p == loss_vector[j] && nullptr == pa << 466 if (p == loss_vector[j] && !part_vector[j]) { 456 part_vector[j] = particle; 467 part_vector[j] = particle; 457 if (particle->GetParticleName() == "Ge << 468 if(particle->GetParticleName() == "GenericIon") { 458 theGenericIon = particle; 469 theGenericIon = particle; 459 } 470 } 460 } 471 } 461 } 472 } 462 } 473 } 463 ResetParameters(); << 474 startInitialisation = true; 464 } 475 } 465 476 466 //....oooOO0OOooo........oooOO0OOooo........oo 477 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 467 478 468 void 479 void 469 G4LossTableManager::PreparePhysicsTable(const 480 G4LossTableManager::PreparePhysicsTable(const G4ParticleDefinition* particle, 470 G4VEmP << 481 G4VEmProcess* p, G4bool theMaster) 471 { 482 { 472 if (1 < verbose) { 483 if (1 < verbose) { 473 G4cout << "G4LossTableManager::PreparePhys 484 G4cout << "G4LossTableManager::PreparePhysicsTable for " 474 << particle->GetParticleName() 485 << particle->GetParticleName() 475 << " and " << p->GetProcessName() << 486 << " and " << p->GetProcessName() << G4endl; 476 << " run=" << run << " master=" << isMast << 487 } 477 << G4endl; << 488 isMaster = theMaster; >> 489 >> 490 if(!startInitialisation) { >> 491 ResetParameters(); >> 492 if (1 < verbose) { >> 493 G4cout << "====== G4LossTableManager::PreparePhysicsTable start =====" >> 494 << G4endl; >> 495 } 478 } 496 } 479 497 480 // start initialisation for the first run 498 // start initialisation for the first run 481 if( -1 == run ) { 499 if( -1 == run ) { 482 if (nullptr != emConfigurator) { emConfigu << 500 if(emConfigurator) { emConfigurator->PrepareModels(particle, p); } 483 } 501 } 484 << 502 startInitialisation = true; 485 ResetParameters(); << 486 } 503 } 487 504 488 //....oooOO0OOooo........oooOO0OOooo........oo 505 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 489 506 490 void 507 void 491 G4LossTableManager::PreparePhysicsTable(const 508 G4LossTableManager::PreparePhysicsTable(const G4ParticleDefinition* particle, 492 G4VMul << 509 G4VMultipleScattering* p, >> 510 G4bool theMaster) 493 { 511 { 494 if (1 < verbose) { 512 if (1 < verbose) { 495 G4cout << "G4LossTableManager::PreparePhys 513 G4cout << "G4LossTableManager::PreparePhysicsTable for " 496 << particle->GetParticleName() 514 << particle->GetParticleName() 497 << " and " << p->GetProcessName() << 515 << " and " << p->GetProcessName() << G4endl; 498 << " run=" << run << " master=" << isMast << 516 } 499 << G4endl; << 517 >> 518 isMaster = theMaster; >> 519 >> 520 if(!startInitialisation) { >> 521 ResetParameters(); >> 522 if (1 < verbose) { >> 523 G4cout << "====== G4LossTableManager::PreparePhysicsTable start =====" >> 524 << G4endl; >> 525 } 500 } 526 } 501 527 502 // start initialisation for the first run 528 // start initialisation for the first run 503 if ( -1 == run ) { << 529 if( -1 == run ) { 504 if (nullptr != emConfigurator) { emConfigu << 530 if(emConfigurator) { emConfigurator->PrepareModels(particle, p); } 505 } 531 } 506 << 532 startInitialisation = true; 507 ResetParameters(); << 508 } 533 } 509 534 510 //....oooOO0OOooo........oooOO0OOooo........oo 535 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 511 536 512 void 537 void 513 G4LossTableManager::BuildPhysicsTable(const G4 538 G4LossTableManager::BuildPhysicsTable(const G4ParticleDefinition*) 514 { 539 { 515 if(-1 == run && startInitialisation) { 540 if(-1 == run && startInitialisation) { 516 if (nullptr != emConfigurator) { emConfigu << 541 if(emConfigurator) { emConfigurator->Clear(); } 517 } 542 } 518 if (startInitialisation) { resetParam = true << 519 } 543 } 520 544 521 //....oooOO0OOooo........oooOO0OOooo........oo 545 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 522 546 523 void G4LossTableManager::LocalPhysicsTables( 547 void G4LossTableManager::LocalPhysicsTables( 524 const G4ParticleDefinition* aParticle, 548 const G4ParticleDefinition* aParticle, 525 G4VEnergyLossProcess* p) 549 G4VEnergyLossProcess* p) 526 { 550 { 527 if (1 < verbose) { << 551 if(1 < verbose) { 528 G4cout << "### G4LossTableManager::LocalPh 552 G4cout << "### G4LossTableManager::LocalPhysicsTable() for " 529 << aParticle->GetParticleName() 553 << aParticle->GetParticleName() 530 << " and process " << p->GetProcess 554 << " and process " << p->GetProcessName() 531 << G4endl; 555 << G4endl; 532 } 556 } 533 557 534 if(-1 == run && startInitialisation) { 558 if(-1 == run && startInitialisation) { 535 if (nullptr != emConfigurator) { emConfigu << 559 if(emConfigurator) { emConfigurator->Clear(); } 536 firstParticle = aParticle; 560 firstParticle = aParticle; 537 } 561 } 538 562 539 if (startInitialisation) { << 563 if(startInitialisation) { 540 ++run; 564 ++run; 541 if (1 < verbose) { << 565 if(1 < verbose) { 542 G4cout << "===== G4LossTableManager::Loc 566 G4cout << "===== G4LossTableManager::LocalPhysicsTable() for run " 543 << run << " =====" << G4endl; 567 << run << " =====" << G4endl; 544 } 568 } 545 currentParticle = nullptr; 569 currentParticle = nullptr; 546 startInitialisation = false; 570 startInitialisation = false; 547 resetParam = true; << 548 for (G4int i=0; i<n_loss; ++i) { 571 for (G4int i=0; i<n_loss; ++i) { 549 if (nullptr != loss_vector[i]) { << 572 if(loss_vector[i]) { 550 tables_are_built[i] = false; 573 tables_are_built[i] = false; 551 } else { 574 } else { 552 tables_are_built[i] = true; 575 tables_are_built[i] = true; 553 part_vector[i] = nullptr; 576 part_vector[i] = nullptr; 554 } 577 } 555 } 578 } 556 } 579 } 557 580 558 all_tables_are_built= true; 581 all_tables_are_built= true; 559 for (G4int i=0; i<n_loss; ++i) { 582 for (G4int i=0; i<n_loss; ++i) { 560 if(p == loss_vector[i]) { 583 if(p == loss_vector[i]) { 561 tables_are_built[i] = true; 584 tables_are_built[i] = true; 562 isActive[i] = true; 585 isActive[i] = true; 563 part_vector[i] = p->Particle(); 586 part_vector[i] = p->Particle(); 564 base_part_vector[i] = p->BaseParticle(); 587 base_part_vector[i] = p->BaseParticle(); 565 dedx_vector[i] = p->DEDXTable(); 588 dedx_vector[i] = p->DEDXTable(); 566 range_vector[i] = p->RangeTableForLoss() 589 range_vector[i] = p->RangeTableForLoss(); 567 inv_range_vector[i] = p->InverseRangeTab 590 inv_range_vector[i] = p->InverseRangeTable(); 568 if(0 == run && p->IsIonisationProcess()) 591 if(0 == run && p->IsIonisationProcess()) { 569 loss_map[part_vector[i]] = p; 592 loss_map[part_vector[i]] = p; >> 593 //G4cout << "G4LossTableManager::LocalPhysicsTable " << part_vector[i]->GetParticleName() >> 594 // << " added to map " << p << G4endl; 570 } 595 } 571 596 572 if(1 < verbose) { 597 if(1 < verbose) { 573 G4cout << i <<". "<< p->GetProcessNa 598 G4cout << i <<". "<< p->GetProcessName(); 574 if(part_vector[i]) { 599 if(part_vector[i]) { 575 G4cout << " for " << part_vector[i 600 G4cout << " for " << part_vector[i]->GetParticleName(); 576 } 601 } 577 G4cout << " active= " << isActive[i] 602 G4cout << " active= " << isActive[i] 578 << " table= " << tables_are_bu 603 << " table= " << tables_are_built[i] 579 << " isIonisation= " << p->IsI 604 << " isIonisation= " << p->IsIonisationProcess() 580 << G4endl; 605 << G4endl; 581 } 606 } 582 break; 607 break; 583 } else if(!tables_are_built[i]) { 608 } else if(!tables_are_built[i]) { 584 all_tables_are_built = false; 609 all_tables_are_built = false; 585 } 610 } 586 } 611 } 587 612 588 if(1 < verbose) { 613 if(1 < verbose) { 589 G4cout << "### G4LossTableManager::LocalPh 614 G4cout << "### G4LossTableManager::LocalPhysicsTable end" 590 << G4endl; 615 << G4endl; 591 } 616 } 592 if(all_tables_are_built) { 617 if(all_tables_are_built) { 593 if(1 < verbose) { 618 if(1 < verbose) { 594 G4cout << "%%%%% All dEdx and Range tabl 619 G4cout << "%%%%% All dEdx and Range tables for worker are ready for run " 595 << run << " %%%%%" << G4endl; 620 << run << " %%%%%" << G4endl; 596 } 621 } 597 } 622 } 598 } 623 } 599 624 600 //....oooOO0OOooo........oooOO0OOooo........oo 625 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 601 626 602 void G4LossTableManager::BuildPhysicsTable( 627 void G4LossTableManager::BuildPhysicsTable( 603 const G4ParticleDefinition* aParticle, 628 const G4ParticleDefinition* aParticle, 604 G4VEnergyLossProcess* p) 629 G4VEnergyLossProcess* p) 605 { 630 { 606 if(1 < verbose) { 631 if(1 < verbose) { 607 G4cout << "### G4LossTableManager::BuildPh 632 G4cout << "### G4LossTableManager::BuildPhysicsTable() for " 608 << aParticle->GetParticleName() 633 << aParticle->GetParticleName() 609 << " and process " << p->GetProcess 634 << " and process " << p->GetProcessName() << G4endl; 610 } 635 } 611 // clear configurator 636 // clear configurator 612 if(-1 == run && startInitialisation) { 637 if(-1 == run && startInitialisation) { 613 if( nullptr != emConfigurator) { emConfigu << 638 if(emConfigurator) { emConfigurator->Clear(); } 614 firstParticle = aParticle; 639 firstParticle = aParticle; 615 } 640 } 616 if(startInitialisation) { 641 if(startInitialisation) { 617 ++run; 642 ++run; 618 resetParam = true; << 619 startInitialisation = false; << 620 if(1 < verbose) { 643 if(1 < verbose) { 621 G4cout << "===== G4LossTableManager::Bui 644 G4cout << "===== G4LossTableManager::BuildPhysicsTable() for run " 622 << run << " ===== " << atomDeexci 645 << run << " ===== " << atomDeexcitation << G4endl; 623 } 646 } 624 currentParticle = nullptr; 647 currentParticle = nullptr; 625 all_tables_are_built = false; << 648 all_tables_are_built= true; >> 649 } >> 650 >> 651 // initialisation before any table is built >> 652 if ( startInitialisation && aParticle == firstParticle ) { >> 653 >> 654 startInitialisation = false; >> 655 if(1 < verbose) { >> 656 G4cout << "### G4LossTableManager start initialisation for first particle " >> 657 << firstParticle->GetParticleName() >> 658 << G4endl; >> 659 } >> 660 >> 661 if(nielCalculator) { nielCalculator->Initialise(); } 626 662 627 for (G4int i=0; i<n_loss; ++i) { 663 for (G4int i=0; i<n_loss; ++i) { 628 G4VEnergyLossProcess* el = loss_vector[i 664 G4VEnergyLossProcess* el = loss_vector[i]; 629 665 630 if(nullptr != el) { << 666 if(el) { 631 isActive[i] = true; 667 isActive[i] = true; 632 part_vector[i] = el->Particle(); << 633 base_part_vector[i] = el->BaseParticle 668 base_part_vector[i] = el->BaseParticle(); 634 tables_are_built[i] = false; << 669 tables_are_built[i] = false; >> 670 all_tables_are_built= false; >> 671 if(!isActive[i]) { >> 672 el->SetIonisation(false); >> 673 tables_are_built[i] = true; >> 674 } >> 675 635 if(1 < verbose) { 676 if(1 < verbose) { 636 G4cout << i <<". "<< el->GetProces 677 G4cout << i <<". "<< el->GetProcessName(); 637 if(el->Particle()) { 678 if(el->Particle()) { 638 G4cout << " for " << el->Particl 679 G4cout << " for " << el->Particle()->GetParticleName(); 639 } 680 } 640 G4cout << " active= " << isActive[i 681 G4cout << " active= " << isActive[i] 641 << " table= " << tables_are_ 682 << " table= " << tables_are_built[i] 642 << " isIonisation= " << el-> 683 << " isIonisation= " << el->IsIonisationProcess(); 643 if(base_part_vector[i]) { 684 if(base_part_vector[i]) { 644 G4cout << " base particle " 685 G4cout << " base particle " 645 << base_part_vector[i]->Get 686 << base_part_vector[i]->GetParticleName(); 646 } 687 } 647 G4cout << G4endl; 688 G4cout << G4endl; 648 } 689 } 649 } else { 690 } else { 650 tables_are_built[i] = true; 691 tables_are_built[i] = true; 651 part_vector[i] = nullptr; 692 part_vector[i] = nullptr; 652 isActive[i] = false; 693 isActive[i] = false; 653 } 694 } 654 } 695 } 655 } 696 } 656 697 657 if (all_tables_are_built) { 698 if (all_tables_are_built) { 658 theParameters->SetIsPrintedFlag(true); 699 theParameters->SetIsPrintedFlag(true); 659 return; 700 return; 660 } 701 } 661 702 662 // Build tables for given particle 703 // Build tables for given particle 663 all_tables_are_built = true; 704 all_tables_are_built = true; 664 705 665 for(G4int i=0; i<n_loss; ++i) { 706 for(G4int i=0; i<n_loss; ++i) { 666 if(p == loss_vector[i] && !tables_are_buil << 707 if(p == loss_vector[i] && !tables_are_built[i] && !base_part_vector[i]) { 667 const G4ParticleDefinition* curr_part = 708 const G4ParticleDefinition* curr_part = part_vector[i]; 668 if(1 < verbose) { 709 if(1 < verbose) { 669 G4cout << "### Build Table for " << p- 710 G4cout << "### Build Table for " << p->GetProcessName() 670 << " and " << curr_part->GetPar 711 << " and " << curr_part->GetParticleName() 671 << " " << tables_are_built[i] 712 << " " << tables_are_built[i] << " " << base_part_vector[i] 672 << G4endl; 713 << G4endl; 673 } 714 } 674 G4VEnergyLossProcess* curr_proc = BuildT 715 G4VEnergyLossProcess* curr_proc = BuildTables(curr_part); 675 if(curr_proc) { 716 if(curr_proc) { 676 CopyTables(curr_part, curr_proc); 717 CopyTables(curr_part, curr_proc); 677 if(p == curr_proc && 0 == run && p->Is 718 if(p == curr_proc && 0 == run && p->IsIonisationProcess()) { 678 loss_map[aParticle] = p; 719 loss_map[aParticle] = p; 679 //G4cout << "G4LossTableManager::Bui 720 //G4cout << "G4LossTableManager::BuildPhysicsTable: " 680 // << aParticle->GetParticleName 721 // << aParticle->GetParticleName() 681 // << " added to map " << p 722 // << " added to map " << p << G4endl; 682 } 723 } 683 } 724 } 684 } 725 } 685 if ( !tables_are_built[i] ) { all_tables_a 726 if ( !tables_are_built[i] ) { all_tables_are_built = false; } 686 } 727 } 687 if(1 < verbose) { 728 if(1 < verbose) { 688 G4cout << "### G4LossTableManager::BuildPh 729 G4cout << "### G4LossTableManager::BuildPhysicsTable end: " 689 << "all_tables_are_built= " << all_ 730 << "all_tables_are_built= " << all_tables_are_built << " " 690 << aParticle->GetParticleName() << 731 << aParticle->GetParticleName() << " proc: " << p << G4endl; 691 } 732 } >> 733 if(all_tables_are_built) { >> 734 if(1 < verbose) { >> 735 G4cout << "%%%%% All dEdx and Range tables are built for master run= " >> 736 << run << " %%%%%" << G4endl; >> 737 } >> 738 } 692 } 739 } 693 740 694 //....oooOO0OOooo........oooOO0OOooo........oo 741 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 695 742 696 void G4LossTableManager::CopyTables(const G4Pa 743 void G4LossTableManager::CopyTables(const G4ParticleDefinition* part, 697 G4VEnergyL 744 G4VEnergyLossProcess* base_proc) 698 { 745 { 699 for (G4int j=0; j<n_loss; ++j) { 746 for (G4int j=0; j<n_loss; ++j) { 700 747 701 G4VEnergyLossProcess* proc = loss_vector[j 748 G4VEnergyLossProcess* proc = loss_vector[j]; 702 749 703 if (!tables_are_built[j] && part == base_p 750 if (!tables_are_built[j] && part == base_part_vector[j]) { 704 tables_are_built[j] = true; 751 tables_are_built[j] = true; 705 // for base particle approach only ionis << 706 proc->SetDEDXTable(base_proc->Ionisation 752 proc->SetDEDXTable(base_proc->IonisationTable(),fRestricted); 707 proc->SetDEDXTable(base_proc->DEDXunRest 753 proc->SetDEDXTable(base_proc->DEDXunRestrictedTable(),fTotal); 708 proc->SetCSDARangeTable(base_proc->CSDAR 754 proc->SetCSDARangeTable(base_proc->CSDARangeTable()); 709 proc->SetRangeTableForLoss(base_proc->Ra 755 proc->SetRangeTableForLoss(base_proc->RangeTableForLoss()); 710 proc->SetInverseRangeTable(base_proc->In 756 proc->SetInverseRangeTable(base_proc->InverseRangeTable()); 711 proc->SetLambdaTable(base_proc->LambdaTa 757 proc->SetLambdaTable(base_proc->LambdaTable()); >> 758 proc->SetIonisation(base_proc->IsIonisationProcess()); 712 if(proc->IsIonisationProcess()) { 759 if(proc->IsIonisationProcess()) { 713 range_vector[j] = base_proc->RangeTabl 760 range_vector[j] = base_proc->RangeTableForLoss(); 714 inv_range_vector[j] = base_proc->Inver 761 inv_range_vector[j] = base_proc->InverseRangeTable(); 715 loss_map[part_vector[j]] = proc; 762 loss_map[part_vector[j]] = proc; 716 //G4cout << "G4LossTableManager::CopyT 763 //G4cout << "G4LossTableManager::CopyTable " 717 // << part_vector[j]->GetParticl 764 // << part_vector[j]->GetParticleName() 718 // << " added to map " << proc < 765 // << " added to map " << proc << G4endl; 719 } 766 } 720 if (1 < verbose) { 767 if (1 < verbose) { 721 G4cout << " CopyTables for " << pro << 768 G4cout << "For " << proc->GetProcessName() 722 << " for " << part_vector[j]-> 769 << " for " << part_vector[j]->GetParticleName() 723 << " base_part= " << part->Get 770 << " base_part= " << part->GetParticleName() 724 << " tables are assigned" 771 << " tables are assigned" 725 << G4endl; 772 << G4endl; 726 } 773 } 727 } 774 } >> 775 >> 776 if (theElectron == part && theElectron == proc->SecondaryParticle() ) { >> 777 proc->SetSecondaryRangeTable(base_proc->RangeTableForLoss()); >> 778 } 728 } 779 } 729 } 780 } 730 781 731 //....oooOO0OOooo........oooOO0OOooo........oo 782 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 732 783 733 G4VEnergyLossProcess* G4LossTableManager::Buil 784 G4VEnergyLossProcess* G4LossTableManager::BuildTables( 734 const G4ParticleDefiniti 785 const G4ParticleDefinition* aParticle) 735 { 786 { 736 if(1 < verbose) { 787 if(1 < verbose) { 737 G4cout << " G4LossTableManager::BuildTab << 788 G4cout << "G4LossTableManager::BuildTables() for " 738 << aParticle->GetParticleName() << 789 << aParticle->GetParticleName() << G4endl; 739 } 790 } 740 791 741 std::vector<G4PhysicsTable*> t_list; 792 std::vector<G4PhysicsTable*> t_list; 742 std::vector<G4VEnergyLossProcess*> loss_list 793 std::vector<G4VEnergyLossProcess*> loss_list; 743 std::vector<G4bool> build_flags; 794 std::vector<G4bool> build_flags; 744 G4VEnergyLossProcess* em = nullptr; 795 G4VEnergyLossProcess* em = nullptr; 745 G4VEnergyLossProcess* p = nullptr; 796 G4VEnergyLossProcess* p = nullptr; 746 G4int iem = 0; 797 G4int iem = 0; 747 G4PhysicsTable* dedx = nullptr; 798 G4PhysicsTable* dedx = nullptr; 748 G4int i; 799 G4int i; 749 800 750 G4ProcessVector* pvec = 801 G4ProcessVector* pvec = 751 aParticle->GetProcessManager()->GetProcess 802 aParticle->GetProcessManager()->GetProcessList(); 752 G4int nvec = (G4int)pvec->size(); << 803 G4int nvec = pvec->size(); 753 804 754 for (i=0; i<n_loss; ++i) { 805 for (i=0; i<n_loss; ++i) { 755 p = loss_vector[i]; 806 p = loss_vector[i]; 756 if (nullptr != p) { << 807 if (p) { 757 G4bool yes = (aParticle == part_vector[i 808 G4bool yes = (aParticle == part_vector[i]); 758 809 759 // possible case of process sharing betw 810 // possible case of process sharing between particle/anti-particle 760 if(!yes) { 811 if(!yes) { 761 auto ptr = static_cast<G4VProcess*>(p) << 812 G4VProcess* ptr = static_cast<G4VProcess*>(p); 762 for(G4int j=0; j<nvec; ++j) { 813 for(G4int j=0; j<nvec; ++j) { 763 //G4cout << "j= " << j << " " << (*p 814 //G4cout << "j= " << j << " " << (*pvec)[j] << " " << ptr << G4endl; 764 if(ptr == (*pvec)[j]) { 815 if(ptr == (*pvec)[j]) { 765 yes = true; 816 yes = true; 766 break; 817 break; 767 } 818 } 768 } 819 } 769 } 820 } 770 // process belong to this particle 821 // process belong to this particle 771 if(yes && isActive[i]) { 822 if(yes && isActive[i]) { 772 if (p->IsIonisationProcess() || !em) { 823 if (p->IsIonisationProcess() || !em) { 773 em = p; 824 em = p; 774 iem= i; 825 iem= i; 775 } 826 } 776 // tables may be shared between partic 827 // tables may be shared between particle/anti-particle 777 G4bool val = false; 828 G4bool val = false; 778 if (!tables_are_built[i]) { 829 if (!tables_are_built[i]) { 779 val = true; 830 val = true; 780 dedx = p->BuildDEDXTable(fRestricted 831 dedx = p->BuildDEDXTable(fRestricted); 781 //G4cout << "===Build DEDX table for << 832 //G4cout << "Build DEDX table for " << p->GetProcessName() 782 // << " idx= " << i << " dedx:" << d << 833 // << " idx= " << i << dedx << " " << dedx->length() << G4endl; 783 p->SetDEDXTable(dedx,fRestricted); 834 p->SetDEDXTable(dedx,fRestricted); 784 tables_are_built[i] = true; 835 tables_are_built[i] = true; 785 } else { 836 } else { 786 dedx = p->DEDXTable(); 837 dedx = p->DEDXTable(); 787 } 838 } 788 t_list.push_back(dedx); 839 t_list.push_back(dedx); 789 loss_list.push_back(p); 840 loss_list.push_back(p); 790 build_flags.push_back(val); 841 build_flags.push_back(val); 791 } 842 } 792 } 843 } 793 } 844 } 794 845 795 G4int n_dedx = (G4int)t_list.size(); << 846 G4int n_dedx = t_list.size(); 796 if (0 == n_dedx || !em) { 847 if (0 == n_dedx || !em) { 797 G4cout << "G4LossTableManager WARNING: no 848 G4cout << "G4LossTableManager WARNING: no DEDX processes for " 798 << aParticle->GetParticleName() << 849 << aParticle->GetParticleName() << G4endl; 799 return nullptr; << 850 return 0; 800 } 851 } 801 G4int nSubRegions = em->NumberOfSubCutoffReg 852 G4int nSubRegions = em->NumberOfSubCutoffRegions(); 802 853 803 if (1 < verbose) { 854 if (1 < verbose) { 804 G4cout << " Start to build the sum of << 855 G4cout << "G4LossTableManager::BuildTables() start to build range tables" >> 856 << " and the sum of " << n_dedx << " processes" 805 << " iem= " << iem << " em= " << em 857 << " iem= " << iem << " em= " << em->GetProcessName() 806 << " buildCSDARange= " << theParame 858 << " buildCSDARange= " << theParameters->BuildCSDARange() 807 << " nSubRegions= " << nSubRegions; 859 << " nSubRegions= " << nSubRegions; 808 if(subcutProducer) { 860 if(subcutProducer) { 809 G4cout << " SubCutProducer " << subcutPr 861 G4cout << " SubCutProducer " << subcutProducer->GetName(); 810 } 862 } 811 G4cout << G4endl; 863 G4cout << G4endl; 812 } 864 } 813 // do not build tables if producer class is 865 // do not build tables if producer class is defined 814 if(subcutProducer) { nSubRegions = 0; } 866 if(subcutProducer) { nSubRegions = 0; } 815 867 816 dedx = em->DEDXTable(); << 868 dedx = em->DEDXTable(); >> 869 em->SetIonisation(true); 817 em->SetDEDXTable(dedx, fIsIonisation); 870 em->SetDEDXTable(dedx, fIsIonisation); 818 871 819 if (1 < n_dedx) { 872 if (1 < n_dedx) { 820 dedx = nullptr; << 873 dedx = 0; 821 dedx = G4PhysicsTableHelper::PreparePhysic 874 dedx = G4PhysicsTableHelper::PreparePhysicsTable(dedx); 822 tableBuilder->BuildDEDXTable(dedx, t_list) 875 tableBuilder->BuildDEDXTable(dedx, t_list); 823 em->SetDEDXTable(dedx, fRestricted); 876 em->SetDEDXTable(dedx, fRestricted); 824 } 877 } 825 878 >> 879 /* >> 880 if(2==run && "e-" == aParticle->GetParticleName()) { >> 881 G4cout << "G4LossTableManager::BuildTables for e- " << dedx << G4endl; >> 882 G4cout << (*dedx) << G4endl; >> 883 G4cout << "%%%%% Instance ID= " << (*dedx)[0]->GetInstanceID() << G4endl; >> 884 G4cout << "%%%%% LastValue= " << (*dedx)[0]->GetLastValue() << G4endl; >> 885 G4cout << "%%%%% 1.2 " << (*(dedx))[0]->Value(1.2) << G4endl; >> 886 } >> 887 */ 826 dedx_vector[iem] = dedx; 888 dedx_vector[iem] = dedx; 827 889 828 G4PhysicsTable* range = em->RangeTableForLos 890 G4PhysicsTable* range = em->RangeTableForLoss(); 829 if(!range) range = G4PhysicsTableHelper::Pr 891 if(!range) range = G4PhysicsTableHelper::PreparePhysicsTable(range); 830 range_vector[iem] = range; 892 range_vector[iem] = range; 831 893 832 G4PhysicsTable* invrange = em->InverseRangeT 894 G4PhysicsTable* invrange = em->InverseRangeTable(); 833 if(!invrange) invrange = G4PhysicsTableHelpe 895 if(!invrange) invrange = G4PhysicsTableHelper::PreparePhysicsTable(invrange); 834 inv_range_vector[iem] = invrange; 896 inv_range_vector[iem] = invrange; 835 897 836 tableBuilder->BuildRangeTable(dedx, range); 898 tableBuilder->BuildRangeTable(dedx, range); 837 tableBuilder->BuildInverseRangeTable(range, 899 tableBuilder->BuildInverseRangeTable(range, invrange); 838 900 >> 901 // if(1<verbose) G4cout << *dedx << G4endl; >> 902 839 em->SetRangeTableForLoss(range); 903 em->SetRangeTableForLoss(range); 840 em->SetInverseRangeTable(invrange); 904 em->SetInverseRangeTable(invrange); 841 905 >> 906 // if(1<verbose) G4cout << *range << G4endl; >> 907 >> 908 std::vector<G4PhysicsTable*> listSub; 842 std::vector<G4PhysicsTable*> listCSDA; 909 std::vector<G4PhysicsTable*> listCSDA; 843 910 844 for (i=0; i<n_dedx; ++i) { 911 for (i=0; i<n_dedx; ++i) { 845 p = loss_list[i]; 912 p = loss_list[i]; >> 913 if(p != em) { p->SetIonisation(false); } 846 if(build_flags[i]) { 914 if(build_flags[i]) { 847 p->SetLambdaTable(p->BuildLambdaTable(fR 915 p->SetLambdaTable(p->BuildLambdaTable(fRestricted)); 848 } 916 } 849 if(theParameters->BuildCSDARange()) { 917 if(theParameters->BuildCSDARange()) { 850 dedx = p->BuildDEDXTable(fTotal); 918 dedx = p->BuildDEDXTable(fTotal); 851 p->SetDEDXTable(dedx,fTotal); 919 p->SetDEDXTable(dedx,fTotal); 852 listCSDA.push_back(dedx); 920 listCSDA.push_back(dedx); 853 } 921 } 854 } 922 } 855 923 856 if(theParameters->BuildCSDARange()) { 924 if(theParameters->BuildCSDARange()) { 857 G4PhysicsTable* dedxCSDA = em->DEDXunRestr 925 G4PhysicsTable* dedxCSDA = em->DEDXunRestrictedTable(); 858 if (1 < n_dedx) { 926 if (1 < n_dedx) { >> 927 dedxCSDA = nullptr; 859 dedxCSDA = G4PhysicsTableHelper::Prepare 928 dedxCSDA = G4PhysicsTableHelper::PreparePhysicsTable(dedxCSDA); 860 tableBuilder->BuildDEDXTable(dedxCSDA, l 929 tableBuilder->BuildDEDXTable(dedxCSDA, listCSDA); 861 em->SetDEDXTable(dedxCSDA,fTotal); 930 em->SetDEDXTable(dedxCSDA,fTotal); 862 } 931 } 863 G4PhysicsTable* rCSDA = em->CSDARangeTable 932 G4PhysicsTable* rCSDA = em->CSDARangeTable(); 864 if(!rCSDA) { rCSDA = G4PhysicsTableHelper: 933 if(!rCSDA) { rCSDA = G4PhysicsTableHelper::PreparePhysicsTable(rCSDA); } 865 tableBuilder->BuildRangeTable(dedxCSDA, rC 934 tableBuilder->BuildRangeTable(dedxCSDA, rCSDA); 866 em->SetCSDARangeTable(rCSDA); 935 em->SetCSDARangeTable(rCSDA); 867 } 936 } 868 937 869 if (1 < verbose) { 938 if (1 < verbose) { 870 G4cout << "G4LossTableManager::BuildTables 939 G4cout << "G4LossTableManager::BuildTables: Tables are built for " 871 << aParticle->GetParticleName() 940 << aParticle->GetParticleName() 872 << "; ionisation process: " << em-> 941 << "; ionisation process: " << em->GetProcessName() 873 << " " << em 942 << " " << em 874 << G4endl; 943 << G4endl; 875 } 944 } 876 return em; 945 return em; 877 } 946 } 878 947 879 //....oooOO0OOooo........oooOO0OOooo........oo 948 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 880 949 881 void G4LossTableManager::ParticleHaveNoLoss( 950 void G4LossTableManager::ParticleHaveNoLoss( 882 const G4ParticleDefinition* aParticle) 951 const G4ParticleDefinition* aParticle) 883 { 952 { 884 G4ExceptionDescription ed; 953 G4ExceptionDescription ed; 885 ed << "Energy loss process not found for " < 954 ed << "Energy loss process not found for " << aParticle->GetParticleName() 886 << " !"; 955 << " !"; 887 G4Exception("G4LossTableManager::ParticleHav 956 G4Exception("G4LossTableManager::ParticleHaveNoLoss", "em0001", 888 FatalException, ed); 957 FatalException, ed); 889 } 958 } 890 959 891 //....oooOO0OOooo........oooOO0OOooo........oo 960 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 892 961 893 void G4LossTableManager::SetVerbose(G4int val) 962 void G4LossTableManager::SetVerbose(G4int val) 894 { 963 { 895 verbose = val; 964 verbose = val; 896 } 965 } 897 966 898 //....oooOO0OOooo........oooOO0OOooo........oo 967 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 899 968 900 const std::vector<G4VEnergyLossProcess*>& 969 const std::vector<G4VEnergyLossProcess*>& 901 G4LossTableManager::GetEnergyLossProcessVector 970 G4LossTableManager::GetEnergyLossProcessVector() 902 { 971 { 903 return loss_vector; 972 return loss_vector; 904 } 973 } 905 974 906 //....oooOO0OOooo........oooOO0OOooo........oo 975 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 907 976 908 const std::vector<G4VEmProcess*>& G4LossTableM 977 const std::vector<G4VEmProcess*>& G4LossTableManager::GetEmProcessVector() 909 { 978 { 910 return emp_vector; 979 return emp_vector; 911 } 980 } 912 981 913 //....oooOO0OOooo........oooOO0OOooo........oo 982 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 914 983 915 const std::vector<G4VMultipleScattering*>& 984 const std::vector<G4VMultipleScattering*>& 916 G4LossTableManager::GetMultipleScatteringVecto 985 G4LossTableManager::GetMultipleScatteringVector() 917 { 986 { 918 return msc_vector; 987 return msc_vector; 919 } 988 } 920 989 921 //....oooOO0OOooo........oooOO0OOooo........oo 990 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 922 991 923 G4EmSaturation* G4LossTableManager::EmSaturati 992 G4EmSaturation* G4LossTableManager::EmSaturation() 924 { 993 { 925 return theParameters->GetEmSaturation(); 994 return theParameters->GetEmSaturation(); 926 } 995 } 927 996 928 //....oooOO0OOooo........oooOO0OOooo........oo 997 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 929 998 930 G4EmConfigurator* G4LossTableManager::EmConfig 999 G4EmConfigurator* G4LossTableManager::EmConfigurator() 931 { 1000 { 932 if(!emConfigurator) { 1001 if(!emConfigurator) { 933 emConfigurator = new G4EmConfigurator(verb 1002 emConfigurator = new G4EmConfigurator(verbose); 934 } 1003 } 935 return emConfigurator; 1004 return emConfigurator; 936 } 1005 } 937 1006 938 //....oooOO0OOooo........oooOO0OOooo........oo 1007 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 939 1008 940 G4ElectronIonPair* G4LossTableManager::Electro 1009 G4ElectronIonPair* G4LossTableManager::ElectronIonPair() 941 { 1010 { 942 if(!emElectronIonPair) { 1011 if(!emElectronIonPair) { 943 emElectronIonPair = new G4ElectronIonPair( 1012 emElectronIonPair = new G4ElectronIonPair(verbose); 944 } 1013 } 945 return emElectronIonPair; 1014 return emElectronIonPair; 946 } 1015 } 947 1016 948 //....oooOO0OOooo........oooOO0OOooo........oo 1017 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 949 1018 950 void G4LossTableManager::SetNIELCalculator(G4N 1019 void G4LossTableManager::SetNIELCalculator(G4NIELCalculator* ptr) 951 { 1020 { 952 if(nullptr != ptr && ptr != nielCalculator) << 1021 if(ptr && ptr != nielCalculator) { 953 delete nielCalculator; 1022 delete nielCalculator; 954 nielCalculator = ptr; 1023 nielCalculator = ptr; 955 } 1024 } 956 } 1025 } 957 1026 958 //....oooOO0OOooo........oooOO0OOooo........oo 1027 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 959 1028 960 G4NIELCalculator* G4LossTableManager::NIELCalc 1029 G4NIELCalculator* G4LossTableManager::NIELCalculator() 961 { 1030 { 962 if(!nielCalculator) { 1031 if(!nielCalculator) { 963 nielCalculator = new G4NIELCalculator(null 1032 nielCalculator = new G4NIELCalculator(nullptr, verbose); 964 } 1033 } 965 return nielCalculator; 1034 return nielCalculator; 966 } 1035 } 967 1036 968 //....oooOO0OOooo........oooOO0OOooo........oo 1037 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 969 1038 970 void G4LossTableManager::SetAtomDeexcitation(G 1039 void G4LossTableManager::SetAtomDeexcitation(G4VAtomDeexcitation* p) 971 { 1040 { 972 if(atomDeexcitation != p) { 1041 if(atomDeexcitation != p) { 973 delete atomDeexcitation; 1042 delete atomDeexcitation; 974 atomDeexcitation = p; 1043 atomDeexcitation = p; 975 } 1044 } 976 } 1045 } 977 1046 978 //....oooOO0OOooo........oooOO0OOooo........oo 1047 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 979 1048 980 void G4LossTableManager::SetSubCutProducer(G4V 1049 void G4LossTableManager::SetSubCutProducer(G4VSubCutProducer* p) 981 { 1050 { 982 if(subcutProducer != p) { 1051 if(subcutProducer != p) { 983 delete subcutProducer; 1052 delete subcutProducer; 984 subcutProducer = p; 1053 subcutProducer = p; 985 } 1054 } 986 } 1055 } 987 1056 988 //....oooOO0OOooo........oooOO0OOooo........oo 1057 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 989 1058 990 void G4LossTableManager::PrintEWarning(G4Strin 1059 void G4LossTableManager::PrintEWarning(G4String tit, G4double /*val*/) 991 { 1060 { 992 G4String ss = "G4LossTableManager::" + tit; 1061 G4String ss = "G4LossTableManager::" + tit; 993 G4ExceptionDescription ed; 1062 G4ExceptionDescription ed; 994 /* 1063 /* 995 ed << "Parameter is out of range: " << val 1064 ed << "Parameter is out of range: " << val 996 << " it will have no effect!\n" << " ## " 1065 << " it will have no effect!\n" << " ## " 997 << " nbins= " << nbinsLambda 1066 << " nbins= " << nbinsLambda 998 << " nbinsPerDecade= " << nbinsPerDecade 1067 << " nbinsPerDecade= " << nbinsPerDecade 999 << " Emin(keV)= " << minKinEnergy/keV 1068 << " Emin(keV)= " << minKinEnergy/keV 1000 << " Emax(GeV)= " << maxKinEnergy/GeV; 1069 << " Emax(GeV)= " << maxKinEnergy/GeV; 1001 */ 1070 */ 1002 G4Exception(ss, "em0044", JustWarning, ed); 1071 G4Exception(ss, "em0044", JustWarning, ed); 1003 } 1072 } 1004 1073 1005 //....oooOO0OOooo........oooOO0OOooo........o 1074 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 1006 1075 1007 void G4LossTableManager::DumpHtml() 1076 void G4LossTableManager::DumpHtml() 1008 { 1077 { 1009 // Automatic generation of html documentati 1078 // Automatic generation of html documentation page for physics lists 1010 // List processes and models for the most i 1079 // List processes and models for the most important 1011 // particles in descending order of importa 1080 // particles in descending order of importance 1012 // NB. for model names with length > 18 cha 1081 // NB. for model names with length > 18 characters the .rst file needs 1013 // to be edited by hand. Or modify G4EmMod 1082 // to be edited by hand. Or modify G4EmModelManager::DumpModelList 1014 1083 1015 char* dirName = std::getenv("G4PhysListDocD 1084 char* dirName = std::getenv("G4PhysListDocDir"); 1016 char* physList = std::getenv("G4PhysListNam 1085 char* physList = std::getenv("G4PhysListName"); 1017 if (dirName && physList) { 1086 if (dirName && physList) { 1018 G4String physListName = G4String(physList 1087 G4String physListName = G4String(physList); 1019 G4String pathName = G4String(dirName) + " 1088 G4String pathName = G4String(dirName) + "/" + physListName + ".rst"; 1020 1089 1021 std::ofstream outFile; 1090 std::ofstream outFile; 1022 outFile.open(pathName); 1091 outFile.open(pathName); 1023 1092 1024 outFile << physListName << G4endl; 1093 outFile << physListName << G4endl; 1025 outFile << std::string(physListName.lengt 1094 outFile << std::string(physListName.length(), '=') << G4endl; 1026 1095 1027 std::vector<G4ParticleDefinition*> partic 1096 std::vector<G4ParticleDefinition*> particles { 1028 G4Gamma::Gamma(), 1097 G4Gamma::Gamma(), 1029 G4Electron::Electron(), 1098 G4Electron::Electron(), 1030 G4Positron::Positron(), 1099 G4Positron::Positron(), 1031 G4Proton::ProtonDefinition(), 1100 G4Proton::ProtonDefinition(), 1032 G4MuonPlus::MuonPlusDefinition(), 1101 G4MuonPlus::MuonPlusDefinition(), 1033 G4MuonMinus::MuonMinusDefinition(), 1102 G4MuonMinus::MuonMinusDefinition(), 1034 }; 1103 }; 1035 1104 1036 std::vector<G4VEmProcess*> emproc_vector 1105 std::vector<G4VEmProcess*> emproc_vector = GetEmProcessVector(); 1037 std::vector<G4VEnergyLossProcess*> enloss 1106 std::vector<G4VEnergyLossProcess*> enloss_vector = 1038 GetEnergyLossProcessVector(); 1107 GetEnergyLossProcessVector(); 1039 std::vector<G4VMultipleScattering*> mscat 1108 std::vector<G4VMultipleScattering*> mscat_vector = 1040 GetMultipleScatteringVector(); 1109 GetMultipleScatteringVector(); 1041 1110 1042 for (auto theParticle : particles) { 1111 for (auto theParticle : particles) { 1043 outFile << G4endl << "**" << theParticl 1112 outFile << G4endl << "**" << theParticle->GetParticleName() 1044 << "**" << G4endl << G4endl << 1113 << "**" << G4endl << G4endl << " .. code-block:: none" << G4endl; 1045 1114 1046 G4ProcessManager* pm = theParticle->Get 1115 G4ProcessManager* pm = theParticle->GetProcessManager(); 1047 G4ProcessVector* pv = pm->GetProcessLi 1116 G4ProcessVector* pv = pm->GetProcessList(); 1048 G4int plen = pm->GetProcessListLength() 1117 G4int plen = pm->GetProcessListLength(); 1049 1118 1050 for (auto emproc : emproc_vector) { 1119 for (auto emproc : emproc_vector) { 1051 for (G4int i = 0; i < plen; ++i) { 1120 for (G4int i = 0; i < plen; ++i) { 1052 G4VProcess* proc = (*pv)[i]; 1121 G4VProcess* proc = (*pv)[i]; 1053 if (proc == emproc) { 1122 if (proc == emproc) { 1054 outFile << G4endl; 1123 outFile << G4endl; 1055 proc->ProcessDescription(outFile) 1124 proc->ProcessDescription(outFile); 1056 break; 1125 break; 1057 } 1126 } 1058 } 1127 } 1059 } 1128 } 1060 1129 1061 for (auto mscproc : mscat_vector) { 1130 for (auto mscproc : mscat_vector) { 1062 for (G4int i = 0; i < plen; ++i) { 1131 for (G4int i = 0; i < plen; ++i) { 1063 G4VProcess* proc = (*pv)[i]; 1132 G4VProcess* proc = (*pv)[i]; 1064 if (proc == mscproc) { 1133 if (proc == mscproc) { 1065 outFile << G4endl; 1134 outFile << G4endl; 1066 proc->ProcessDescription(outFile) 1135 proc->ProcessDescription(outFile); 1067 break; 1136 break; 1068 } 1137 } 1069 } 1138 } 1070 } 1139 } 1071 1140 1072 for (auto enlossproc : enloss_vector) { 1141 for (auto enlossproc : enloss_vector) { 1073 for (G4int i = 0; i < plen; ++i) { 1142 for (G4int i = 0; i < plen; ++i) { 1074 G4VProcess* proc = (*pv)[i]; 1143 G4VProcess* proc = (*pv)[i]; 1075 if (proc == enlossproc) { 1144 if (proc == enlossproc) { 1076 outFile << G4endl; 1145 outFile << G4endl; 1077 proc->ProcessDescription(outFile) 1146 proc->ProcessDescription(outFile); 1078 break; 1147 break; 1079 } 1148 } 1080 } 1149 } 1081 } 1150 } 1082 } 1151 } 1083 outFile.close(); 1152 outFile.close(); 1084 } 1153 } 1085 } 1154 } 1086 1155 1087 //....oooOO0OOooo........oooOO0OOooo........o 1156 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 1088 1157 1089 1158