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 "G4EmLivermorePhysics.hh" << 48 #include "G4EmLowEPPhysics.hh" << 49 #include "G4EmParameters.hh" 47 #include "G4EmParameters.hh" 50 #include "G4EmPenelopePhysics.hh" << 51 #include "G4EmPenelopePhysicsMI.hh" << 52 #include "G4EmStandardPhysics.hh" 48 #include "G4EmStandardPhysics.hh" >> 49 #include "G4EmLivermorePhysics.hh" >> 50 #include "G4EmPenelopePhysics.hh" >> 51 #include "G4EmLowEPPhysics.hh" 53 #include "G4EmStandardPhysics_option4.hh" 52 #include "G4EmStandardPhysics_option4.hh" >> 53 #include "G4EmPenelopePhysicsMI.hh" 54 #include "G4LossTableManager.hh" 54 #include "G4LossTableManager.hh" 55 55 56 // Hadronic and Extra Physics Lists << 56 //Hadronic and Extra Physics Lists 57 #include "G4EmExtraPhysics.hh" 57 #include "G4EmExtraPhysics.hh" 58 #include "G4HadronElasticPhysicsHP.hh" << 59 #include "G4HadronPhysicsQGSP_BIC_HP.hh" 58 #include "G4HadronPhysicsQGSP_BIC_HP.hh" >> 59 #include "G4HadronElasticPhysicsHP.hh" 60 #include "G4IonPhysics.hh" 60 #include "G4IonPhysics.hh" 61 #include "G4StoppingPhysics.hh" 61 #include "G4StoppingPhysics.hh" 62 62 63 // Decays << 63 //Decays 64 #include "G4DecayPhysics.hh" 64 #include "G4DecayPhysics.hh" 65 65 66 //....oooOO0OOooo........oooOO0OOooo........oo 66 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 67 67 68 SAXSPhysicsList::SAXSPhysicsList() : G4VUserPh << 68 SAXSPhysicsList::SAXSPhysicsList(): >> 69 G4VUserPhysicsList(), >> 70 fUseMIFlag(true), >> 71 fPMessenger(0) 69 { 72 { 70 G4cout << "### PhysicsList instantiated ###" << 73 G4cout << "### PhysicsList instantiated ###" << G4endl; 71 << 74 72 G4LossTableManager::Instance(); 75 G4LossTableManager::Instance(); 73 << 76 74 // set default cuts value << 77 //set default cuts value 75 defaultCutValue = 0.1 * mm; << 78 defaultCutValue = 0.1*mm; 76 << 79 77 // define the messenger << 80 //define the messenger 78 fPMessenger = new SAXSPhysicsListMessenger(t 81 fPMessenger = new SAXSPhysicsListMessenger(this); 79 << 82 80 // set verbosity << 83 //set verbosity 81 SetVerboseLevel(1); 84 SetVerboseLevel(1); 82 << 85 83 // particle list << 86 //particle list 84 fParticleList = new G4DecayPhysics(verboseLe 87 fParticleList = new G4DecayPhysics(verboseLevel); 85 << 88 86 // EM Physics << 89 //EM Physics 87 fEmPhysicsList = new G4EmPenelopePhysics(ver << 90 fEmPhysicsList = new G4EmPenelopePhysics(verboseLevel); 88 } 91 } 89 92 90 //....oooOO0OOooo........oooOO0OOooo........oo 93 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 91 94 92 SAXSPhysicsList::~SAXSPhysicsList() << 95 SAXSPhysicsList::~SAXSPhysicsList() 93 { 96 { 94 delete fPMessenger; 97 delete fPMessenger; 95 } 98 } 96 99 97 //....oooOO0OOooo........oooOO0OOooo........oo 100 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 98 101 99 void SAXSPhysicsList::ConstructParticle() 102 void SAXSPhysicsList::ConstructParticle() 100 { 103 { 101 fParticleList->ConstructParticle(); 104 fParticleList->ConstructParticle(); 102 } 105 } 103 106 104 //....oooOO0OOooo........oooOO0OOooo........oo 107 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 105 108 106 void SAXSPhysicsList::ConstructProcess() 109 void SAXSPhysicsList::ConstructProcess() 107 { << 110 { 108 // transportation << 111 //transportation 109 AddTransportation(); 112 AddTransportation(); 110 << 113 111 // Atomic deexcitation << 114 //Atomic deexcitation 112 G4EmParameters* param = G4EmParameters::Inst 115 G4EmParameters* param = G4EmParameters::Instance(); 113 param->SetFluo(true); // Activate deexcitat << 116 param->SetFluo(true); //Activate deexcitation processes and fluorescence 114 param->SetAuger(true); // Activate Auger ef << 117 param->SetAuger(true); //Activate Auger effect if deexcitation is activated 115 param->SetPixe(true); // Activate Particle << 118 param->SetPixe(true); //Activate Particle Induced X-Ray Emission (PIXE) 116 119 117 // EM physics << 120 //EM physics 118 fEmPhysicsList->ConstructProcess(); 121 fEmPhysicsList->ConstructProcess(); 119 } 122 } 120 123 121 //....oooOO0OOooo........oooOO0OOooo........oo 124 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 122 125 123 void SAXSPhysicsList::SelectPhysicsList(const 126 void SAXSPhysicsList::SelectPhysicsList(const G4String& name) 124 { 127 { 125 if (verboseLevel > 1) { << 128 if (verboseLevel>1) { 126 G4cout << "### PhysicsList::SelectPhysicsL 129 G4cout << "### PhysicsList::SelectPhysicsList: <" << name << "> ###" << G4endl; 127 } 130 } 128 131 129 if (name == "emstandard") { 132 if (name == "emstandard") { 130 delete fEmPhysicsList; 133 delete fEmPhysicsList; 131 fEmPhysicsList = new G4EmStandardPhysics(v 134 fEmPhysicsList = new G4EmStandardPhysics(verboseLevel); 132 G4cout << "### selected Standard PhysicsLi 135 G4cout << "### selected Standard PhysicsList ###" << G4endl; 133 } << 136 } else if (name == "emstandard_opt4") { 134 else if (name == "emstandard_opt4") { << 135 delete fEmPhysicsList; 137 delete fEmPhysicsList; 136 fEmPhysicsList = new G4EmStandardPhysics_o 138 fEmPhysicsList = new G4EmStandardPhysics_option4(verboseLevel); 137 G4cout << "### selected Standard_option4 P 139 G4cout << "### selected Standard_option4 PhysicsList ###" << G4endl; 138 } << 140 } else if (name == "emlivermore") { 139 else if (name == "emlivermore") { << 140 delete fEmPhysicsList; 141 delete fEmPhysicsList; 141 fEmPhysicsList = new G4EmLivermorePhysics( 142 fEmPhysicsList = new G4EmLivermorePhysics(verboseLevel); 142 G4cout << "### selected Livermore PhysicsL 143 G4cout << "### selected Livermore PhysicsList ###" << G4endl; 143 } << 144 } else if (name == "empenelope") { 144 else if (name == "empenelope") { << 145 delete fEmPhysicsList; 145 delete fEmPhysicsList; 146 fEmPhysicsList = new G4EmPenelopePhysics(v 146 fEmPhysicsList = new G4EmPenelopePhysics(verboseLevel); 147 G4cout << "### selected Penelope PhysicsLi 147 G4cout << "### selected Penelope PhysicsList ###" << G4endl; 148 } << 148 } else if (name == "empenelopeMI") { 149 else if (name == "empenelopeMI") { << 150 delete fEmPhysicsList; 149 delete fEmPhysicsList; 151 fEmPhysicsList = new G4EmPenelopePhysicsMI << 150 fEmPhysicsList = new G4EmPenelopePhysicsMI(verboseLevel,"G4EmPenelopeMI",fUseMIFlag); 152 G4cout << "### selected Penelope PhysicsLi 151 G4cout << "### selected Penelope PhysicsList with MI effects ###" << G4endl; 153 } << 152 } else if (name == "emlowenergy") { 154 else if (name == "emlowenergy") { << 155 delete fEmPhysicsList; 153 delete fEmPhysicsList; 156 fEmPhysicsList = new G4EmLowEPPhysics(verb 154 fEmPhysicsList = new G4EmLowEPPhysics(verboseLevel); 157 G4cout << "### selected LowEP PhysicsList << 155 G4cout << "### selected LowEP PhysicsList ###" << G4endl; 158 } << 156 } else { 159 else { << 157 G4cout << "### PhysicsList::SelectPhysicsList: <" << name 160 G4cout << "### PhysicsList::SelectPhysicsL << 158 << ">"<< " is not defined ###" << G4endl; 161 << " is not defined ###" << G4endl; << 162 } 159 } 163 } 160 } 164 161 165 void SAXSPhysicsList::SetDefaultCutsValue(G4do 162 void SAXSPhysicsList::SetDefaultCutsValue(G4double value) 166 { 163 { 167 // define a new default cuts value << 164 //define a new default cuts value 168 defaultCutValue = value; 165 defaultCutValue = value; 169 } 166 } 170 167 171 //....oooOO0OOooo........oooOO0OOooo........oo 168 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 169 172 170