ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
G4HadronPhysicsFTFQGSP_BERT.hh
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file G4HadronPhysicsFTFQGSP_BERT.hh
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
//
27
//---------------------------------------------------------------------------
28
// Author: Alberto Ribon
29
// Date: October 2017
30
//
31
// Hadron physics for the new, experimental physics list FTFQGSP_BERT,
32
// with QGS fragmentation of strings, instead of the Lund string
33
// fragmentation. Note that the string excitation is still done with FTF,
34
// exactly as for FTFP_BERT.
35
// Given that it is an experimental, and perhaps temporary, new type of
36
// hadron physics, corresponding builders are not created and everything
37
// is implemented directly in this class.
38
//----------------------------------------------------------------------------
39
//
40
#ifndef G4HadronPhysicsFTFQGSP_BERT_h
41
#define G4HadronPhysicsFTFQGSP_BERT_h 1
42
43
#include "
globals.hh
"
44
#include "
G4ios.hh
"
45
46
#include "
G4VPhysicsConstructor.hh
"
47
48
#include "
G4NeutronRadCapture.hh
"
49
50
#include "
G4TheoFSGenerator.hh
"
51
#include "
G4ExcitationHandler.hh
"
52
#include "
G4PreCompoundModel.hh
"
53
#include "
G4GeneratorPrecompoundInterface.hh
"
54
#include "
G4FTFModel.hh
"
55
#include "
G4QGSMFragmentation.hh
"
56
#include "
G4ExcitedStringDecay.hh
"
57
#include "
G4CascadeInterface.hh
"
58
59
#include "
G4HadronCaptureProcess.hh
"
60
61
#include "
G4NeutronInelasticProcess.hh
"
62
#include "
G4ProtonInelasticProcess.hh
"
63
#include "
G4PionMinusInelasticProcess.hh
"
64
#include "
G4PionPlusInelasticProcess.hh
"
65
#include "
G4KaonMinusInelasticProcess.hh
"
66
#include "
G4KaonPlusInelasticProcess.hh
"
67
#include "
G4KaonZeroLInelasticProcess.hh
"
68
#include "
G4KaonZeroSInelasticProcess.hh
"
69
70
#include "
G4LambdaInelasticProcess.hh
"
71
#include "
G4AntiLambdaInelasticProcess.hh
"
72
#include "
G4SigmaPlusInelasticProcess.hh
"
73
#include "
G4SigmaMinusInelasticProcess.hh
"
74
#include "
G4AntiSigmaPlusInelasticProcess.hh
"
75
#include "
G4AntiSigmaMinusInelasticProcess.hh
"
76
#include "
G4XiZeroInelasticProcess.hh
"
77
#include "
G4XiMinusInelasticProcess.hh
"
78
#include "
G4AntiXiZeroInelasticProcess.hh
"
79
#include "
G4AntiXiMinusInelasticProcess.hh
"
80
#include "
G4OmegaMinusInelasticProcess.hh
"
81
#include "
G4AntiOmegaMinusInelasticProcess.hh
"
82
83
#include "
G4AntiProtonInelasticProcess.hh
"
84
#include "
G4AntiNeutronInelasticProcess.hh
"
85
#include "
G4AntiDeuteronInelasticProcess.hh
"
86
#include "
G4AntiTritonInelasticProcess.hh
"
87
#include "
G4AntiHe3InelasticProcess.hh
"
88
#include "
G4AntiAlphaInelasticProcess.hh
"
89
90
91
class
G4HadronPhysicsFTFQGSP_BERT
:
public
G4VPhysicsConstructor
92
{
93
public
:
94
G4HadronPhysicsFTFQGSP_BERT
(
G4int
verbose =1);
95
G4HadronPhysicsFTFQGSP_BERT
(
const
G4String
&
name
,
G4bool
quasiElastic=
false
);
96
virtual
~G4HadronPhysicsFTFQGSP_BERT
();
97
98
public
:
99
virtual
void
ConstructParticle
();
100
virtual
void
ConstructProcess
();
101
102
private
:
103
void
CreateModels
();
104
105
G4NeutronRadCapture
*
theNeutronCaptureModel
;
106
107
G4PreCompoundModel
*
thePreEquilib
;
108
G4GeneratorPrecompoundInterface
*
theCascade
;
109
G4FTFModel
*
theStringModel
;
110
G4ExcitedStringDecay
*
theStringDecay
;
111
G4QGSMFragmentation
*
theQGSMFragmentation
;
112
G4ExcitationHandler
*
theHandler
;
113
114
G4TheoFSGenerator
*
theModel1
;
115
G4TheoFSGenerator
*
theModel2
;
116
G4TheoFSGenerator
*
theModel3
;
117
G4CascadeInterface
*
theBertini1
;
118
G4CascadeInterface
*
theBertini2
;
119
120
G4HadronCaptureProcess
*
theNeutronCaptureProcess
;
121
122
G4NeutronInelasticProcess
*
theNeutronInelastic
;
123
G4ProtonInelasticProcess
*
theProtonInelastic
;
124
G4PionMinusInelasticProcess
*
thePionMinusInelastic
;
125
G4PionPlusInelasticProcess
*
thePionPlusInelastic
;
126
G4KaonMinusInelasticProcess
*
theKaonMinusInelastic
;
127
G4KaonPlusInelasticProcess
*
theKaonPlusInelastic
;
128
G4KaonZeroLInelasticProcess
*
theKaonZeroLInelastic
;
129
G4KaonZeroSInelasticProcess
*
theKaonZeroSInelastic
;
130
131
G4LambdaInelasticProcess
*
theLambdaInelastic
;
132
G4AntiLambdaInelasticProcess
*
theAntiLambdaInelastic
;
133
G4SigmaMinusInelasticProcess
*
theSigmaMinusInelastic
;
134
G4AntiSigmaMinusInelasticProcess
*
theAntiSigmaMinusInelastic
;
135
G4SigmaPlusInelasticProcess
*
theSigmaPlusInelastic
;
136
G4AntiSigmaPlusInelasticProcess
*
theAntiSigmaPlusInelastic
;
137
G4XiZeroInelasticProcess
*
theXiZeroInelastic
;
138
G4AntiXiZeroInelasticProcess
*
theAntiXiZeroInelastic
;
139
G4XiMinusInelasticProcess
*
theXiMinusInelastic
;
140
G4AntiXiMinusInelasticProcess
*
theAntiXiMinusInelastic
;
141
G4OmegaMinusInelasticProcess
*
theOmegaMinusInelastic
;
142
G4AntiOmegaMinusInelasticProcess
*
theAntiOmegaMinusInelastic
;
143
144
G4AntiProtonInelasticProcess
*
theAntiProtonInelastic
;
145
G4AntiNeutronInelasticProcess
*
theAntiNeutronInelastic
;
146
G4AntiDeuteronInelasticProcess
*
theAntiDeuteronInelastic
;
147
G4AntiTritonInelasticProcess
*
theAntiTritonInelastic
;
148
G4AntiHe3InelasticProcess
*
theAntiHe3Inelastic
;
149
G4AntiAlphaInelasticProcess
*
theAntiAlphaInelastic
;
150
151
G4VCrossSectionDataSet
*
thePiXS
;
152
G4VCrossSectionDataSet
*
theKaonAndHyperonXS
;
153
G4VCrossSectionDataSet
*
theAntiNucleonXS
;
154
G4VCrossSectionDataSet
*
theNeutronInelasticXS
;
155
G4VCrossSectionDataSet
*
theNeutronCaptureXS
;
156
};
157
158
#endif
159
geant4
tree
geant4-10.6-release
source
physics_lists
constructors
hadron_inelastic
include
G4HadronPhysicsFTFQGSP_BERT.hh
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:27
using
1.8.2 with
ECCE GitHub integration