BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
Simulation/BOOST/BesSim/BesSim-00-01-24/BesSim/G4MiscLHEPBuilder_CHIPS.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// GEANT4 tag $Name: BesSim-00-01-24 $
27//
28//---------------------------------------------------------------------------
29//
30// ClassName: G4MiscLHEPBuilder_CHIPS
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_CHIPS_h
41#define G4MiscLHEPBuilder_CHIPS_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//CHIPS
92#include "G4QInelastic.hh"
93
95{
96 public:
99
100 public:
101 void Build();
102
103 private:
104
105 // anti-proton
106 G4AntiProtonInelasticProcess* theAntiProtonInelastic;
107 G4LEAntiProtonInelastic* theLEAntiProtonModel;
108 G4HEAntiProtonInelastic* theHEAntiProtonModel;
109 G4QInelastic* inelastic;
110
111 // anti-neutron
112 G4AntiNeutronInelasticProcess* theAntiNeutronInelastic;
113 G4LEAntiNeutronInelastic* theLEAntiNeutronModel;
114 G4HEAntiNeutronInelastic* theHEAntiNeutronModel;
115
116 // Lambda
117 G4LambdaInelasticProcess* theLambdaInelastic;
118 G4LELambdaInelastic* theLELambdaModel;
119 G4HELambdaInelastic* theHELambdaModel;
120
121 // AntiLambda
122 G4AntiLambdaInelasticProcess* theAntiLambdaInelastic;
123 G4LEAntiLambdaInelastic* theLEAntiLambdaModel;
124 G4HEAntiLambdaInelastic* theHEAntiLambdaModel;
125
126 // SigmaMinus
127 G4SigmaMinusInelasticProcess* theSigmaMinusInelastic;
128 G4LESigmaMinusInelastic* theLESigmaMinusModel;
129 G4HESigmaMinusInelastic* theHESigmaMinusModel;
130
131 // AntiSigmaMinus
132 G4AntiSigmaMinusInelasticProcess* theAntiSigmaMinusInelastic;
133 G4LEAntiSigmaMinusInelastic* theLEAntiSigmaMinusModel;
134 G4HEAntiSigmaMinusInelastic* theHEAntiSigmaMinusModel;
135
136 // SigmaPlus
137 G4SigmaPlusInelasticProcess* theSigmaPlusInelastic;
138 G4LESigmaPlusInelastic* theLESigmaPlusModel;
139 G4HESigmaPlusInelastic* theHESigmaPlusModel;
140
141 // AntiSigmaPlus
142 G4AntiSigmaPlusInelasticProcess* theAntiSigmaPlusInelastic;
143 G4LEAntiSigmaPlusInelastic* theLEAntiSigmaPlusModel;
144 G4HEAntiSigmaPlusInelastic* theHEAntiSigmaPlusModel;
145
146 // XiZero
147 G4XiZeroInelasticProcess* theXiZeroInelastic;
148 G4LEXiZeroInelastic* theLEXiZeroModel;
149 G4HEXiZeroInelastic* theHEXiZeroModel;
150
151 // AntiXiZero
152 G4AntiXiZeroInelasticProcess* theAntiXiZeroInelastic;
153 G4LEAntiXiZeroInelastic* theLEAntiXiZeroModel;
154 G4HEAntiXiZeroInelastic* theHEAntiXiZeroModel;
155
156 // XiMinus
157 G4XiMinusInelasticProcess* theXiMinusInelastic;
158 G4LEXiMinusInelastic* theLEXiMinusModel;
159 G4HEXiMinusInelastic* theHEXiMinusModel;
160
161 // AntiXiMinus
162 G4AntiXiMinusInelasticProcess* theAntiXiMinusInelastic;
163 G4LEAntiXiMinusInelastic* theLEAntiXiMinusModel;
164 G4HEAntiXiMinusInelastic* theHEAntiXiMinusModel;
165
166 // OmegaMinus
167 G4OmegaMinusInelasticProcess* theOmegaMinusInelastic;
168 G4LEOmegaMinusInelastic* theLEOmegaMinusModel;
169 G4HEOmegaMinusInelastic* theHEOmegaMinusModel;
170
171 // AntiOmegaMinus
172 G4AntiOmegaMinusInelasticProcess* theAntiOmegaMinusInelastic;
173 G4LEAntiOmegaMinusInelastic* theLEAntiOmegaMinusModel;
174 G4HEAntiOmegaMinusInelastic* theHEAntiOmegaMinusModel;
175
176 G4bool wasActivated;
177};
178// 2002 by J.P. Wellisch
179
180#endif
virtual ~G4MiscLHEPBuilder_CHIPS()