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 SAXSPhysicsList.cc 26 /// \file SAXSPhysicsList.cc 27 /// \brief Implementation of the SAXSPhysicsLi 27 /// \brief Implementation of the SAXSPhysicsList class 28 // 28 // 29 //....oooOO0OOooo........oooOO0OOooo........oo 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 30 30 31 #include "SAXSPhysicsList.hh" 31 #include "SAXSPhysicsList.hh" 32 << 33 #include "SAXSPhysicsListMessenger.hh" 32 #include "SAXSPhysicsListMessenger.hh" 34 33 35 #include "G4ProcessManager.hh" << 36 #include "G4SystemOfUnits.hh" << 37 #include "G4Threading.hh" << 38 #include "G4UnitsTable.hh" 34 #include "G4UnitsTable.hh" >> 35 #include "G4SystemOfUnits.hh" 39 #include "globals.hh" 36 #include "globals.hh" 40 37 41 // Particles << 38 #include "G4ProcessManager.hh" >> 39 #include "G4Threading.hh" >> 40 >> 41 //Particles 42 #include "G4ParticleDefinition.hh" 42 #include "G4ParticleDefinition.hh" 43 #include "G4ParticleTable.hh" << 44 #include "G4ParticleTypes.hh" 43 #include "G4ParticleTypes.hh" >> 44 #include "G4ParticleTable.hh" 45 45 46 // EM Physics Lists << 46 //EM Physics Lists >> 47 #include "G4EmStandardPhysics.hh" 47 #include "G4EmLivermorePhysics.hh" 48 #include "G4EmLivermorePhysics.hh" 48 #include "G4EmLowEPPhysics.hh" << 49 #include "G4EmParameters.hh" << 50 #include "G4EmPenelopePhysics.hh" 49 #include "G4EmPenelopePhysics.hh" 51 #include "G4EmPenelopePhysicsMI.hh" << 50 #include "G4EmLowEPPhysics.hh" 52 #include "G4EmStandardPhysics.hh" << 53 #include "G4EmStandardPhysics_option4.hh" 51 #include "G4EmStandardPhysics_option4.hh" >> 52 #include "G4EmPenelopePhysicsMI.hh" >> 53 >> 54 //EM options >> 55 #include "G4EmSaturation.hh" 54 #include "G4LossTableManager.hh" 56 #include "G4LossTableManager.hh" >> 57 #include "G4UAtomicDeexcitation.hh" 55 58 56 // Hadronic and Extra Physics Lists << 59 //Hadronic and Extra Physics Lists 57 #include "G4EmExtraPhysics.hh" 60 #include "G4EmExtraPhysics.hh" 58 #include "G4HadronElasticPhysicsHP.hh" << 59 #include "G4HadronPhysicsQGSP_BIC_HP.hh" 61 #include "G4HadronPhysicsQGSP_BIC_HP.hh" >> 62 #include "G4HadronElasticPhysicsHP.hh" 60 #include "G4IonPhysics.hh" 63 #include "G4IonPhysics.hh" 61 #include "G4StoppingPhysics.hh" 64 #include "G4StoppingPhysics.hh" 62 65 63 // Decays << 66 //Optical processes >> 67 #include "G4Cerenkov.hh" >> 68 #include "G4Scintillation.hh" >> 69 #include "G4OpAbsorption.hh" >> 70 #include "G4OpRayleigh.hh" >> 71 #include "G4OpMieHG.hh" >> 72 #include "G4OpBoundaryProcess.hh" >> 73 >> 74 //Decays >> 75 #include "G4Decay.hh" 64 #include "G4DecayPhysics.hh" 76 #include "G4DecayPhysics.hh" >> 77 #include "G4RadioactiveDecayPhysics.hh" >> 78 #include "G4PhysicsListHelper.hh" >> 79 #include "G4RadioactiveDecayBase.hh" >> 80 #include "G4NuclideTable.hh" 65 81 66 //....oooOO0OOooo........oooOO0OOooo........oo 82 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 67 83 68 SAXSPhysicsList::SAXSPhysicsList() : G4VUserPh << 84 SAXSPhysicsList::SAXSPhysicsList(): >> 85 G4VUserPhysicsList(), >> 86 fUseMIFlag(true), >> 87 fPMessenger(0) 69 { 88 { 70 G4cout << "### PhysicsList instantiated ###" << 89 G4cout << "### PhysicsList instantiated ###" << G4endl; 71 << 90 72 G4LossTableManager::Instance(); 91 G4LossTableManager::Instance(); 73 << 92 74 // set default cuts value << 93 //set default cuts value 75 defaultCutValue = 0.1 * mm; << 94 defaultCutValue = 0.1*mm; 76 << 95 77 // define the messenger << 96 //define the messenger 78 fPMessenger = new SAXSPhysicsListMessenger(t 97 fPMessenger = new SAXSPhysicsListMessenger(this); 79 << 98 80 // set verbosity << 99 //set verbosity 81 SetVerboseLevel(1); 100 SetVerboseLevel(1); 82 << 101 83 // particle list << 102 //particle list 84 fParticleList = new G4DecayPhysics(verboseLe 103 fParticleList = new G4DecayPhysics(verboseLevel); 85 << 104 86 // EM Physics << 105 //EM Physics 87 fEmPhysicsList = new G4EmPenelopePhysics(ver << 106 fEmPhysicsList = new G4EmPenelopePhysics(verboseLevel); 88 } 107 } 89 108 90 //....oooOO0OOooo........oooOO0OOooo........oo 109 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 91 110 92 SAXSPhysicsList::~SAXSPhysicsList() << 111 SAXSPhysicsList::~SAXSPhysicsList() {} 93 { << 94 delete fPMessenger; << 95 } << 96 112 97 //....oooOO0OOooo........oooOO0OOooo........oo 113 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 98 114 99 void SAXSPhysicsList::ConstructParticle() 115 void SAXSPhysicsList::ConstructParticle() 100 { 116 { 101 fParticleList->ConstructParticle(); 117 fParticleList->ConstructParticle(); 102 } 118 } 103 119 104 //....oooOO0OOooo........oooOO0OOooo........oo 120 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 105 121 106 void SAXSPhysicsList::ConstructProcess() 122 void SAXSPhysicsList::ConstructProcess() 107 { << 123 { 108 // transportation << 124 //transportation 109 AddTransportation(); 125 AddTransportation(); 110 << 126 111 // Atomic deexcitation << 127 //EM physics 112 G4EmParameters* param = G4EmParameters::Inst << 113 param->SetFluo(true); // Activate deexcitat << 114 param->SetAuger(true); // Activate Auger ef << 115 param->SetPixe(true); // Activate Particle << 116 << 117 // EM physics << 118 fEmPhysicsList->ConstructProcess(); 128 fEmPhysicsList->ConstructProcess(); >> 129 >> 130 //Atomic deexcitation >> 131 G4VAtomDeexcitation* de = new G4UAtomicDeexcitation(); >> 132 de->SetFluo(true); //Activate deexcitation processes and fluorescence >> 133 de->SetAuger(true); //Activate Auger effect if deexcitation is activated >> 134 de->SetAugerCascade(true); //Activate Auger Cascade if deexcitation is activated >> 135 de->SetPIXE(true); //Activate Particle Induced X-Ray Emission (PIXE) >> 136 G4LossTableManager::Instance()->SetAtomDeexcitation(de); 119 } 137 } 120 138 121 //....oooOO0OOooo........oooOO0OOooo........oo 139 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 122 140 123 void SAXSPhysicsList::SelectPhysicsList(const 141 void SAXSPhysicsList::SelectPhysicsList(const G4String& name) 124 { 142 { 125 if (verboseLevel > 1) { << 143 if (verboseLevel>1) { 126 G4cout << "### PhysicsList::SelectPhysicsL 144 G4cout << "### PhysicsList::SelectPhysicsList: <" << name << "> ###" << G4endl; 127 } 145 } 128 146 129 if (name == "emstandard") { << 147 if (name == "standard") { 130 delete fEmPhysicsList; 148 delete fEmPhysicsList; 131 fEmPhysicsList = new G4EmStandardPhysics(v 149 fEmPhysicsList = new G4EmStandardPhysics(verboseLevel); 132 G4cout << "### selected Standard PhysicsLi 150 G4cout << "### selected Standard PhysicsList ###" << G4endl; 133 } << 151 } else if (name == "standard_option4") { 134 else if (name == "emstandard_opt4") { << 135 delete fEmPhysicsList; 152 delete fEmPhysicsList; 136 fEmPhysicsList = new G4EmStandardPhysics_o 153 fEmPhysicsList = new G4EmStandardPhysics_option4(verboseLevel); 137 G4cout << "### selected Standard_option4 P 154 G4cout << "### selected Standard_option4 PhysicsList ###" << G4endl; 138 } << 155 } else if (name == "livermore") { 139 else if (name == "emlivermore") { << 140 delete fEmPhysicsList; 156 delete fEmPhysicsList; 141 fEmPhysicsList = new G4EmLivermorePhysics( 157 fEmPhysicsList = new G4EmLivermorePhysics(verboseLevel); 142 G4cout << "### selected Livermore PhysicsL 158 G4cout << "### selected Livermore PhysicsList ###" << G4endl; 143 } << 159 } else if (name == "penelope") { 144 else if (name == "empenelope") { << 145 delete fEmPhysicsList; 160 delete fEmPhysicsList; 146 fEmPhysicsList = new G4EmPenelopePhysics(v 161 fEmPhysicsList = new G4EmPenelopePhysics(verboseLevel); 147 G4cout << "### selected Penelope PhysicsLi 162 G4cout << "### selected Penelope PhysicsList ###" << G4endl; 148 } << 163 } else if (name == "penelopeMI") { 149 else if (name == "empenelopeMI") { << 150 delete fEmPhysicsList; 164 delete fEmPhysicsList; 151 fEmPhysicsList = new G4EmPenelopePhysicsMI << 165 fEmPhysicsList = new G4EmPenelopePhysicsMI(verboseLevel,"G4EmPenelopeMI",fUseMIFlag); 152 G4cout << "### selected Penelope PhysicsLi 166 G4cout << "### selected Penelope PhysicsList with MI effects ###" << G4endl; 153 } << 167 } else if (name == "LowEP") { 154 else if (name == "emlowenergy") { << 155 delete fEmPhysicsList; 168 delete fEmPhysicsList; 156 fEmPhysicsList = new G4EmLowEPPhysics(verb << 169 fEmPhysicsList = new G4EmLowEPPhysics(1,name); 157 G4cout << "### selected LowEP PhysicsList << 170 G4cout << "### selected LowEP PhysicsList ###" << G4endl; 158 } << 171 } else { 159 else { << 172 G4cout << "### PhysicsList::SelectPhysicsList: <" << name 160 G4cout << "### PhysicsList::SelectPhysicsL << 173 << ">"<< " is not defined ###" << G4endl; 161 << " is not defined ###" << G4endl; << 162 } 174 } 163 } 175 } 164 176 >> 177 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 178 >> 179 void SAXSPhysicsList::SetCuts() >> 180 { >> 181 //set the default cuts value for all particle types >> 182 SetCutsWithDefault(); >> 183 if (verboseLevel>0) DumpCutValuesTable(); >> 184 } >> 185 >> 186 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 187 165 void SAXSPhysicsList::SetDefaultCutsValue(G4do 188 void SAXSPhysicsList::SetDefaultCutsValue(G4double value) 166 { 189 { 167 // define a new default cuts value << 190 //define a new default cuts value 168 defaultCutValue = value; 191 defaultCutValue = value; 169 } 192 } 170 193 171 //....oooOO0OOooo........oooOO0OOooo........oo 194 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 195 172 196