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/TestEm5/src/PhysicsL 26 /// \file electromagnetic/TestEm5/src/PhysicsList.cc 27 /// \brief Implementation of the PhysicsList c 27 /// \brief Implementation of the PhysicsList class 28 // 28 // >> 29 // $Id: PhysicsList.cc 85031 2014-10-23 10:03:11Z gcosmo $ 29 // 30 // 30 //....oooOO0OOooo........oooOO0OOooo........oo 31 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 31 //....oooOO0OOooo........oooOO0OOooo........oo 32 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 32 33 33 #include "PhysicsList.hh" 34 #include "PhysicsList.hh" >> 35 #include "PhysicsListMessenger.hh" 34 36 35 #include "PhysListEmStandard.hh" 37 #include "PhysListEmStandard.hh" 36 #include "PhysicsListMessenger.hh" << 38 #include "PhysListEmStandardSSM.hh" 37 #include "StepMax.hh" << 39 #include "PhysListEmStandardGS.hh" 38 40 39 #include "G4DecayPhysics.hh" << 40 #include "G4EmDNAPhysics.hh" << 41 #include "G4EmDNAPhysics_option2.hh" << 42 #include "G4EmDNAPhysics_option4.hh" << 43 #include "G4EmDNAPhysics_option6.hh" << 44 #include "G4EmLivermorePhysics.hh" << 45 #include "G4EmLowEPPhysics.hh" << 46 #include "G4EmPenelopePhysics.hh" << 47 #include "G4EmStandardPhysics.hh" 41 #include "G4EmStandardPhysics.hh" 48 #include "G4EmStandardPhysicsGS.hh" << 49 #include "G4EmStandardPhysicsSS.hh" << 50 #include "G4EmStandardPhysicsWVI.hh" << 51 #include "G4EmStandardPhysics_option1.hh" 42 #include "G4EmStandardPhysics_option1.hh" 52 #include "G4EmStandardPhysics_option2.hh" 43 #include "G4EmStandardPhysics_option2.hh" 53 #include "G4EmStandardPhysics_option3.hh" 44 #include "G4EmStandardPhysics_option3.hh" 54 #include "G4EmStandardPhysics_option4.hh" 45 #include "G4EmStandardPhysics_option4.hh" 55 #include "G4HadronElasticPhysics.hh" << 46 #include "G4EmStandardPhysicsWVI.hh" >> 47 #include "G4EmStandardPhysicsSS.hh" >> 48 >> 49 #include "G4EmLivermorePhysics.hh" >> 50 #include "G4EmPenelopePhysics.hh" >> 51 #include "G4EmLowEPPhysics.hh" >> 52 >> 53 #include "G4Decay.hh" >> 54 #include "StepMax.hh" >> 55 >> 56 #include "G4LossTableManager.hh" >> 57 >> 58 #include "G4UnitsTable.hh" >> 59 #include "G4SystemOfUnits.hh" >> 60 56 #include "G4ParticleDefinition.hh" 61 #include "G4ParticleDefinition.hh" 57 #include "G4ProcessManager.hh" 62 #include "G4ProcessManager.hh" 58 #include "G4SystemOfUnits.hh" << 59 #include "G4UnitsTable.hh" << 60 63 61 // particles 64 // particles 62 65 63 #include "G4BaryonConstructor.hh" << 64 #include "G4BosonConstructor.hh" 66 #include "G4BosonConstructor.hh" 65 #include "G4DNAGenericIonsManager.hh" << 66 #include "G4IonConstructor.hh" << 67 #include "G4LeptonConstructor.hh" 67 #include "G4LeptonConstructor.hh" 68 #include "G4MesonConstructor.hh" 68 #include "G4MesonConstructor.hh" >> 69 #include "G4BosonConstructor.hh" >> 70 #include "G4BaryonConstructor.hh" >> 71 #include "G4IonConstructor.hh" 69 #include "G4ShortLivedConstructor.hh" 72 #include "G4ShortLivedConstructor.hh" 70 73 71 //....oooOO0OOooo........oooOO0OOooo........oo 74 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 72 75 73 PhysicsList::PhysicsList() << 76 PhysicsList::PhysicsList() : G4VModularPhysicsList(), 74 { << 77 fMessenger(0),fEmPhysicsList(0) 75 fMessenger = new PhysicsListMessenger(this); << 78 { >> 79 fMessenger = new PhysicsListMessenger(this); 76 SetVerboseLevel(1); 80 SetVerboseLevel(1); 77 << 81 78 // EM physics 82 // EM physics 79 fEmName = G4String("emstandard_opt4"); << 83 fEmName = G4String("local"); 80 fEmPhysicsList = new G4EmStandardPhysics_opt << 84 fEmPhysicsList = new PhysListEmStandard(fEmName); 81 << 85 82 // Decay physics << 86 G4LossTableManager::Instance(); 83 fDecayPhysics = new G4DecayPhysics(1); << 87 SetDefaultCutValue(1*mm); 84 << 85 SetDefaultCutValue(1 * mm); << 86 } 88 } 87 89 88 //....oooOO0OOooo........oooOO0OOooo........oo 90 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 89 91 90 PhysicsList::~PhysicsList() 92 PhysicsList::~PhysicsList() 91 { 93 { 92 delete fEmPhysicsList; 94 delete fEmPhysicsList; 93 delete fMessenger; << 95 delete fMessenger; 94 } 96 } 95 97 96 //....oooOO0OOooo........oooOO0OOooo........oo 98 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 97 99 98 void PhysicsList::ConstructParticle() 100 void PhysicsList::ConstructParticle() 99 { 101 { 100 G4BosonConstructor pBosonConstructor; << 102 G4BosonConstructor pBosonConstructor; 101 pBosonConstructor.ConstructParticle(); << 103 pBosonConstructor.ConstructParticle(); 102 104 103 G4LeptonConstructor pLeptonConstructor; << 105 G4LeptonConstructor pLeptonConstructor; 104 pLeptonConstructor.ConstructParticle(); << 106 pLeptonConstructor.ConstructParticle(); 105 107 106 G4MesonConstructor pMesonConstructor; << 108 G4MesonConstructor pMesonConstructor; 107 pMesonConstructor.ConstructParticle(); << 109 pMesonConstructor.ConstructParticle(); 108 110 109 G4BaryonConstructor pBaryonConstructor; << 111 G4BaryonConstructor pBaryonConstructor; 110 pBaryonConstructor.ConstructParticle(); << 112 pBaryonConstructor.ConstructParticle(); 111 113 112 G4IonConstructor pIonConstructor; << 114 G4IonConstructor pIonConstructor; 113 pIonConstructor.ConstructParticle(); << 115 pIonConstructor.ConstructParticle(); 114 116 115 G4ShortLivedConstructor sLivedConstructor; << 117 G4ShortLivedConstructor pShortLivedConstructor; 116 sLivedConstructor.ConstructParticle(); << 118 pShortLivedConstructor.ConstructParticle(); 117 << 118 // Geant4-DNA << 119 << 120 G4DNAGenericIonsManager* genericIonsManager; << 121 genericIonsManager = G4DNAGenericIonsManager << 122 genericIonsManager->GetIon("alpha++"); << 123 genericIonsManager->GetIon("alpha+"); << 124 genericIonsManager->GetIon("helium"); << 125 genericIonsManager->GetIon("hydrogen"); << 126 } 119 } 127 120 128 //....oooOO0OOooo........oooOO0OOooo........oo 121 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 129 122 130 void PhysicsList::ConstructProcess() 123 void PhysicsList::ConstructProcess() 131 { 124 { 132 AddTransportation(); 125 AddTransportation(); 133 fEmPhysicsList->ConstructProcess(); 126 fEmPhysicsList->ConstructProcess(); 134 fDecayPhysics->ConstructProcess(); << 127 AddDecay(); 135 if (fHadPhysicsList) { << 136 fHadPhysicsList->ConstructProcess(); << 137 } << 138 AddStepMax(); 128 AddStepMax(); 139 } 129 } 140 130 141 //....oooOO0OOooo........oooOO0OOooo........oo 131 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 142 132 143 void PhysicsList::AddStepMax() << 133 void PhysicsList::AddDecay() 144 { 134 { 145 // Step limitation seen as a process << 135 // Add Decay Process 146 StepMax* stepMaxProcess = new StepMax(); << 147 136 148 auto particleIterator = GetParticleIterator( << 137 G4Decay* fDecayProcess = new G4Decay(); 149 particleIterator->reset(); << 138 150 while ((*particleIterator)()) { << 139 theParticleIterator->reset(); 151 G4ParticleDefinition* particle = particleI << 140 while( (*theParticleIterator)() ){ >> 141 G4ParticleDefinition* particle = theParticleIterator->value(); 152 G4ProcessManager* pmanager = particle->Get 142 G4ProcessManager* pmanager = particle->GetProcessManager(); 153 143 154 if (stepMaxProcess->IsApplicable(*particle << 144 if (fDecayProcess->IsApplicable(*particle) && !particle->IsShortLived()) { 155 pmanager->AddDiscreteProcess(stepMaxProc << 145 >> 146 pmanager ->AddProcess(fDecayProcess); >> 147 >> 148 // set ordering for PostStepDoIt and AtRestDoIt >> 149 pmanager ->SetProcessOrdering(fDecayProcess, idxPostStep); >> 150 pmanager ->SetProcessOrdering(fDecayProcess, idxAtRest); >> 151 156 } 152 } 157 } 153 } 158 } 154 } 159 155 160 //....oooOO0OOooo........oooOO0OOooo........oo 156 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 161 157 >> 158 void PhysicsList::AddStepMax() >> 159 { >> 160 // Step limitation seen as a process >> 161 StepMax* stepMaxProcess = new StepMax(); >> 162 >> 163 theParticleIterator->reset(); >> 164 while ((*theParticleIterator)()){ >> 165 G4ParticleDefinition* particle = theParticleIterator->value(); >> 166 G4ProcessManager* pmanager = particle->GetProcessManager(); >> 167 >> 168 if (stepMaxProcess->IsApplicable(*particle) && !particle->IsShortLived()) >> 169 { >> 170 pmanager ->AddDiscreteProcess(stepMaxProcess); >> 171 } >> 172 } >> 173 } >> 174 >> 175 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 176 162 void PhysicsList::AddPhysicsList(const G4Strin 177 void PhysicsList::AddPhysicsList(const G4String& name) 163 { 178 { 164 if (verboseLevel > -1) { << 179 if (verboseLevel>-1) { 165 G4cout << "PhysicsList::AddPhysicsList: <" 180 G4cout << "PhysicsList::AddPhysicsList: <" << name << ">" << G4endl; 166 } 181 } 167 182 168 if (name == fEmName) return; 183 if (name == fEmName) return; 169 184 170 if (name == "local") { 185 if (name == "local") { >> 186 171 fEmName = name; 187 fEmName = name; 172 delete fEmPhysicsList; 188 delete fEmPhysicsList; 173 fEmPhysicsList = new PhysListEmStandard(na 189 fEmPhysicsList = new PhysListEmStandard(name); 174 } << 190 175 else if (name == "emstandard_opt0") { << 191 } else if (name == "emstandard_opt0") { >> 192 176 fEmName = name; 193 fEmName = name; 177 delete fEmPhysicsList; 194 delete fEmPhysicsList; 178 fEmPhysicsList = new G4EmStandardPhysics() 195 fEmPhysicsList = new G4EmStandardPhysics(); 179 } << 196 180 else if (name == "emstandard_opt1") { << 197 } else if (name == "emstandard_opt1") { >> 198 181 fEmName = name; 199 fEmName = name; 182 delete fEmPhysicsList; 200 delete fEmPhysicsList; 183 fEmPhysicsList = new G4EmStandardPhysics_o 201 fEmPhysicsList = new G4EmStandardPhysics_option1(); 184 } << 202 185 else if (name == "emstandard_opt2") { << 203 } else if (name == "emstandard_opt2") { >> 204 186 fEmName = name; 205 fEmName = name; 187 delete fEmPhysicsList; 206 delete fEmPhysicsList; 188 fEmPhysicsList = new G4EmStandardPhysics_o 207 fEmPhysicsList = new G4EmStandardPhysics_option2(); 189 } << 208 190 else if (name == "emstandard_opt3") { << 209 } else if (name == "emstandard_opt3") { >> 210 191 fEmName = name; 211 fEmName = name; 192 delete fEmPhysicsList; 212 delete fEmPhysicsList; 193 fEmPhysicsList = new G4EmStandardPhysics_o 213 fEmPhysicsList = new G4EmStandardPhysics_option3(); 194 } << 214 195 else if (name == "emstandard_opt4") { << 215 } else if (name == "emstandard_opt4") { >> 216 196 fEmName = name; 217 fEmName = name; 197 delete fEmPhysicsList; 218 delete fEmPhysicsList; 198 fEmPhysicsList = new G4EmStandardPhysics_o 219 fEmPhysicsList = new G4EmStandardPhysics_option4(); 199 } << 220 200 else if (name == "emstandardSS") { << 221 } else if (name == "emstandardSS") { >> 222 201 fEmName = name; 223 fEmName = name; 202 delete fEmPhysicsList; 224 delete fEmPhysicsList; 203 fEmPhysicsList = new G4EmStandardPhysicsSS 225 fEmPhysicsList = new G4EmStandardPhysicsSS(); 204 } << 226 205 else if (name == "emstandardWVI") { << 227 } else if (name == "standardSSM") { >> 228 >> 229 fEmName = name; >> 230 delete fEmPhysicsList; >> 231 fEmPhysicsList = new PhysListEmStandardSSM(); >> 232 >> 233 } else if (name == "emstandardWVI") { >> 234 206 fEmName = name; 235 fEmName = name; 207 delete fEmPhysicsList; 236 delete fEmPhysicsList; 208 fEmPhysicsList = new G4EmStandardPhysicsWV 237 fEmPhysicsList = new G4EmStandardPhysicsWVI(); 209 } << 238 210 else if (name == "emstandardGS") { << 239 } else if (name == "standardGS") { >> 240 211 fEmName = name; 241 fEmName = name; 212 delete fEmPhysicsList; 242 delete fEmPhysicsList; 213 fEmPhysicsList = new G4EmStandardPhysicsGS << 243 fEmPhysicsList = new PhysListEmStandardGS(); 214 } << 244 215 else if (name == "empenelope") { << 245 } else if (name == "empenelope"){ 216 fEmName = name; 246 fEmName = name; 217 delete fEmPhysicsList; 247 delete fEmPhysicsList; 218 fEmPhysicsList = new G4EmPenelopePhysics() 248 fEmPhysicsList = new G4EmPenelopePhysics(); 219 } << 249 220 else if (name == "emlowenergy") { << 250 } else if (name == "emlowenergy"){ 221 fEmName = name; 251 fEmName = name; 222 delete fEmPhysicsList; 252 delete fEmPhysicsList; 223 fEmPhysicsList = new G4EmLowEPPhysics(); 253 fEmPhysicsList = new G4EmLowEPPhysics(); 224 } << 254 225 else if (name == "emlivermore") { << 255 } else if (name == "emlivermore"){ 226 fEmName = name; 256 fEmName = name; 227 delete fEmPhysicsList; 257 delete fEmPhysicsList; 228 fEmPhysicsList = new G4EmLivermorePhysics( 258 fEmPhysicsList = new G4EmLivermorePhysics(); 229 } << 259 230 else if (name == "dna") { << 260 } else { 231 fEmName = name; << 261 232 delete fEmPhysicsList; << 233 fEmPhysicsList = new G4EmDNAPhysics(); << 234 } << 235 else if (name == "dna_opt2") { << 236 fEmName = name; << 237 delete fEmPhysicsList; << 238 fEmPhysicsList = new G4EmDNAPhysics_option << 239 } << 240 else if (name == "dna_opt4") { << 241 fEmName = name; << 242 delete fEmPhysicsList; << 243 fEmPhysicsList = new G4EmDNAPhysics_option << 244 } << 245 else if (name == "dna_opt6") { << 246 fEmName = name; << 247 delete fEmPhysicsList; << 248 fEmPhysicsList = new G4EmDNAPhysics_option << 249 } << 250 else if (name == "had_elastic" && !fHadPhysi << 251 fHadPhysicsList = new G4HadronElasticPhysi << 252 } << 253 else { << 254 G4cout << "PhysicsList::AddPhysicsList: <" 262 G4cout << "PhysicsList::AddPhysicsList: <" << name << ">" 255 << " is not defined" << G4endl; << 263 << " is not defined" >> 264 << G4endl; 256 } 265 } 257 } 266 } 258 267 259 //....oooOO0OOooo........oooOO0OOooo........oo 268 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 260 269