CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
G4MiscLHEPBuilder_WP.h
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 // GEANT4 tag $Name: CMSSW_5_3_11_patch3 $
27 //
28 //---------------------------------------------------------------------------
29 //
30 // ClassName: G4MiscLHEPBuilder_WP
31 //
32 // Author: 2002 J.P. Wellisch
33 //
34 // Modified:
35 // 16.11.2005 G.Folger: don't keep processes as data members, but new these
36 // 13.06.2006 G.Folger: (re)move elastic scatterring
37 //
38 //----------------------------------------------------------------------------
39 //
40 #ifndef G4MiscLHEPBuilder_WP_h
41 #define G4MiscLHEPBuilder_WP_h 1
42 
43 #include "globals.hh"
44 
45 #include "G4AntiProtonInelasticProcess.hh"
46 #include "G4AntiNeutronInelasticProcess.hh"
47 #include "G4LambdaInelasticProcess.hh"
48 #include "G4AntiLambdaInelasticProcess.hh"
49 #include "G4SigmaPlusInelasticProcess.hh"
50 #include "G4SigmaMinusInelasticProcess.hh"
51 #include "G4AntiSigmaPlusInelasticProcess.hh"
52 #include "G4AntiSigmaMinusInelasticProcess.hh"
53 #include "G4XiZeroInelasticProcess.hh"
54 #include "G4XiMinusInelasticProcess.hh"
55 #include "G4AntiXiZeroInelasticProcess.hh"
56 #include "G4AntiXiMinusInelasticProcess.hh"
57 #include "G4OmegaMinusInelasticProcess.hh"
58 #include "G4AntiOmegaMinusInelasticProcess.hh"
59 
60 #include "G4LEAntiProtonInelastic.hh"
61 #include "G4LEAntiNeutronInelastic.hh"
62 #include "G4LELambdaInelastic.hh"
63 #include "G4LEAntiLambdaInelastic.hh"
64 #include "G4LESigmaPlusInelastic.hh"
65 #include "G4LESigmaMinusInelastic.hh"
66 #include "G4LEAntiSigmaPlusInelastic.hh"
67 #include "G4LEAntiSigmaMinusInelastic.hh"
68 #include "G4LEXiZeroInelastic.hh"
69 #include "G4LEXiMinusInelastic.hh"
70 #include "G4LEAntiXiZeroInelastic.hh"
71 #include "G4LEAntiXiMinusInelastic.hh"
72 #include "G4LEOmegaMinusInelastic.hh"
73 #include "G4LEAntiOmegaMinusInelastic.hh"
74 
75 // High-energy Models
76 
77 #include "G4HEAntiProtonInelastic.hh"
78 #include "G4HEAntiNeutronInelastic.hh"
79 #include "G4HELambdaInelastic.hh"
80 #include "G4HEAntiLambdaInelastic.hh"
81 #include "G4HESigmaPlusInelastic.hh"
82 #include "G4HESigmaMinusInelastic.hh"
83 #include "G4HEAntiSigmaPlusInelastic.hh"
84 #include "G4HEAntiSigmaMinusInelastic.hh"
85 #include "G4HEXiZeroInelastic.hh"
86 #include "G4HEXiMinusInelastic.hh"
87 #include "G4HEAntiXiZeroInelastic.hh"
88 #include "G4HEAntiXiMinusInelastic.hh"
89 #include "G4HEOmegaMinusInelastic.hh"
90 #include "G4HEAntiOmegaMinusInelastic.hh"
91 
93 
95 {
96  public:
98  virtual ~G4MiscLHEPBuilder_WP();
99 
100  public:
101  void Build();
102 
103  private:
104 
105  // anti-proton
106  G4AntiProtonInelasticProcess theAntiProtonInelastic;
107  G4LEAntiProtonInelastic* theLEAntiProtonModel;
108  G4HEAntiProtonInelastic* theHEAntiProtonModel;
109 
110  // anti-proton wrapper process for Gflash
112 
113  // anti-neutron
114  G4AntiNeutronInelasticProcess theAntiNeutronInelastic;
115  G4LEAntiNeutronInelastic* theLEAntiNeutronModel;
116  G4HEAntiNeutronInelastic* theHEAntiNeutronModel;
117 
118  // Lambda
119  G4LambdaInelasticProcess theLambdaInelastic;
120  G4LELambdaInelastic* theLELambdaModel;
121  G4HELambdaInelastic* theHELambdaModel;
122 
123  // AntiLambda
124  G4AntiLambdaInelasticProcess theAntiLambdaInelastic;
125  G4LEAntiLambdaInelastic* theLEAntiLambdaModel;
126  G4HEAntiLambdaInelastic* theHEAntiLambdaModel;
127 
128  // SigmaMinus
129  G4SigmaMinusInelasticProcess theSigmaMinusInelastic;
130  G4LESigmaMinusInelastic* theLESigmaMinusModel;
131  G4HESigmaMinusInelastic* theHESigmaMinusModel;
132 
133  // AntiSigmaMinus
134  G4AntiSigmaMinusInelasticProcess theAntiSigmaMinusInelastic;
135  G4LEAntiSigmaMinusInelastic* theLEAntiSigmaMinusModel;
136  G4HEAntiSigmaMinusInelastic* theHEAntiSigmaMinusModel;
137 
138  // SigmaPlus
139  G4SigmaPlusInelasticProcess theSigmaPlusInelastic;
140  G4LESigmaPlusInelastic* theLESigmaPlusModel;
141  G4HESigmaPlusInelastic* theHESigmaPlusModel;
142 
143  // AntiSigmaPlus
144  G4AntiSigmaPlusInelasticProcess theAntiSigmaPlusInelastic;
145  G4LEAntiSigmaPlusInelastic* theLEAntiSigmaPlusModel;
146  G4HEAntiSigmaPlusInelastic* theHEAntiSigmaPlusModel;
147 
148  // XiZero
149  G4XiZeroInelasticProcess theXiZeroInelastic;
150  G4LEXiZeroInelastic* theLEXiZeroModel;
151  G4HEXiZeroInelastic* theHEXiZeroModel;
152 
153  // AntiXiZero
154  G4AntiXiZeroInelasticProcess theAntiXiZeroInelastic;
155  G4LEAntiXiZeroInelastic* theLEAntiXiZeroModel;
156  G4HEAntiXiZeroInelastic* theHEAntiXiZeroModel;
157 
158  // XiMinus
159  G4XiMinusInelasticProcess theXiMinusInelastic;
160  G4LEXiMinusInelastic* theLEXiMinusModel;
161  G4HEXiMinusInelastic* theHEXiMinusModel;
162 
163  // AntiXiMinus
164  G4AntiXiMinusInelasticProcess theAntiXiMinusInelastic;
165  G4LEAntiXiMinusInelastic* theLEAntiXiMinusModel;
166  G4HEAntiXiMinusInelastic* theHEAntiXiMinusModel;
167 
168  // OmegaMinus
169  G4OmegaMinusInelasticProcess theOmegaMinusInelastic;
170  G4LEOmegaMinusInelastic* theLEOmegaMinusModel;
171  G4HEOmegaMinusInelastic* theHEOmegaMinusModel;
172 
173  // AntiOmegaMinus
174  G4AntiOmegaMinusInelasticProcess theAntiOmegaMinusInelastic;
175  G4LEAntiOmegaMinusInelastic* theLEAntiOmegaMinusModel;
176  G4HEAntiOmegaMinusInelastic* theHEAntiOmegaMinusModel;
177 
178  G4bool wasActivated;
179 };
180 // 2002 by J.P. Wellisch
181 
182 #endif
G4LEAntiXiZeroInelastic * theLEAntiXiZeroModel
G4OmegaMinusInelasticProcess theOmegaMinusInelastic
G4AntiProtonInelasticProcess theAntiProtonInelastic
G4HEAntiSigmaMinusInelastic * theHEAntiSigmaMinusModel
G4LEOmegaMinusInelastic * theLEOmegaMinusModel
G4LEXiZeroInelastic * theLEXiZeroModel
G4SigmaPlusInelasticProcess theSigmaPlusInelastic
G4HEAntiNeutronInelastic * theHEAntiNeutronModel
GflashHadronWrapperProcess * theWrappedAntiProtonInelastic
G4LEAntiNeutronInelastic * theLEAntiNeutronModel
G4HEXiMinusInelastic * theHEXiMinusModel
G4XiZeroInelasticProcess theXiZeroInelastic
G4LELambdaInelastic * theLELambdaModel
G4LambdaInelasticProcess theLambdaInelastic
G4LESigmaPlusInelastic * theLESigmaPlusModel
G4AntiSigmaPlusInelasticProcess theAntiSigmaPlusInelastic
G4HEAntiLambdaInelastic * theHEAntiLambdaModel
G4HEXiZeroInelastic * theHEXiZeroModel
G4LEAntiSigmaPlusInelastic * theLEAntiSigmaPlusModel
G4LESigmaMinusInelastic * theLESigmaMinusModel
G4HEAntiOmegaMinusInelastic * theHEAntiOmegaMinusModel
G4SigmaMinusInelasticProcess theSigmaMinusInelastic
G4AntiXiZeroInelasticProcess theAntiXiZeroInelastic
G4HEAntiXiZeroInelastic * theHEAntiXiZeroModel
G4HEAntiProtonInelastic * theHEAntiProtonModel
G4HELambdaInelastic * theHELambdaModel
G4HEAntiSigmaPlusInelastic * theHEAntiSigmaPlusModel
G4AntiXiMinusInelasticProcess theAntiXiMinusInelastic
G4AntiOmegaMinusInelasticProcess theAntiOmegaMinusInelastic
G4HESigmaPlusInelastic * theHESigmaPlusModel
G4AntiSigmaMinusInelasticProcess theAntiSigmaMinusInelastic
G4AntiNeutronInelasticProcess theAntiNeutronInelastic
G4XiMinusInelasticProcess theXiMinusInelastic
G4HESigmaMinusInelastic * theHESigmaMinusModel
G4HEAntiXiMinusInelastic * theHEAntiXiMinusModel
G4LEAntiXiMinusInelastic * theLEAntiXiMinusModel
G4LEAntiProtonInelastic * theLEAntiProtonModel
G4LEAntiOmegaMinusInelastic * theLEAntiOmegaMinusModel
G4AntiLambdaInelasticProcess theAntiLambdaInelastic
G4LEXiMinusInelastic * theLEXiMinusModel
G4HEOmegaMinusInelastic * theHEOmegaMinusModel
G4LEAntiSigmaMinusInelastic * theLEAntiSigmaMinusModel
G4LEAntiLambdaInelastic * theLEAntiLambdaModel