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