Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/electromagnetic/TestEm0/src/PhysicsList.cc

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /examples/extended/electromagnetic/TestEm0/src/PhysicsList.cc (Version 11.3.0) and /examples/extended/electromagnetic/TestEm0/src/PhysicsList.cc (Version 10.4.p2)


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