Geant4
9.6.p02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4_9_6_p02
source
processes
hadronic
models
chiral_inv_phase_space
interface
include
G4QHadronInelasticDataSet.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
// $Id$
27
//
28
// GEANT4 physics class: G4QHadronInelasticDataSet -- header file
29
// Created by M. Kosov (Mikhail.Kossov@cern.ch) 11.11.09
30
//
31
// ------------------------------------------------------------------------
32
// Short description: G4hadr wrapper for CHIPS inelastic hA cross-sections.
33
// ------------------------------------------------------------------------
34
35
#ifndef G4QHadronInelasticDataSet_h
36
#define G4QHadronInelasticDataSet_h 1
37
38
#include "
G4VCrossSectionDataSet.hh
"
39
#include "
G4DynamicParticle.hh
"
40
#include "
G4Element.hh
"
41
#include "
G4Neutron.hh
"
42
#include "
G4Proton.hh
"
43
#include "
G4PionMinus.hh
"
44
#include "
G4PionPlus.hh
"
45
#include "
G4KaonPlus.hh
"
46
#include "
G4KaonMinus.hh
"
47
#include "
G4KaonZeroLong.hh
"
48
#include "
G4KaonZeroShort.hh
"
49
#include "
G4Lambda.hh
"
50
#include "
G4SigmaPlus.hh
"
51
#include "
G4SigmaMinus.hh
"
52
#include "
G4SigmaZero.hh
"
53
#include "
G4XiMinus.hh
"
54
#include "
G4XiZero.hh
"
55
#include "
G4OmegaMinus.hh
"
56
#include "
G4AntiNeutron.hh
"
57
#include "
G4AntiProton.hh
"
58
#include "
G4AntiLambda.hh
"
59
#include "
G4AntiSigmaPlus.hh
"
60
#include "
G4AntiSigmaMinus.hh
"
61
#include "
G4AntiSigmaZero.hh
"
62
#include "
G4AntiXiMinus.hh
"
63
#include "
G4AntiXiZero.hh
"
64
#include "
G4AntiOmegaMinus.hh
"
65
//#include "G4Gamma.hh"
66
//#include "G4MuonPlus.hh"
67
//#include "G4MuonMinus.hh"
68
//#include "G4Electron.hh"
69
//#include "G4Positron.hh"
70
//#include "G4TauPlus.hh"
71
//#include "G4TauMinus.hh"
72
//#include "G4AntiNeutrinoE.hh"
73
//#include "G4NeutrinoE.hh"
74
//#include "G4AntiNeutrinoMu.hh"
75
//#include "G4NeutrinoMu.hh"
76
//#include "G4AntiNeutrinoTau.hh"
77
//#include "G4NeutrinoTau.hh"
78
79
#include "
G4QIsotope.hh
"
80
#include "
G4QProtonNuclearCrossSection.hh
"
81
#include "
G4QNeutronNuclearCrossSection.hh
"
82
#include "
G4QPionMinusNuclearCrossSection.hh
"
83
#include "
G4QPionPlusNuclearCrossSection.hh
"
84
#include "
G4QKaonPlusNuclearCrossSection.hh
"
85
#include "
G4QKaonMinusNuclearCrossSection.hh
"
86
#include "
G4QKaonZeroNuclearCrossSection.hh
"
87
#include "
G4QHyperonNuclearCrossSection.hh
"
88
#include "
G4QHyperonPlusNuclearCrossSection.hh
"
89
#include "
G4QAntiBaryonPlusNuclearCrossSection.hh
"
90
#include "
G4QAntiBaryonNuclearCrossSection.hh
"
91
//#include "G4QPhotonNuclearCrossSection.hh"
92
//#include "G4QElectronNuclearCrossSection.hh"
93
//#include "G4QMuonNuclearCrossSection.hh"
94
//#include "G4QTauNuclearCrossSection.hh"
95
//#include "G4QNuMuNuclearCrossSection.hh"
96
//#include "G4QANuMuNuclearCrossSection.hh"
97
//#include "G4QNuENuclearCrossSection.hh"
98
//#include "G4QANuENuclearCrossSection.hh"
99
//#include "G4QNuNuNuclearCrossSection.hh"
100
//#include "G4QANuANuNuclearCrossSection.hh"
101
102
103
class
G4QHadronInelasticDataSet
:
public
G4VCrossSectionDataSet
104
{
105
public
:
106
107
G4QHadronInelasticDataSet
(
const
G4String
& input_name =
"CHIPSInelasticXS"
);
108
~G4QHadronInelasticDataSet
() {};
109
G4bool
IsIsoApplicable
(
const
G4DynamicParticle
*,
G4int
Z
,
G4int
A,
110
const
G4Element
* elm = 0,
const
G4Material
*
mat
= 0);
111
G4double
GetIsoCrossSection
(
const
G4DynamicParticle
* P,
G4int
Z
,
G4int
A,
112
const
G4Isotope
*,
const
G4Element
*,
const
G4Material
*);
113
void
BuildPhysicsTable
(
const
G4ParticleDefinition
&){};
114
void
DumpPhysicsTable
(
const
G4ParticleDefinition
&) {};
115
116
void
Description
()
const
;
117
118
//private:
119
120
//G4QIsotope* Isotopes; // Pointer to the G4QIsotopes singleton
121
//static std::vector <G4int> ElementZ;
123
//
124
//static std::vector <std::vector<G4int>*> ElIsoN;
126
//
127
//static std::vector <std::vector<G4double>*> IsoProbInEl;
129
};
130
131
#endif
Generated on Sat May 25 2013 14:33:50 for Geant4 by
1.8.4