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 /// \file electromagnetic/TestEm9/src/PhysicsL << 26 // $Id: PhysicsList.cc,v 1.24 2008/10/16 11:48:58 vnivanch Exp $ 27 /// \brief Implementation of the PhysicsList c << 27 // GEANT4 tag $Name: geant4-09-02-patch-03 $ 28 // << 29 // 28 // 30 //-------------------------------------------- 29 //--------------------------------------------------------------------------- 31 // 30 // 32 // ClassName: PhysicsList 31 // ClassName: PhysicsList 33 // 32 // 34 // Author: V.Ivanchenko 14.10.2002 33 // Author: V.Ivanchenko 14.10.2002 35 // 34 // 36 // Modified: 35 // Modified: 37 // 17.11.06 Use components from physics_lists 36 // 17.11.06 Use components from physics_lists subdirectory (V.Ivanchenko) 38 // 24.10.12 Migrated to new stopping and ion p << 39 // 37 // 40 //-------------------------------------------- 38 //---------------------------------------------------------------------------- 41 // 39 // 42 40 43 //....oooOO0OOooo........oooOO0OOooo........oo 41 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 44 //....oooOO0OOooo........oooOO0OOooo........oo 42 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 45 43 46 #include "PhysicsList.hh" 44 #include "PhysicsList.hh" 47 << 48 #include "PhysListEmStandard.hh" << 49 #include "PhysicsListMessenger.hh" 45 #include "PhysicsListMessenger.hh" 50 #include "StepMax.hh" << 51 46 52 #include "G4DecayPhysics.hh" << 47 #include "PhysListEmStandard.hh" 53 #include "G4Electron.hh" << 54 #include "G4EmExtraPhysics.hh" << 55 #include "G4EmLivermorePhysics.hh" << 56 #include "G4EmLowEPPhysics.hh" << 57 #include "G4EmPenelopePhysics.hh" << 58 #include "G4EmStandardPhysics.hh" 48 #include "G4EmStandardPhysics.hh" 59 #include "G4EmStandardPhysicsGS.hh" << 60 #include "G4EmStandardPhysicsSS.hh" << 61 #include "G4EmStandardPhysicsWVI.hh" << 62 #include "G4EmStandardPhysics_option1.hh" 49 #include "G4EmStandardPhysics_option1.hh" 63 #include "G4EmStandardPhysics_option2.hh" 50 #include "G4EmStandardPhysics_option2.hh" 64 #include "G4EmStandardPhysics_option3.hh" 51 #include "G4EmStandardPhysics_option3.hh" 65 #include "G4EmStandardPhysics_option4.hh" << 52 #include "PhysListEmLivermore.hh" 66 #include "G4Gamma.hh" << 53 #include "PhysListEmPenelope.hh" >> 54 #include "G4DecayPhysics.hh" 67 #include "G4HadronElasticPhysics.hh" 55 #include "G4HadronElasticPhysics.hh" 68 #include "G4HadronInelasticQBBC.hh" 56 #include "G4HadronInelasticQBBC.hh" 69 #include "G4IonPhysics.hh" << 57 #include "G4IonBinaryCascadePhysics.hh" 70 #include "G4LossTableManager.hh" << 58 #include "G4EmExtraPhysics.hh" 71 #include "G4ParticleTable.hh" << 59 #include "G4QStoppingPhysics.hh" >> 60 >> 61 #include "G4RegionStore.hh" >> 62 #include "G4Region.hh" >> 63 #include "G4ProductionCuts.hh" >> 64 #include "G4ProcessManager.hh" 72 #include "G4ParticleTypes.hh" 65 #include "G4ParticleTypes.hh" >> 66 #include "G4ParticleTable.hh" >> 67 >> 68 #include "G4Gamma.hh" >> 69 #include "G4Electron.hh" 73 #include "G4Positron.hh" 70 #include "G4Positron.hh" 74 #include "G4ProcessManager.hh" << 71 75 #include "G4Proton.hh" << 76 #include "G4RegionStore.hh" << 77 #include "G4StoppingPhysics.hh" << 78 #include "G4SystemOfUnits.hh" << 79 #include "G4UnitsTable.hh" 72 #include "G4UnitsTable.hh" >> 73 #include "G4LossTableManager.hh" >> 74 #include "StepMax.hh" >> 75 >> 76 #include "G4EmProcessOptions.hh" 80 77 81 //....oooOO0OOooo........oooOO0OOooo........oo 78 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 82 79 83 PhysicsList::PhysicsList() << 80 PhysicsList::PhysicsList() : G4VModularPhysicsList() 84 : G4VModularPhysicsList(), << 85 fEmPhysicsList(nullptr), << 86 fDecayPhysicsList(nullptr), << 87 fStepMaxProcess(nullptr), << 88 fMessenger(nullptr) << 89 { 81 { 90 G4LossTableManager::Instance(); 82 G4LossTableManager::Instance(); 91 SetDefaultCutValue(1 * mm); << 83 defaultCutValue = 1.*mm; >> 84 cutForGamma = defaultCutValue; >> 85 cutForElectron = defaultCutValue; >> 86 cutForPositron = defaultCutValue; >> 87 cutForVertexDetector = defaultCutValue; >> 88 cutForMuonDetector = defaultCutValue; 92 89 93 fMessenger = new PhysicsListMessenger(this); << 90 vertexDetectorCuts = 0; 94 fStepMaxProcess = new StepMax(); << 91 muonDetectorCuts = 0; >> 92 >> 93 pMessenger = new PhysicsListMessenger(this); >> 94 stepMaxProcess = new StepMax(); 95 95 96 // Initilise flags 96 // Initilise flags 97 97 98 SetVerboseLevel(1); 98 SetVerboseLevel(1); 99 99 100 fHelIsRegisted = false; << 100 helIsRegisted = false; 101 fBicIsRegisted = false; << 101 bicIsRegisted = false; 102 fGnucIsRegisted = false; << 102 gnucIsRegisted = false; 103 fStopIsRegisted = false; << 103 stopIsRegisted = false; 104 << 105 // EM physics << 106 fEmName = G4String("emstandard"); << 107 fEmPhysicsList = new G4EmStandardPhysics(); << 108 104 109 // Decay Physics is always defined 105 // Decay Physics is always defined 110 fDecayPhysicsList = new G4DecayPhysics(); << 106 generalPhysicsList = new G4DecayPhysics(); >> 107 >> 108 // EM physics >> 109 emName = G4String("emstandard"); >> 110 emPhysicsList = new G4EmStandardPhysics(); 111 } 111 } 112 112 113 //....oooOO0OOooo........oooOO0OOooo........oo 113 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 114 114 115 PhysicsList::~PhysicsList() 115 PhysicsList::~PhysicsList() 116 { 116 { 117 delete fMessenger; << 117 delete pMessenger; 118 delete fDecayPhysicsList; << 118 delete generalPhysicsList; 119 delete fEmPhysicsList; << 119 delete emPhysicsList; 120 delete fStepMaxProcess; << 120 delete stepMaxProcess; 121 for (size_t i = 0; i < fHadronPhys.size(); i << 121 for(size_t i=0; i<hadronPhys.size(); i++) { 122 delete fHadronPhys[i]; << 122 delete hadronPhys[i]; 123 } 123 } 124 } 124 } 125 125 126 //....oooOO0OOooo........oooOO0OOooo........oo 126 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 127 127 128 void PhysicsList::ConstructParticle() 128 void PhysicsList::ConstructParticle() 129 { 129 { 130 fDecayPhysicsList->ConstructParticle(); << 130 generalPhysicsList->ConstructParticle(); 131 } 131 } 132 132 133 //....oooOO0OOooo........oooOO0OOooo........oo 133 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 134 134 135 void PhysicsList::ConstructProcess() 135 void PhysicsList::ConstructProcess() 136 { 136 { 137 AddTransportation(); 137 AddTransportation(); 138 fEmPhysicsList->ConstructProcess(); << 138 emPhysicsList->ConstructProcess(); 139 fDecayPhysicsList->ConstructProcess(); << 139 generalPhysicsList->ConstructProcess(); 140 for (size_t i = 0; i < fHadronPhys.size(); + << 140 for(size_t i=0; i<hadronPhys.size(); i++) { 141 fHadronPhys[i]->ConstructProcess(); << 141 hadronPhys[i]->ConstructProcess(); 142 } 142 } 143 AddStepMax(); 143 AddStepMax(); 144 } 144 } 145 145 146 //....oooOO0OOooo........oooOO0OOooo........oo 146 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 147 147 148 void PhysicsList::AddPhysicsList(const G4Strin 148 void PhysicsList::AddPhysicsList(const G4String& name) 149 { 149 { 150 if (verboseLevel > 1) G4cout << "PhysicsList << 150 if (verboseLevel > 1) >> 151 G4cout << "PhysicsList::AddPhysicsList: <" << name << ">" << G4endl; 151 152 152 if (name == fEmName) return; << 153 if (name == emName) return; 153 154 154 if (name == "emstandard") { 155 if (name == "emstandard") { 155 fEmName = name; << 156 emName = name; 156 delete fEmPhysicsList; << 157 delete emPhysicsList; 157 fEmPhysicsList = new G4EmStandardPhysics(v << 158 emPhysicsList = new G4EmStandardPhysics(); 158 if (verboseLevel > 0) G4cout << "PhysicsLi << 159 if (verboseLevel > 0) 159 } << 160 G4cout << "PhysicsList::Set " << name << " EM physics" << G4endl; 160 else if (name == "emstandard_opt1") { << 161 161 fEmName = name; << 162 } else if (name == "emstandard_opt1") { 162 delete fEmPhysicsList; << 163 emName = name; 163 fEmPhysicsList = new G4EmStandardPhysics_o << 164 delete emPhysicsList; 164 if (verboseLevel > 0) G4cout << "PhysicsLi << 165 emPhysicsList = new G4EmStandardPhysics_option1(); 165 } << 166 if (verboseLevel > 0) 166 else if (name == "emstandard_opt2") { << 167 G4cout << "PhysicsList::Set " << name << " EM physics" << G4endl; 167 fEmName = name; << 168 168 delete fEmPhysicsList; << 169 } else if (name == "emstandard_opt2") { 169 fEmPhysicsList = new G4EmStandardPhysics_o << 170 emName = name; 170 if (verboseLevel > 0) G4cout << "PhysicsLi << 171 delete emPhysicsList; 171 } << 172 emPhysicsList = new G4EmStandardPhysics_option2(); 172 else if (name == "emstandard_opt3") { << 173 if (verboseLevel > 0) 173 fEmName = name; << 174 G4cout << "PhysicsList::Set " << name << " EM physics" << G4endl; 174 delete fEmPhysicsList; << 175 175 fEmPhysicsList = new G4EmStandardPhysics_o << 176 } else if (name == "emstandard_opt3") { 176 if (verboseLevel > 0) G4cout << "PhysicsLi << 177 emName = name; 177 } << 178 delete emPhysicsList; 178 else if (name == "emstandard_opt4") { << 179 emPhysicsList = new G4EmStandardPhysics_option3(); 179 fEmName = name; << 180 if (verboseLevel > 0) 180 delete fEmPhysicsList; << 181 G4cout << "PhysicsList::Set " << name << " EM physics" << G4endl; 181 fEmPhysicsList = new G4EmStandardPhysics_o << 182 182 if (verboseLevel > 0) G4cout << "PhysicsLi << 183 } else if (name == "emstandard_local") { 183 } << 184 emName = name; 184 else if (name == "local") { << 185 delete emPhysicsList; 185 fEmName = name; << 186 emPhysicsList = new PhysListEmStandard(); 186 delete fEmPhysicsList; << 187 if (verboseLevel > 0) 187 fEmPhysicsList = new PhysListEmStandard(ve << 188 G4cout << "PhysicsList::Set " << name << " EM physics" << G4endl; 188 if (verboseLevel > 0) G4cout << "PhysicsLi << 189 189 } << 190 } else if (name == "livermore") { 190 else if (name == "emlivermore") { << 191 emName = name; 191 fEmName = name; << 192 delete emPhysicsList; 192 delete fEmPhysicsList; << 193 emPhysicsList = new PhysListEmLivermore(); 193 fEmPhysicsList = new G4EmLivermorePhysics( << 194 if (verboseLevel > 0) 194 } << 195 G4cout << "PhysicsList::Set Livermore EM physics" << G4endl; 195 else if (name == "empenelope") { << 196 196 fEmName = name; << 197 } else if (name == "penelope") { 197 delete fEmPhysicsList; << 198 emName = name; 198 fEmPhysicsList = new G4EmPenelopePhysics(v << 199 delete emPhysicsList; 199 } << 200 emPhysicsList = new PhysListEmPenelope(); 200 else if (name == "emlowenergy") { << 201 if (verboseLevel > 0) 201 fEmName = name; << 202 G4cout << "PhysicsList::Set Penelope EM physics" << G4endl; 202 delete fEmPhysicsList; << 203 203 fEmPhysicsList = new G4EmLowEPPhysics(verb << 204 } else if (name == "elastic" && !helIsRegisted) { 204 } << 205 hadronPhys.push_back( new G4HadronElasticPhysics(name)); 205 else if (name == "emstandardGS") { << 206 helIsRegisted = true; 206 fEmName = name; << 207 if (verboseLevel > 0) 207 delete fEmPhysicsList; << 208 G4cout << "PhysicsList::Add hadron elastic physics" << G4endl; 208 fEmPhysicsList = new G4EmStandardPhysicsGS << 209 209 } << 210 } else if (name == "binary" && !bicIsRegisted) { 210 else if (name == "emstandardSS") { << 211 hadronPhys.push_back(new G4HadronInelasticQBBC()); 211 fEmName = name; << 212 hadronPhys.push_back(new G4IonBinaryCascadePhysics()); 212 delete fEmPhysicsList; << 213 bicIsRegisted = true; 213 fEmPhysicsList = new G4EmStandardPhysicsSS << 214 if (verboseLevel > 0) 214 } << 215 else if (name == "emstandardWVI") { << 216 fEmName = name; << 217 delete fEmPhysicsList; << 218 fEmPhysicsList = new G4EmStandardPhysicsWV << 219 } << 220 else if (name == "elastic" && !fHelIsRegiste << 221 fHadronPhys.push_back(new G4HadronElasticP << 222 fHelIsRegisted = true; << 223 if (verboseLevel > 0) G4cout << "PhysicsLi << 224 } << 225 else if (name == "binary" && !fBicIsRegisted << 226 fHadronPhys.push_back(new G4HadronInelasti << 227 fHadronPhys.push_back(new G4IonPhysics()); << 228 fBicIsRegisted = true; << 229 if (verboseLevel > 0) << 230 G4cout << "PhysicsList::Add hadron inela 215 G4cout << "PhysicsList::Add hadron inelastic physics from <QBBC>" << G4endl; 231 } << 216 232 else if (name == "gamma_nuc" && !fGnucIsRegi << 217 } else if (name == "gamma_nuc" && !gnucIsRegisted) { 233 fHadronPhys.push_back(new G4EmExtraPhysics << 218 hadronPhys.push_back(new G4EmExtraPhysics()); 234 fGnucIsRegisted = true; << 219 gnucIsRegisted = true; 235 if (verboseLevel > 0) G4cout << "PhysicsLi << 220 if (verboseLevel > 0) 236 } << 221 G4cout << "PhysicsList::Add gamma- and electro-nuclear physics" << G4endl; 237 else if (name == "stopping" && !fStopIsRegis << 222 238 fHadronPhys.push_back(new G4StoppingPhysic << 223 } else if (name == "stopping" && !stopIsRegisted) { 239 fStopIsRegisted = true; << 224 hadronPhys.push_back(new G4QStoppingPhysics()); 240 if (verboseLevel > 0) G4cout << "PhysicsLi << 225 gnucIsRegisted = true; 241 } << 226 if (verboseLevel > 0) 242 else { << 227 G4cout << "PhysicsList::Add stopping physics" << G4endl; >> 228 >> 229 } else { 243 G4cout << "PhysicsList::AddPhysicsList: <" 230 G4cout << "PhysicsList::AddPhysicsList: <" << name << ">" 244 << " is not defined" << G4endl; << 231 << " is not defined" >> 232 << G4endl; 245 } 233 } 246 } 234 } 247 235 248 //....oooOO0OOooo........oooOO0OOooo........oo 236 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 249 237 250 void PhysicsList::AddStepMax() 238 void PhysicsList::AddStepMax() 251 { 239 { 252 // Step limitation seen as a process 240 // Step limitation seen as a process 253 241 254 auto particleIterator = GetParticleIterator( << 242 theParticleIterator->reset(); 255 particleIterator->reset(); << 243 while ((*theParticleIterator)()){ 256 while ((*particleIterator)()) { << 244 G4ParticleDefinition* particle = theParticleIterator->value(); 257 G4ParticleDefinition* particle = particleI << 245 G4ProcessManager* pmanager = particle->GetProcessManager(); 258 G4ProcessManager* pmanager = particle->Get << 246 259 << 247 if (stepMaxProcess->IsApplicable(*particle) && !particle->IsShortLived()) 260 if (fStepMaxProcess->IsApplicable(*particl << 248 { 261 pmanager->AddDiscreteProcess(fStepMaxPro << 249 pmanager ->AddDiscreteProcess(stepMaxProcess); 262 } << 250 } 263 } 251 } 264 } 252 } 265 253 266 //....oooOO0OOooo........oooOO0OOooo........oo 254 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 255 >> 256 void PhysicsList::SetCuts() >> 257 { >> 258 SetCutValue(cutForGamma, "gamma", "DefaultRegionForTheWorld"); >> 259 SetCutValue(cutForElectron, "e-", "DefaultRegionForTheWorld"); >> 260 SetCutValue(cutForPositron, "e+", "DefaultRegionForTheWorld"); >> 261 // G4cout << "PhysicsList: world cuts are set cutG= " << cutForGamma/mm >> 262 // << " mm cutE= " << cutForElectron/mm << " mm " << G4endl; >> 263 >> 264 //G4cout << " cutV= " << cutForVertexDetector >> 265 // << " cutM= " << cutForMuonDetector<<G4endl; >> 266 >> 267 G4Region* region = (G4RegionStore::GetInstance())->GetRegion("VertexDetector"); >> 268 vertexDetectorCuts = region->GetProductionCuts(); >> 269 SetVertexCut(cutForVertexDetector); >> 270 // G4cout << "Vertex cuts are set" << G4endl; >> 271 >> 272 region = (G4RegionStore::GetInstance())->GetRegion("MuonDetector"); >> 273 muonDetectorCuts = region->GetProductionCuts(); >> 274 SetMuonCut(cutForMuonDetector); >> 275 //G4cout << "Muon cuts are set " <<muonRegion << " " << muonDetectorCuts << G4endl; >> 276 >> 277 if (verboseLevel>0) DumpCutValuesTable(); >> 278 } >> 279 >> 280 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 281 >> 282 void PhysicsList::SetCutForGamma(G4double cut) >> 283 { >> 284 cutForGamma = cut; >> 285 SetParticleCuts(cutForGamma, G4Gamma::Gamma()); >> 286 } >> 287 >> 288 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 289 >> 290 void PhysicsList::SetCutForElectron(G4double cut) >> 291 { >> 292 cutForElectron = cut; >> 293 SetParticleCuts(cutForElectron, G4Electron::Electron()); >> 294 } >> 295 >> 296 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 297 >> 298 void PhysicsList::SetCutForPositron(G4double cut) >> 299 { >> 300 cutForPositron = cut; >> 301 SetParticleCuts(cutForPositron, G4Positron::Positron()); >> 302 } >> 303 >> 304 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 305 >> 306 void PhysicsList::SetVertexCut(G4double cut) >> 307 { >> 308 cutForVertexDetector = cut; >> 309 >> 310 if( vertexDetectorCuts ) { >> 311 vertexDetectorCuts->SetProductionCut(cut, idxG4GammaCut); >> 312 vertexDetectorCuts->SetProductionCut(cut, idxG4ElectronCut); >> 313 vertexDetectorCuts->SetProductionCut(cut, idxG4PositronCut); >> 314 } >> 315 } >> 316 >> 317 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 318 >> 319 void PhysicsList::SetMuonCut(G4double cut) >> 320 { >> 321 cutForMuonDetector = cut; >> 322 >> 323 if( muonDetectorCuts ) { >> 324 muonDetectorCuts->SetProductionCut(cut, idxG4GammaCut); >> 325 muonDetectorCuts->SetProductionCut(cut, idxG4ElectronCut); >> 326 muonDetectorCuts->SetProductionCut(cut, idxG4PositronCut); >> 327 } >> 328 } >> 329 >> 330 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 331 267 332