Geant4
9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4QHadronElasticDataSet.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: G4QHadronElasticDataSet -- header file
29
// Created by M. Kosov (
[email protected]
) 21.01.10
30
//
31
// ----------------------------------------------------------------------
32
// Short description: G4hadr wrapper for CHIPS elastic hA cross-sections.
33
// ----------------------------------------------------------------------
34
35
#ifndef G4QHadronElasticDataSet_h
36
#define G4QHadronElasticDataSet_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
66
#include "
G4QIsotope.hh
"
67
#include "
G4QProtonElasticCrossSection.hh
"
68
#include "
G4QNeutronElasticCrossSection.hh
"
69
#include "
G4QPionMinusElasticCrossSection.hh
"
70
#include "
G4QPionPlusElasticCrossSection.hh
"
71
#include "
G4QKaonPlusElasticCrossSection.hh
"
72
#include "
G4QKaonMinusElasticCrossSection.hh
"
73
#include "
G4QHyperonElasticCrossSection.hh
"
74
#include "
G4QHyperonPlusElasticCrossSection.hh
"
75
#include "
G4QAntiBaryonElasticCrossSection.hh
"
76
77
78
class
G4QHadronElasticDataSet
:
public
G4VCrossSectionDataSet
79
{
80
public
:
81
82
G4QHadronElasticDataSet
(
const
G4String
& dataSetName =
"CHIPSElasticXS"
);
83
~G4QHadronElasticDataSet
() {};
84
G4bool
IsIsoApplicable
(
const
G4DynamicParticle
*,
G4int
Z,
G4int
A,
85
const
G4Element
* elm = 0,
const
G4Material
* mat = 0);
86
G4double
GetIsoCrossSection
(
const
G4DynamicParticle
* P,
G4int
Z,
G4int
A,
87
const
G4Isotope
*,
const
G4Element
*,
const
G4Material
*);
88
void
BuildPhysicsTable
(
const
G4ParticleDefinition
&){};
89
void
DumpPhysicsTable
(
const
G4ParticleDefinition
&) {};
90
91
void
Description
()
const
;
92
93
//private:
94
95
//G4QIsotope* Isotopes; // Pointer to the G4QIsotopes singleton
96
//static std::vector <G4int> ElementZ;
97
//// Z of the element(i) in theLastCalc
98
//
99
//static std::vector <std::vector<G4int>*> ElIsoN;
100
//// N of isotope(j) of Element(i)
101
//
102
//static std::vector <std::vector<G4double>*> IsoProbInEl;
103
//// SumProbabIsotopes in Element i
104
};
105
106
#endif
G4AntiLambda.hh
G4AntiNeutron.hh
G4AntiOmegaMinus.hh
G4AntiProton.hh
G4AntiSigmaMinus.hh
G4AntiSigmaPlus.hh
G4AntiSigmaZero.hh
G4AntiXiMinus.hh
G4AntiXiZero.hh
G4DynamicParticle.hh
G4Element.hh
G4KaonMinus.hh
G4KaonPlus.hh
G4KaonZeroLong.hh
G4KaonZeroShort.hh
G4Lambda.hh
G4Neutron.hh
G4OmegaMinus.hh
G4PionMinus.hh
G4PionPlus.hh
G4Proton.hh
G4QAntiBaryonElasticCrossSection.hh
G4QHyperonElasticCrossSection.hh
G4QHyperonPlusElasticCrossSection.hh
G4QIsotope.hh
G4QKaonMinusElasticCrossSection.hh
G4QKaonPlusElasticCrossSection.hh
G4QNeutronElasticCrossSection.hh
G4QPionMinusElasticCrossSection.hh
G4QPionPlusElasticCrossSection.hh
G4QProtonElasticCrossSection.hh
G4SigmaMinus.hh
G4SigmaPlus.hh
G4SigmaZero.hh
G4double
double G4double
Definition:
G4Types.hh:64
G4int
int G4int
Definition:
G4Types.hh:66
G4bool
bool G4bool
Definition:
G4Types.hh:67
G4VCrossSectionDataSet.hh
G4XiMinus.hh
G4XiZero.hh
G4DynamicParticle
Definition:
G4DynamicParticle.hh:74
G4Element
Definition:
G4Element.hh:98
G4Isotope
Definition:
G4Isotope.hh:73
G4Material
Definition:
G4Material.hh:119
G4ParticleDefinition
Definition:
G4ParticleDefinition.hh:68
G4QHadronElasticDataSet
Definition:
G4QHadronElasticDataSet.hh:79
G4QHadronElasticDataSet::GetIsoCrossSection
G4double GetIsoCrossSection(const G4DynamicParticle *P, G4int Z, G4int A, const G4Isotope *, const G4Element *, const G4Material *)
Definition:
G4QHadronElasticDataSet.cc:182
G4QHadronElasticDataSet::DumpPhysicsTable
void DumpPhysicsTable(const G4ParticleDefinition &)
Definition:
G4QHadronElasticDataSet.hh:89
G4QHadronElasticDataSet::BuildPhysicsTable
void BuildPhysicsTable(const G4ParticleDefinition &)
Definition:
G4QHadronElasticDataSet.hh:88
G4QHadronElasticDataSet::IsIsoApplicable
G4bool IsIsoApplicable(const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=0, const G4Material *mat=0)
Definition:
G4QHadronElasticDataSet.cc:82
G4QHadronElasticDataSet::Description
void Description() const
Definition:
G4QHadronElasticDataSet.cc:56
G4QHadronElasticDataSet::~G4QHadronElasticDataSet
~G4QHadronElasticDataSet()
Definition:
G4QHadronElasticDataSet.hh:83
G4String
Definition:
G4String.hh:105
G4VCrossSectionDataSet
Definition:
G4VCrossSectionDataSet.hh:72
geant4-v9.6.0
source
processes
hadronic
models
chiral_inv_phase_space
interface
include
G4QHadronElasticDataSet.hh
Generated by
1.9.6