Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4INCLCrossSectionsMultiPions.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 // INCL++ intra-nuclear cascade model
27 // Alain Boudard, CEA-Saclay, France
28 // Joseph Cugnon, University of Liege, Belgium
29 // Jean-Christophe David, CEA-Saclay, France
30 // Pekka Kaitaniemi, CEA-Saclay, France, and Helsinki Institute of Physics, Finland
31 // Sylvie Leray, CEA-Saclay, France
32 // Davide Mancusi, CEA-Saclay, France
33 //
34 #define INCLXX_IN_GEANT4_MODE 1
35 
36 #include "globals.hh"
37 
45 #ifndef G4INCLCROSSSECTIONSMULTIPIONS_HH
46 #define G4INCLCROSSSECTIONSMULTIPIONS_HH
47 
48 #include "G4INCLICrossSections.hh"
50 
51 namespace G4INCL {
53 
55  public:
57 
59  virtual G4double elastic(Particle const * const p1, Particle const * const p2);
60 
62  virtual G4double total(Particle const * const p1, Particle const * const p2);
63 
65  virtual G4double NDeltaToNN(Particle const * const p1, Particle const * const p2);
66 
68  virtual G4double NNToNDelta(Particle const * const p1, Particle const * const p2);
69 
71  virtual G4double piNToDelta(Particle const * const p1, Particle const * const p2);
72 
74  virtual G4double piNToxPiN(const G4int xpi, Particle const * const p1, Particle const * const p2);
75 
77  virtual G4double NNToxPiNN(const G4int xpi, Particle const * const p1, Particle const * const p2);
78 
86  virtual G4double calculateNNAngularSlope(G4double energyCM, G4int iso);
87 
89  virtual G4double piNToEtaN(Particle const * const p1, Particle const * const p2);
90  virtual G4double piNToOmegaN(Particle const * const p1, Particle const * const p2);
91  virtual G4double piNToEtaPrimeN(Particle const * const p1, Particle const * const p2);
92 
94  virtual G4double etaNToPiPiN(Particle const * const p1, Particle const * const p2);
95  virtual G4double omegaNToPiPiN(Particle const * const p1, Particle const * const p2);
96 
98  virtual G4double etaNToPiN(Particle const * const p1, Particle const * const p2);
99  virtual G4double omegaNToPiN(Particle const * const p1, Particle const * const p2);
100  virtual G4double etaPrimeNToPiN(Particle const * const p1, Particle const * const p2);
101 
103  virtual G4double NNToNNEta(Particle const * const particle1, Particle const * const particle2);
104 
106  virtual G4double NNToNNEtaExclu(Particle const * const particle1, Particle const * const particle2);
107 
109  virtual G4double NNToNNEtaxPi(const G4int xpi, Particle const * const p1, Particle const * const p2);
110 
112  virtual G4double NNToNDeltaEta(Particle const * const p1, Particle const * const p2);
113 
115  virtual G4double NNToNNOmega(Particle const * const particle1, Particle const * const particle2);
116 
118  virtual G4double NNToNNOmegaExclu(Particle const * const particle1, Particle const * const particle2);
119 
121  virtual G4double NNToNNOmegaxPi(const G4int xpi, Particle const * const p1, Particle const * const p2);
122 
124  virtual G4double NNToNDeltaOmega(Particle const * const p1, Particle const * const p2);
125 
126  protected:
128  static const G4int nMaxPiNN;
129 
131  static const G4int nMaxPiPiN;
132 
153 
155  static const G4double s11pzOOT;
157  static const G4double s01ppOOT;
159  static const G4double s01pzOOT;
161  static const G4double s11pmOOT;
163  static const G4double s12pmOOT;
165  static const G4double s12ppOOT;
167  static const G4double s12zzOOT;
169  static const G4double s02pzOOT;
171  static const G4double s02pmOOT;
173  static const G4double s12mzOOT;
174 
176  G4double NNElastic(Particle const * const part1, Particle const * const part2);
177 
179  G4double NNElasticFixed(const G4double s, const G4int i);
180 
182  G4double NNTot(Particle const * const part1, Particle const * const part2);
183 
185  G4double NNTotFixed(const G4double s, const G4int i);
186 
188  G4double NNInelasticIso(const G4double ener, const G4int iso);
189 
191  virtual G4double NNOnePiOrDelta(const G4double ener, const G4int iso, const G4double xsiso);
193  virtual G4double NNTwoPi(const G4double ener, const G4int iso, const G4double xsiso);
195  virtual G4double NNThreePi(const G4double ener, const G4int iso, const G4double xsiso, const G4double xs1pi, const G4double xs2pi);
196 
198  virtual G4double NNOnePi(Particle const * const part1, Particle const * const part2);
200  virtual G4double NNOnePiOrDelta(Particle const * const part1, Particle const * const part2);
202  virtual G4double NNTwoPi(Particle const * const part1, Particle const * const part2);
204  virtual G4double NNThreePi(Particle const * const part1, Particle const * const part2);
206  virtual G4double NNFourPi(Particle const * const part1, Particle const * const part2);
207 
209  G4double spnPiPlusPHE(const G4double x);
212  G4double piNIne(Particle const * const p1, Particle const * const p2);
213  G4double piNTot(Particle const * const p1, Particle const * const p2);
214  G4double piNTopiN(Particle const * const p1, Particle const * const p2);
215  G4double piPluspIne(Particle const * const p1, Particle const * const p2);
216  G4double piMinuspIne(Particle const * const p1, Particle const * const p2);
217  G4double piPluspOnePi(Particle const * const p1, Particle const * const p2);
218  G4double piMinuspOnePi(Particle const * const p1, Particle const * const p2);
219  G4double piPluspTwoPi(Particle const * const p1, Particle const * const p2);
220  G4double piMinuspTwoPi(Particle const * const p1, Particle const * const p2);
221 
223  virtual G4double piNOnePi(Particle const * const p1, Particle const * const p2);
224 
226  virtual G4double piNTwoPi(Particle const * const p1, Particle const * const p2);
227 
228 
229  };
230 }
231 
232 #endif
virtual G4double NNToxPiNN(const G4int xpi, Particle const *const p1, Particle const *const p2)
Cross section for X pion production - NN Channel.
static const G4double s01pzOOT
One over threshold for s01pz.
virtual G4double NNToNDelta(Particle const *const p1, Particle const *const p2)
Cross section for Delta production - NN Channel.
virtual G4double NNOnePiOrDelta(const G4double ener, const G4int iso, const G4double xsiso)
Cross section for direct 1-pion production + delta production - NN entrance channel.
virtual G4double piNToEtaN(Particle const *const p1, Particle const *const p2)
Cross sections for mesonic resonance production - piN Channel.
G4double NNInelasticIso(const G4double ener, const G4int iso)
Internal implementation of the isospin dependent NN reaction cross section.
virtual G4double NNToNNOmega(Particle const *const particle1, Particle const *const particle2)
Cross section for Eta production - NN entrance channel.
static const G4double s12mzOOT
One over threshold for s12mz.
virtual G4double etaNToPiN(Particle const *const p1, Particle const *const p2)
Cross sections for mesonic resonance absorption on nucleon - piN Channel.
G4double piNIne(Particle const *const p1, Particle const *const p2)
virtual G4double NNTwoPi(const G4double ener, const G4int iso, const G4double xsiso)
Cross section for direct 2-pion production - NN entrance channel.
static const G4double s12ppOOT
One over threshold for s12pp.
virtual G4double piNToDelta(Particle const *const p1, Particle const *const p2)
Cross section for Delta production - piN Channel.
G4double NNElasticFixed(const G4double s, const G4int i)
Internal implementation of the NN elastic cross section with fixed isospin.
const HornerC4 s12zzHC
Horner coefficients for s12zz.
virtual G4double etaPrimeNToPiN(Particle const *const p1, Particle const *const p2)
Cross section for EtaPrimeN->PiN.
virtual G4double NNToNDeltaOmega(Particle const *const p1, Particle const *const p2)
Cross section for N-Delta-Eta production - NNEta Channel.
virtual G4double piNToxPiN(const G4int xpi, Particle const *const p1, Particle const *const p2)
Cross section for X pion production - piN Channel.
Abstract interface for the cross-section classes.
G4double spnPiPlusPHE(const G4double x)
Internal function for pion cross sections.
const HornerC4 s02pzHC
Horner coefficients for s02pz.
int G4int
Definition: G4Types.hh:78
virtual G4double NNThreePi(const G4double ener, const G4int iso, const G4double xsiso, const G4double xs1pi, const G4double xs2pi)
Cross section for direct 3-pion production - NN entrance channel.
G4double NNElastic(Particle const *const part1, Particle const *const part2)
Internal implementation of the NN elastic cross section.
const HornerC8 s01ppHC
Horner coefficients for s01pp.
virtual G4double NNOnePi(Particle const *const part1, Particle const *const part2)
Cross section for direct 1-pion production - NN entrance channel.
static const G4double s01ppOOT
One over threshold for s01pp.
G4double NNTot(Particle const *const part1, Particle const *const part2)
Internal implementation of the NN total cross section.
static const G4int nMaxPiNN
Maximum number of outgoing pions in NN collisions.
virtual G4double piNTwoPi(Particle const *const p1, Particle const *const p2)
Cross section for Two (more) pion production - piN entrance channel.
const XML_Char * s
Definition: expat.h:262
G4double piPluspOnePi(Particle const *const p1, Particle const *const p2)
virtual G4double piNToEtaPrimeN(Particle const *const p1, Particle const *const p2)
Cross section for PiN->EtaPrimeN.
virtual G4double omegaNToPiN(Particle const *const p1, Particle const *const p2)
Cross section for OmegaN->PiN.
const HornerC4 s01pzHC
Horner coefficients for s01pz.
virtual G4double NNToNNOmegaExclu(Particle const *const particle1, Particle const *const particle2)
Cross section for Eta production (exclusive) - NN entrance channel.
virtual G4double NNToNNOmegaxPi(const G4int xpi, Particle const *const p1, Particle const *const p2)
Cross section for X pion production - NNEta Channel.
G4double piMinuspTwoPi(Particle const *const p1, Particle const *const p2)
G4double piNTopiN(Particle const *const p1, Particle const *const p2)
G4double piNTot(Particle const *const p1, Particle const *const p2)
virtual G4double elastic(Particle const *const p1, Particle const *const p2)
Elastic particle-particle cross section.
const HornerC3 s12ppHC
Horner coefficients for s12pp.
static const G4double s11pmOOT
One over threshold for s11pm.
Template-metaprogramming-based evaluator for polynomials in Horner form.
virtual G4double NNFourPi(Particle const *const part1, Particle const *const part2)
Cross section for direct 4-pion production - NN entrance channel.
virtual G4double NDeltaToNN(Particle const *const p1, Particle const *const p2)
Cross section for NDelta->NN.
virtual G4double NNToNNEtaExclu(Particle const *const particle1, Particle const *const particle2)
Cross section for Eta production (exclusive) - NN entrance channel.
virtual G4double etaNToPiPiN(Particle const *const p1, Particle const *const p2)
Cross sections for mesonic resonance absorption on nucleon - pipiN Channel.
virtual G4double piNToOmegaN(Particle const *const p1, Particle const *const p2)
Cross section for PiN->OmegaN.
G4double piMinuspOnePi(Particle const *const p1, Particle const *const p2)
const HornerC7 s11pzHC
Horner coefficients for s11pz.
static const G4double s02pzOOT
One over threshold for s02pz.
static const G4double s12pmOOT
One over threshold for s12pm.
Cross sections used in INCL Multipions.
static const G4double s12zzOOT
One over threshold for s12zz.
G4double NNTotFixed(const G4double s, const G4int i)
Internal implementation of the NN total cross section with fixed isospin.
G4double piPluspTwoPi(Particle const *const p1, Particle const *const p2)
static const G4double s11pzOOT
One over threshold for s11pz.
Abstract interface for the cross-section classes.
const HornerC4 s12mzHC
Horner coefficients for s12mz.
static const G4double s02pmOOT
One over threshold for s02pm.
virtual G4double NNToNNEta(Particle const *const particle1, Particle const *const particle2)
Cross section for Eta production - NN entrance channel.
virtual G4double NNToNNEtaxPi(const G4int xpi, Particle const *const p1, Particle const *const p2)
Cross section for X pion production - NNEta Channel.
G4double piMinuspIne(Particle const *const p1, Particle const *const p2)
virtual G4double calculateNNAngularSlope(G4double energyCM, G4int iso)
Calculate the slope of the NN DDXS.
double G4double
Definition: G4Types.hh:76
virtual G4double omegaNToPiPiN(Particle const *const p1, Particle const *const p2)
Cross section for OmegaN->PiPiN.
const HornerC4 s11pmHC
Horner coefficients for s11pm.
G4double spnPiMinusPHE(const G4double x)
Internal function for pion cross sections.
virtual G4double total(Particle const *const p1, Particle const *const p2)
Total (elastic+inelastic) particle-particle cross section.
static const G4int nMaxPiPiN
Maximum number of outgoing pions in piN collisions.
virtual G4double piNOnePi(Particle const *const p1, Particle const *const p2)
Cross section for One (more) pion production - piN entrance channel.
virtual G4double NNToNDeltaEta(Particle const *const p1, Particle const *const p2)
Cross section for N-Delta-Eta production - NNEta Channel.
const HornerC6 s02pmHC
Horner coefficients for s02pm.
G4double piPluspIne(Particle const *const p1, Particle const *const p2)
const HornerC5 s12pmHC
Horner coefficients for s12pm.