Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ExExChHadronPhysicsQGSP_BIC.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 //
28 //
29 // $Id: ExExChHadronPhysicsQGSP_BIC.hh 76703 2013-11-14 10:29:11Z gcosmo $
30 //
31 
32 #ifndef ExExChHadronPhysicsQGSP_BIC_h
33 #define ExExChHadronPhysicsQGSP_BIC_h 1
34 
35 #include "globals.hh"
36 #include "G4ios.hh"
37 
38 #include "G4VPhysicsConstructor.hh"
39 
40 #include "G4FTFPPiKBuilder.hh"
41 #include "G4QGSPPiKBuilder.hh"
42 #include "G4BertiniPiKBuilder.hh"
43 
44 #include "G4FTFPProtonBuilder.hh"
45 #include "G4QGSPProtonBuilder.hh"
46 #include "G4BinaryProtonBuilder.hh"
47 
48 #include "G4NeutronBuilder.hh"
49 #include "G4FTFPNeutronBuilder.hh"
50 #include "G4QGSPNeutronBuilder.hh"
52 
53 #include "G4HyperonFTFPBuilder.hh"
55 
56 #include "ExExChProtonBuilder.hh"
57 #include "ExExChPiKBuilder.hh"
60 
61 
63 {
64  public:
67  G4bool quasiElastic=true);
69 
70  public:
71  virtual void ConstructParticle();
72  virtual void ConstructProcess();
73 
74  private:
75  void CreateModels();
76 
77  struct ThreadPrivate {
78  G4NeutronBuilder * theNeutrons;
79  G4FTFPNeutronBuilder * theFTFPNeutron;
80  G4QGSPNeutronBuilder * theQGSPNeutron;
81  G4BinaryNeutronBuilder * theBinaryNeutron;
82 
83  ExExChPiKBuilder * thePiK;
84  G4FTFPPiKBuilder * theFTFPPiK;
85  G4QGSPPiKBuilder * theQGSPPiK;
86  G4BertiniPiKBuilder * theBertiniPiK;
87 
88  ExExChProtonBuilder * thePro;
89  G4FTFPProtonBuilder * theFTFPPro;
90  G4QGSPProtonBuilder * theQGSPPro;
91  G4BinaryProtonBuilder * theBinaryPro;
92 
93  ExExChHyperonFTFPBuilder * theHyperon;
94 
95  ExExChAntiBarionBuilder * theAntiBaryon;
96  G4FTFPAntiBarionBuilder * theFTFPAntiBaryon;
97 
98  G4VCrossSectionDataSet * xsNeutronInelasticXS;
99  G4VCrossSectionDataSet * xsNeutronCaptureXS;
100  };
101  static G4ThreadLocal ThreadPrivate* tpdata;
102 
103  // G4bool QuasiElastic;
104 };
105 
106 #endif
107 
const XML_Char * name
Definition: expat.h:151
Definition of the ExExChPiKBuilder class.
Definition of the ExExChAntiBarionBuilder class.
#define G4ThreadLocal
Definition: tls.hh:89
int G4int
Definition: G4Types.hh:78
Definition of the ExExChProtonBuilder class.
bool G4bool
Definition: G4Types.hh:79
Definition of the ExExChHyperonFTFPBuilder class.