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