Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GammaRayTelHadronPhysics.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 // $Id: GammaRayTelHadronPhysics.hh 76280 2013-11-08 12:54:34Z gcosmo $
27 //
28 // ------------------------------------------------------------
29 // GEANT 4 class header file
30 //
31 // This class is an derived class of G4VPhysicsConstructor
32 //
33 // ------------------------------------------------------------
34 #ifndef GammaRayTelHadronPhysics_h
35 #define GammaRayTelHadronPhysics_h 1
36 
37 #include "globals.hh"
38 #include "G4ios.hh"
39 #include <vector>
40 
41 #include "G4VPhysicsConstructor.hh"
42 
43 #include "G4hMultipleScattering.hh"
44 #include "G4hIonisation.hh"
45 
49 #include "G4NeutronCaptureXS.hh"
50 #include "G4HadronElastic.hh"
51 
62 
63 // Low-energy Models
64 #include "G4LFission.hh"
65 
66 // Cross section handlers and high energy models
67 
69 #include "G4CascadeInterface.hh"
70 #include "G4CrossSectionPairGG.hh"
79 
80 // Stopping processes
84 
85 // quark gluon string model with chips afterburner.
86 #include "G4FTFModel.hh"
87 #include "G4TheoFSGenerator.hh"
88 #include "G4ExcitationHandler.hh"
89 #include "G4PreCompoundModel.hh"
91 #include "G4QGSMFragmentation.hh"
92 #include "G4ExcitedStringDecay.hh"
93 
94 
96 {
97  public:
98  GammaRayTelHadronPhysics(const G4String& name ="hadron");
99  virtual ~GammaRayTelHadronPhysics();
100 
101  public:
102  // This method will be invoked in the Construct() method.
103  // each particle type will be instantiated
105 
106  // This method will be invoked in the Construct() method.
107  // each physics process will be instantiated and
108  // registered to the process manager of each particle type
109  void ConstructProcess();
110 
111  protected:
112  // Elastic Process
115 
116  // Pi +
120 
121  // Pi -
126 
127  // pi+ and pi-
128 
136 
137  // K +
141 
142  // K -
147 
148  // K0L
150 
151  // K0S
153 
154  // Proton
158 
159  // anti-proton
164 
165  // neutron
170 
171  // anti-neutron
173 
174 
175 };
176 
177 
178 #endif
179 
G4PionMinusInelasticProcess thePionMinusInelastic
G4HadronFissionProcess theNeutronFission
G4KaonPlusInelasticProcess theKaonPlusInelastic
G4hMultipleScattering thePionMinusMult
G4KaonZeroSInelasticProcess theKaonZeroSInelastic
G4hMultipleScattering theKaonMinusMult
G4ExcitedStringDecay * theStringDecay
G4hMultipleScattering thePionPlusMult
const XML_Char * name
G4AntiNeutronInelasticProcess theAntiNeutronInelastic
G4KaonMinusInelasticProcess theKaonMinusInelastic
G4HadronCaptureProcess * theNeutronCapture
G4KaonZeroLInelasticProcess theKaonZeroLInelastic
G4AntiProtonAbsorptionFritiof theAntiProtonAnnihilation
G4hMultipleScattering theProtonMult
G4ProtonInelasticProcess theProtonInelastic
G4PionPlusInelasticProcess thePionPlusInelastic
GammaRayTelHadronPhysics(const G4String &name="hadron")
G4HadronElasticProcess theElasticProcess
G4AntiProtonInelasticProcess theAntiProtonInelastic
G4PiMinusAbsorptionBertini thePionMinusAbsorption
G4hMultipleScattering theAntiProtonMult
G4hMultipleScattering theKaonPlusMult
G4GeneratorPrecompoundInterface * theCascade
G4NeutronInelasticProcess theNeutronInelastic
G4KaonMinusAbsorptionBertini theKaonMinusAbsorption