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/TestEm16/src/Physics 26 /// \file electromagnetic/TestEm16/src/PhysicsList.cc 27 /// \brief Implementation of the PhysicsList c 27 /// \brief Implementation of the PhysicsList class 28 // 28 // >> 29 // $Id$ 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 "PhysicsListMessenger.hh" 35 #include "PhysicsListMessenger.hh" 36 36 37 #include "G4ComptonScattering.hh" << 38 #include "G4DecayPhysics.hh" << 39 #include "G4GammaConversion.hh" << 40 #include "G4MuBremsstrahlung.hh" << 41 #include "G4MuIonisation.hh" << 42 #include "G4MuMultipleScattering.hh" << 43 #include "G4MuPairProduction.hh" << 44 #include "G4ParticleDefinition.hh" 37 #include "G4ParticleDefinition.hh" 45 #include "G4ParticleTable.hh" << 38 #include "G4ProcessManager.hh" 46 #include "G4ParticleTypes.hh" 39 #include "G4ParticleTypes.hh" >> 40 #include "G4ParticleTable.hh" >> 41 >> 42 #include "G4ComptonScattering.hh" >> 43 #include "G4GammaConversion.hh" 47 #include "G4PhotoElectricEffect.hh" 44 #include "G4PhotoElectricEffect.hh" 48 #include "G4ProcessManager.hh" << 49 #include "G4ProcessTable.hh" << 50 #include "G4RayleighScattering.hh" 45 #include "G4RayleighScattering.hh" 51 #include "G4StepLimiter.hh" << 46 >> 47 #include "G4eMultipleScattering.hh" >> 48 #include "G4eIonisation.hh" >> 49 #include "G4eBremsstrahlung.hh" >> 50 #include "G4eplusAnnihilation.hh" >> 51 >> 52 #include "G4MuMultipleScattering.hh" >> 53 #include "G4MuIonisation.hh" >> 54 #include "G4MuBremsstrahlung.hh" >> 55 #include "G4MuPairProduction.hh" >> 56 52 #include "G4SynchrotronRadiation.hh" 57 #include "G4SynchrotronRadiation.hh" 53 #include "G4SynchrotronRadiationInMat.hh" 58 #include "G4SynchrotronRadiationInMat.hh" >> 59 >> 60 #include "G4StepLimiter.hh" >> 61 54 #include "G4SystemOfUnits.hh" 62 #include "G4SystemOfUnits.hh" 55 #include "G4XrayReflection.hh" << 56 #include "G4eBremsstrahlung.hh" << 57 #include "G4eIonisation.hh" << 58 #include "G4eMultipleScattering.hh" << 59 #include "G4eplusAnnihilation.hh" << 60 #include "G4hBremsstrahlung.hh" << 61 #include "G4hIonisation.hh" << 62 #include "G4hMultipleScattering.hh" << 63 #include "G4hPairProduction.hh" << 64 63 65 //....oooOO0OOooo........oooOO0OOooo........oo 64 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 66 65 67 PhysicsList::PhysicsList() : G4VUserPhysicsLis << 66 PhysicsList::PhysicsList() >> 67 : G4VUserPhysicsList() 68 { 68 { 69 SetDefaultCutValue(1. * km); << 69 defaultCutValue = 1.*km; 70 << 70 71 fSRType = true; << 71 fSRType = true; 72 fMess = new PhysicsListMessenger(this); 72 fMess = new PhysicsListMessenger(this); 73 fDecayPhysics = new G4DecayPhysics(); << 73 } >> 74 >> 75 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 76 >> 77 PhysicsList::~PhysicsList() >> 78 { >> 79 delete fMess; 74 } 80 } 75 81 76 //....oooOO0OOooo........oooOO0OOooo........oo 82 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 77 83 78 void PhysicsList::ConstructParticle() 84 void PhysicsList::ConstructParticle() 79 { 85 { 80 fDecayPhysics->ConstructParticle(); << 86 // In this method, static member functions should be called >> 87 // for all particles which you want to use. >> 88 // This ensures that objects of these particle types will be >> 89 // created in the program. >> 90 >> 91 ConstructBosons(); >> 92 ConstructLeptons(); >> 93 } >> 94 >> 95 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 96 >> 97 void PhysicsList::ConstructBosons() >> 98 { >> 99 // pseudo-particles >> 100 G4Geantino::GeantinoDefinition(); >> 101 G4ChargedGeantino::ChargedGeantinoDefinition(); >> 102 >> 103 // gamma >> 104 G4Gamma::GammaDefinition(); >> 105 } >> 106 >> 107 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 108 >> 109 void PhysicsList::ConstructLeptons() >> 110 { >> 111 // leptons >> 112 G4Electron::ElectronDefinition(); >> 113 G4Positron::PositronDefinition(); >> 114 G4MuonPlus::MuonPlusDefinition(); >> 115 G4MuonMinus::MuonMinusDefinition(); >> 116 >> 117 G4NeutrinoE::NeutrinoEDefinition(); >> 118 G4AntiNeutrinoE::AntiNeutrinoEDefinition(); >> 119 G4NeutrinoMu::NeutrinoMuDefinition(); >> 120 G4AntiNeutrinoMu::AntiNeutrinoMuDefinition(); 81 } 121 } 82 122 83 //....oooOO0OOooo........oooOO0OOooo........oo 123 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 84 124 85 void PhysicsList::ConstructProcess() 125 void PhysicsList::ConstructProcess() 86 { 126 { 87 AddTransportation(); 127 AddTransportation(); 88 ConstructEM(); 128 ConstructEM(); 89 fDecayPhysics->ConstructProcess(); << 129 ConstructGeneral(); 90 } 130 } 91 131 92 //....oooOO0OOooo........oooOO0OOooo........oo 132 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 93 133 94 void PhysicsList::ConstructEM() 134 void PhysicsList::ConstructEM() 95 { 135 { 96 auto particleIterator = GetParticleIterator( << 136 theParticleIterator->reset(); 97 particleIterator->reset(); << 137 while( (*theParticleIterator)() ){ 98 auto fSync = new G4SynchrotronRadiation(); << 138 G4ParticleDefinition* particle = theParticleIterator->value(); 99 while ((*particleIterator)()) { << 100 G4ParticleDefinition* particle = particleI << 101 G4ProcessManager* pmanager = particle->Get 139 G4ProcessManager* pmanager = particle->GetProcessManager(); 102 G4String particleName = particle->GetParti 140 G4String particleName = particle->GetParticleName(); 103 141 104 if (particleName == "gamma") { 142 if (particleName == "gamma") { 105 // gamma 143 // gamma 106 pmanager->AddDiscreteProcess(new G4Photo 144 pmanager->AddDiscreteProcess(new G4PhotoElectricEffect); 107 pmanager->AddDiscreteProcess(new G4Compt 145 pmanager->AddDiscreteProcess(new G4ComptonScattering); 108 pmanager->AddDiscreteProcess(new G4Gamma 146 pmanager->AddDiscreteProcess(new G4GammaConversion); 109 pmanager->AddDiscreteProcess(new G4Rayle 147 pmanager->AddDiscreteProcess(new G4RayleighScattering); 110 pmanager->AddDiscreteProcess(new G4XrayR << 148 111 } << 149 } else if (particleName == "e-") { 112 else if (particleName == "e-") { << 150 //electron 113 // electron << 151 pmanager->AddProcess(new G4eMultipleScattering, -1, 1, 1); 114 pmanager->AddProcess(new G4eMultipleScat << 152 pmanager->AddProcess(new G4eIonisation, -1, 2, 2); 115 pmanager->AddProcess(new G4eIonisation, << 153 pmanager->AddProcess(new G4eBremsstrahlung, -1, 3, 3); 116 pmanager->AddProcess(new G4eBremsstrahlu << 117 if (fSRType) { 154 if (fSRType) { 118 pmanager->AddProcess(fSync, -1, -1, 3) << 155 pmanager->AddProcess(new G4SynchrotronRadiation, -1,-1, 4); >> 156 } else { >> 157 pmanager->AddProcess(new G4SynchrotronRadiationInMat, -1,-1, 4); 119 } 158 } 120 else { << 159 pmanager->AddProcess(new G4StepLimiter, -1,-1, 5); 121 pmanager->AddProcess(new G4Synchrotron << 160 122 } << 161 } else if (particleName == "e+") { 123 pmanager->AddProcess(new G4StepLimiter, << 162 //positron 124 } << 163 pmanager->AddProcess(new G4eMultipleScattering, -1, 1, 1); 125 else if (particleName == "e+") { << 164 pmanager->AddProcess(new G4eIonisation, -1, 2, 2); 126 // positron << 165 pmanager->AddProcess(new G4eBremsstrahlung, -1, 3, 3); 127 pmanager->AddProcess(new G4eMultipleScat << 166 pmanager->AddProcess(new G4eplusAnnihilation, 0,-1, 4); 128 pmanager->AddProcess(new G4eIonisation, << 129 pmanager->AddProcess(new G4eBremsstrahlu << 130 pmanager->AddProcess(new G4eplusAnnihila << 131 if (fSRType) { 167 if (fSRType) { 132 pmanager->AddProcess(fSync, -1, -1, 4) << 168 pmanager->AddProcess(new G4SynchrotronRadiation, -1,-1, 5); 133 } << 169 } else { 134 else { << 170 pmanager->AddProcess(new G4SynchrotronRadiationInMat, -1,-1, 5); 135 pmanager->AddProcess(new G4Synchrotron << 136 } 171 } 137 pmanager->AddProcess(new G4StepLimiter, << 172 pmanager->AddProcess(new G4StepLimiter, -1,-1, 6); 138 } << 173 139 else if (particleName == "mu+" || particle << 174 } else if( particleName == "mu+" || 140 // muon << 175 particleName == "mu-" ) { 141 pmanager->AddProcess(new G4MuMultipleSca << 176 //muon 142 pmanager->AddProcess(new G4MuIonisation, << 177 pmanager->AddProcess(new G4MuMultipleScattering, -1, 1, 1); 143 pmanager->AddProcess(new G4MuBremsstrahl << 178 pmanager->AddProcess(new G4MuIonisation, -1, 2, 2); 144 pmanager->AddProcess(new G4MuPairProduct << 179 pmanager->AddProcess(new G4MuBremsstrahlung, -1, 3, 3); 145 pmanager->AddProcess(fSync, -1, -1, 4); << 180 pmanager->AddProcess(new G4MuPairProduction, -1, 4, 4); 146 pmanager->AddProcess(new G4StepLimiter, << 181 147 } << 148 else if (particleName == "proton") { << 149 // proton << 150 pmanager->AddProcess(new G4hMultipleScat << 151 pmanager->AddProcess(new G4hIonisation, << 152 pmanager->AddProcess(new G4hBremsstrahlu << 153 pmanager->AddProcess(new G4hPairProducti << 154 pmanager->AddProcess(fSync, -1, -1, 4); << 155 pmanager->AddProcess(new G4StepLimiter, << 156 } << 157 else if (particle->GetPDGCharge() != 0.0 & << 158 pmanager->AddProcess(fSync, -1, -1, 1); << 159 } 182 } 160 } 183 } 161 } 184 } 162 185 163 //....oooOO0OOooo........oooOO0OOooo........oo 186 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 164 187 165 void PhysicsList::SetXrayReflectionRoughness(G << 188 #include "G4Decay.hh" >> 189 >> 190 void PhysicsList::ConstructGeneral() 166 { 191 { 167 G4ProcessTable* theProcessTable = G4ProcessT << 192 // Add Decay Process 168 G4XrayReflection* XrayReflectionProcess = << 193 G4Decay* theDecayProcess = new G4Decay(); 169 (G4XrayReflection*)theProcessTable->FindPr << 194 theParticleIterator->reset(); 170 if (XrayReflectionProcess) << 195 while ((*theParticleIterator)()){ 171 XrayReflectionProcess->SetSurfaceRoughness << 196 G4ParticleDefinition* particle = theParticleIterator->value(); 172 else << 197 G4ProcessManager* pmanager = particle->GetProcessManager(); 173 G4cout << "Warning. No process XrayReflect << 198 if (theDecayProcess->IsApplicable(*particle)) { 174 "SetXrayReflectionRoughness igno << 199 pmanager ->AddProcess(theDecayProcess); 175 << G4endl; << 200 // set ordering for PostStepDoIt and AtRestDoIt >> 201 pmanager ->SetProcessOrdering(theDecayProcess, idxPostStep); >> 202 pmanager ->SetProcessOrdering(theDecayProcess, idxAtRest); >> 203 } >> 204 } >> 205 } >> 206 >> 207 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 208 >> 209 void PhysicsList::SetCuts() >> 210 { >> 211 if (verboseLevel >0){ >> 212 G4cout << "CutLength : " << G4BestUnit(defaultCutValue,"Length") << G4endl; >> 213 } >> 214 >> 215 // set cut values for gamma at first and for e- second and next for e+, >> 216 // because some processes for e+/e- need cut values for gamma >> 217 SetCutValue(defaultCutValue, "gamma"); >> 218 SetCutValue(defaultCutValue, "e-"); >> 219 SetCutValue(defaultCutValue, "e+"); >> 220 >> 221 if (verboseLevel>0) DumpCutValuesTable(); 176 } 222 } 177 223 178 //....oooOO0OOooo........oooOO0OOooo........oo 224 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 179 225