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/TestEm0/src/PhysicsL 26 /// \file electromagnetic/TestEm0/src/PhysicsList.cc 27 /// \brief Implementation of the PhysicsList c 27 /// \brief Implementation of the PhysicsList class 28 // 28 // >> 29 // 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" 34 << 35 #include "PhysListEmStandard.hh" << 36 #include "PhysicsListMessenger.hh" 35 #include "PhysicsListMessenger.hh" 37 << 36 38 #include "G4EmLivermorePhysics.hh" << 37 #include "PhysListEmStandard.hh" 39 #include "G4EmParameters.hh" << 40 #include "G4EmPenelopePhysics.hh" << 41 #include "G4EmStandardPhysics.hh" 38 #include "G4EmStandardPhysics.hh" 42 #include "G4EmStandardPhysics_option1.hh" 39 #include "G4EmStandardPhysics_option1.hh" 43 #include "G4EmStandardPhysics_option2.hh" 40 #include "G4EmStandardPhysics_option2.hh" 44 #include "G4EmStandardPhysics_option3.hh" 41 #include "G4EmStandardPhysics_option3.hh" 45 #include "G4EmStandardPhysics_option4.hh" 42 #include "G4EmStandardPhysics_option4.hh" >> 43 #include "G4EmLivermorePhysics.hh" >> 44 #include "G4EmPenelopePhysics.hh" >> 45 46 #include "G4LossTableManager.hh" 46 #include "G4LossTableManager.hh" 47 #include "G4SystemOfUnits.hh" << 48 #include "G4UnitsTable.hh" 47 #include "G4UnitsTable.hh" >> 48 #include "G4SystemOfUnits.hh" >> 49 #include "G4EmParameters.hh" 49 50 50 // Bosons 51 // Bosons 51 #include "G4ChargedGeantino.hh" 52 #include "G4ChargedGeantino.hh" 52 #include "G4Gamma.hh" << 53 #include "G4Geantino.hh" 53 #include "G4Geantino.hh" >> 54 #include "G4Gamma.hh" 54 #include "G4OpticalPhoton.hh" 55 #include "G4OpticalPhoton.hh" 55 56 56 // leptons 57 // leptons 57 #include "G4AntiNeutrinoE.hh" << 58 #include "G4AntiNeutrinoMu.hh" << 59 #include "G4Electron.hh" << 60 #include "G4MuonMinus.hh" << 61 #include "G4MuonPlus.hh" 58 #include "G4MuonPlus.hh" 62 #include "G4NeutrinoE.hh" << 59 #include "G4MuonMinus.hh" 63 #include "G4NeutrinoMu.hh" 60 #include "G4NeutrinoMu.hh" >> 61 #include "G4AntiNeutrinoMu.hh" >> 62 >> 63 #include "G4Electron.hh" 64 #include "G4Positron.hh" 64 #include "G4Positron.hh" >> 65 #include "G4NeutrinoE.hh" >> 66 #include "G4AntiNeutrinoE.hh" 65 67 66 // Mesons 68 // Mesons 67 #include "G4AntiKaonZero.hh" << 69 #include "G4PionPlus.hh" >> 70 #include "G4PionMinus.hh" >> 71 #include "G4PionZero.hh" 68 #include "G4Eta.hh" 72 #include "G4Eta.hh" 69 #include "G4EtaPrime.hh" 73 #include "G4EtaPrime.hh" 70 #include "G4KaonMinus.hh" << 74 71 #include "G4KaonPlus.hh" 75 #include "G4KaonPlus.hh" >> 76 #include "G4KaonMinus.hh" 72 #include "G4KaonZero.hh" 77 #include "G4KaonZero.hh" >> 78 #include "G4AntiKaonZero.hh" 73 #include "G4KaonZeroLong.hh" 79 #include "G4KaonZeroLong.hh" 74 #include "G4KaonZeroShort.hh" 80 #include "G4KaonZeroShort.hh" 75 #include "G4PionMinus.hh" << 76 #include "G4PionPlus.hh" << 77 #include "G4PionZero.hh" << 78 81 79 // Baryons 82 // Baryons 80 #include "G4AntiNeutron.hh" << 83 #include "G4Proton.hh" 81 #include "G4AntiProton.hh" 84 #include "G4AntiProton.hh" 82 #include "G4Neutron.hh" 85 #include "G4Neutron.hh" 83 #include "G4Proton.hh" << 86 #include "G4AntiNeutron.hh" 84 87 85 // Nuclei 88 // Nuclei 86 #include "G4Alpha.hh" << 87 #include "G4Deuteron.hh" 89 #include "G4Deuteron.hh" 88 #include "G4GenericIon.hh" << 89 #include "G4Triton.hh" 90 #include "G4Triton.hh" >> 91 #include "G4Alpha.hh" >> 92 #include "G4GenericIon.hh" 90 93 91 //....oooOO0OOooo........oooOO0OOooo........oo 94 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 92 95 93 PhysicsList::PhysicsList() << 96 PhysicsList::PhysicsList() : G4VModularPhysicsList(), 94 { << 97 fEmPhysicsList(nullptr), fEmName(""), 95 fMessenger = new PhysicsListMessenger(this); << 98 fMessenger(new PhysicsListMessenger(this)) 96 << 99 { 97 // set default cut value 100 // set default cut value 98 SetDefaultCutValue(1.0 * mm); << 101 SetDefaultCutValue(1.0*mm); 99 102 100 SetVerboseLevel(1); 103 SetVerboseLevel(1); 101 104 102 AddPhysicsList("emstandard_opt0"); 105 AddPhysicsList("emstandard_opt0"); >> 106 >> 107 G4ProductionCutsTable::GetProductionCutsTable()->SetEnergyRange(100*eV,1*GeV); 103 108 104 G4ProductionCutsTable::GetProductionCutsTabl << 109 //add new units for cross sections 105 << 110 // 106 // add new units for cross sections << 111 new G4UnitDefinition( "mm2/g", "mm2/g","Surface/Mass", mm2/g); 107 // << 112 new G4UnitDefinition( "um2/mg", "um2/mg","Surface/Mass", um*um/mg); 108 new G4UnitDefinition("mm2/g", "mm2/g", "Surf << 109 new G4UnitDefinition("um2/mg", "um2/mg", "Su << 110 } 113 } 111 114 112 //....oooOO0OOooo........oooOO0OOooo........oo 115 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 113 116 114 PhysicsList::~PhysicsList() 117 PhysicsList::~PhysicsList() 115 { 118 { 116 delete fMessenger; 119 delete fMessenger; 117 } 120 } 118 121 119 //....oooOO0OOooo........oooOO0OOooo........oo 122 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 120 123 121 void PhysicsList::ConstructParticle() 124 void PhysicsList::ConstructParticle() 122 { 125 { 123 // pseudo-particles << 126 // pseudo-particles 124 G4Geantino::GeantinoDefinition(); 127 G4Geantino::GeantinoDefinition(); 125 G4ChargedGeantino::ChargedGeantinoDefinition 128 G4ChargedGeantino::ChargedGeantinoDefinition(); 126 << 129 127 // gamma << 130 // gamma 128 G4Gamma::GammaDefinition(); 131 G4Gamma::GammaDefinition(); 129 << 132 130 // optical photon << 133 // optical photon 131 G4OpticalPhoton::OpticalPhotonDefinition(); 134 G4OpticalPhoton::OpticalPhotonDefinition(); 132 135 133 // leptons << 136 // leptons 134 G4Electron::ElectronDefinition(); 137 G4Electron::ElectronDefinition(); 135 G4Positron::PositronDefinition(); 138 G4Positron::PositronDefinition(); 136 G4MuonPlus::MuonPlusDefinition(); 139 G4MuonPlus::MuonPlusDefinition(); 137 G4MuonMinus::MuonMinusDefinition(); 140 G4MuonMinus::MuonMinusDefinition(); 138 141 139 G4NeutrinoE::NeutrinoEDefinition(); 142 G4NeutrinoE::NeutrinoEDefinition(); 140 G4AntiNeutrinoE::AntiNeutrinoEDefinition(); 143 G4AntiNeutrinoE::AntiNeutrinoEDefinition(); 141 G4NeutrinoMu::NeutrinoMuDefinition(); 144 G4NeutrinoMu::NeutrinoMuDefinition(); 142 G4AntiNeutrinoMu::AntiNeutrinoMuDefinition() << 145 G4AntiNeutrinoMu::AntiNeutrinoMuDefinition(); 143 146 144 // mesons << 147 // mesons 145 G4PionPlus::PionPlusDefinition(); 148 G4PionPlus::PionPlusDefinition(); 146 G4PionMinus::PionMinusDefinition(); 149 G4PionMinus::PionMinusDefinition(); 147 G4PionZero::PionZeroDefinition(); 150 G4PionZero::PionZeroDefinition(); 148 G4Eta::EtaDefinition(); 151 G4Eta::EtaDefinition(); 149 G4EtaPrime::EtaPrimeDefinition(); 152 G4EtaPrime::EtaPrimeDefinition(); 150 G4KaonPlus::KaonPlusDefinition(); 153 G4KaonPlus::KaonPlusDefinition(); 151 G4KaonMinus::KaonMinusDefinition(); 154 G4KaonMinus::KaonMinusDefinition(); 152 G4KaonZero::KaonZeroDefinition(); 155 G4KaonZero::KaonZeroDefinition(); 153 G4AntiKaonZero::AntiKaonZeroDefinition(); 156 G4AntiKaonZero::AntiKaonZeroDefinition(); 154 G4KaonZeroLong::KaonZeroLongDefinition(); 157 G4KaonZeroLong::KaonZeroLongDefinition(); 155 G4KaonZeroShort::KaonZeroShortDefinition(); 158 G4KaonZeroShort::KaonZeroShortDefinition(); 156 159 157 // barions << 160 // barions 158 G4Proton::ProtonDefinition(); 161 G4Proton::ProtonDefinition(); 159 G4AntiProton::AntiProtonDefinition(); 162 G4AntiProton::AntiProtonDefinition(); 160 G4Neutron::NeutronDefinition(); 163 G4Neutron::NeutronDefinition(); 161 G4AntiNeutron::AntiNeutronDefinition(); 164 G4AntiNeutron::AntiNeutronDefinition(); 162 165 163 // ions << 166 // ions 164 G4Deuteron::DeuteronDefinition(); 167 G4Deuteron::DeuteronDefinition(); 165 G4Triton::TritonDefinition(); 168 G4Triton::TritonDefinition(); 166 G4Alpha::AlphaDefinition(); 169 G4Alpha::AlphaDefinition(); 167 G4GenericIon::GenericIonDefinition(); 170 G4GenericIon::GenericIonDefinition(); 168 } 171 } 169 172 170 //....oooOO0OOooo........oooOO0OOooo........oo 173 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 171 174 172 void PhysicsList::ConstructProcess() 175 void PhysicsList::ConstructProcess() 173 { 176 { 174 // Transportation 177 // Transportation 175 // 178 // 176 AddTransportation(); 179 AddTransportation(); 177 180 178 // Electromagnetic physics list 181 // Electromagnetic physics list 179 // 182 // 180 fEmPhysicsList->ConstructProcess(); 183 fEmPhysicsList->ConstructProcess(); 181 } 184 } 182 185 183 //....oooOO0OOooo........oooOO0OOooo........oo 186 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 184 187 185 void PhysicsList::AddPhysicsList(const G4Strin 188 void PhysicsList::AddPhysicsList(const G4String& name) 186 { 189 { 187 if (verboseLevel > 0) { << 190 if (verboseLevel>0) { 188 G4cout << "PhysicsList::AddPhysicsList: <" 191 G4cout << "PhysicsList::AddPhysicsList: <" << name << ">" << G4endl; 189 } 192 } 190 << 193 191 if (name == fEmName) return; 194 if (name == fEmName) return; 192 195 193 if (name == "local") { 196 if (name == "local") { >> 197 194 fEmName = name; 198 fEmName = name; 195 delete fEmPhysicsList; 199 delete fEmPhysicsList; 196 fEmPhysicsList = new PhysListEmStandard(na 200 fEmPhysicsList = new PhysListEmStandard(name); 197 } << 201 198 else if (name == "emstandard_opt0") { << 202 } else if (name == "emstandard_opt0"){ 199 fEmName = name; 203 fEmName = name; 200 delete fEmPhysicsList; 204 delete fEmPhysicsList; 201 fEmPhysicsList = new G4EmStandardPhysics() 205 fEmPhysicsList = new G4EmStandardPhysics(); 202 } << 206 203 else if (name == "emstandard_opt1") { << 207 } else if (name == "emstandard_opt1"){ 204 fEmName = name; 208 fEmName = name; 205 delete fEmPhysicsList; 209 delete fEmPhysicsList; 206 fEmPhysicsList = new G4EmStandardPhysics_o 210 fEmPhysicsList = new G4EmStandardPhysics_option1(); 207 } << 211 208 else if (name == "emstandard_opt2") { << 212 } else if (name == "emstandard_opt2"){ 209 fEmName = name; 213 fEmName = name; 210 delete fEmPhysicsList; 214 delete fEmPhysicsList; 211 fEmPhysicsList = new G4EmStandardPhysics_o 215 fEmPhysicsList = new G4EmStandardPhysics_option2(); 212 } << 216 213 else if (name == "emstandard_opt3") { << 217 } else if (name == "emstandard_opt3"){ 214 fEmName = name; 218 fEmName = name; 215 delete fEmPhysicsList; 219 delete fEmPhysicsList; 216 fEmPhysicsList = new G4EmStandardPhysics_o 220 fEmPhysicsList = new G4EmStandardPhysics_option3(); 217 } << 221 218 else if (name == "emstandard_opt4") { << 222 } else if (name == "emstandard_opt4"){ 219 fEmName = name; 223 fEmName = name; 220 delete fEmPhysicsList; 224 delete fEmPhysicsList; 221 fEmPhysicsList = new G4EmStandardPhysics_o 225 fEmPhysicsList = new G4EmStandardPhysics_option4(); 222 } << 226 223 else if (name == "empenelope") { << 227 } else if (name == "empenelope"){ 224 fEmName = name; 228 fEmName = name; 225 delete fEmPhysicsList; 229 delete fEmPhysicsList; 226 fEmPhysicsList = new G4EmPenelopePhysics() 230 fEmPhysicsList = new G4EmPenelopePhysics(); 227 } << 231 228 else if (name == "emlivermore") { << 232 } else if (name == "emlivermore"){ 229 fEmName = name; 233 fEmName = name; 230 delete fEmPhysicsList; 234 delete fEmPhysicsList; 231 fEmPhysicsList = new G4EmLivermorePhysics( 235 fEmPhysicsList = new G4EmLivermorePhysics(); 232 } << 236 233 else { << 237 } else { >> 238 234 G4cout << "PhysicsList::AddPhysicsList: <" 239 G4cout << "PhysicsList::AddPhysicsList: <" << name << ">" 235 << " is not defined" << G4endl; << 240 << " is not defined" >> 241 << G4endl; 236 } 242 } 237 << 243 238 // Em options 244 // Em options 239 // 245 // 240 G4EmParameters::Instance()->SetBuildCSDARang << 246 G4EmParameters::Instance()->SetBuildCSDARange(true); 241 G4EmParameters::Instance()->SetGeneralProces 247 G4EmParameters::Instance()->SetGeneralProcessActive(false); 242 } 248 } 243 249 244 //....oooOO0OOooo........oooOO0OOooo........oo 250 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 245 251