Geant4  10.02.p01
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 
88  protected:
90  static const G4int nMaxPiNN;
91 
93  static const G4int nMaxPiPiN;
94 
115 
117  static const G4double s11pzOOT;
119  static const G4double s01ppOOT;
121  static const G4double s01pzOOT;
123  static const G4double s11pmOOT;
125  static const G4double s12pmOOT;
127  static const G4double s12ppOOT;
129  static const G4double s12zzOOT;
131  static const G4double s02pzOOT;
133  static const G4double s02pmOOT;
135  static const G4double s12mzOOT;
136 
138  G4double NNElastic(Particle const * const part1, Particle const * const part2);
139 
141  G4double NNElasticFixed(const G4double s, const G4int i);
142 
144  G4double NNTot(Particle const * const part1, Particle const * const part2);
145 
147  G4double NNTotFixed(const G4double s, const G4int i);
148 
150  G4double NNInelasticIso(const G4double ener, const G4int iso);
151 
153  virtual G4double NNOnePiOrDelta(const G4double ener, const G4int iso, const G4double xsiso);
155  virtual G4double NNTwoPi(const G4double ener, const G4int iso, const G4double xsiso);
157  virtual G4double NNThreePi(const G4double ener, const G4int iso, const G4double xsiso, const G4double xs1pi, const G4double xs2pi);
158 
160  virtual G4double NNOnePi(Particle const * const part1, Particle const * const part2);
162  virtual G4double NNOnePiOrDelta(Particle const * const part1, Particle const * const part2);
164  virtual G4double NNTwoPi(Particle const * const part1, Particle const * const part2);
166  virtual G4double NNThreePi(Particle const * const part1, Particle const * const part2);
168  virtual G4double NNFourPi(Particle const * const part1, Particle const * const part2);
169 
174  G4double piNIne(Particle const * const p1, Particle const * const p2);
175  G4double piNTot(Particle const * const p1, Particle const * const p2);
176  G4double piNTopiN(Particle const * const p1, Particle const * const p2);
177 
179  virtual G4double piNOnePi(Particle const * const p1, Particle const * const p2);
180 
182  virtual G4double piNTwoPi(Particle const * const p1, Particle const * const p2);
183 
184  };
185 }
186 
187 #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.
G4double NNInelasticIso(const G4double ener, const G4int iso)
Internal implementation of the isospin dependent NN reaction cross section.
static const G4double s12mzOOT
One over threshold for s12mz.
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 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.
static const double s
Definition: G4SIunits.hh:168
const HornerC4 s01pzHC
Horner coefficients for s01pz.
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.
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.
const G4double x[NPOINTSGL]
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.
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 calculateNNAngularSlope(G4double energyCM, G4int iso)
Calculate the slope of the NN DDXS.
double G4double
Definition: G4Types.hh:76
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.
const HornerC6 s02pmHC
Horner coefficients for s02pm.
const HornerC5 s12pmHC
Horner coefficients for s12pm.