Geant4
9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4SPBaryon.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
#ifndef G4SPBaryon_h
27
#define G4SPBaryon_h
28
29
#include "
globals.hh
"
30
31
#include "
G4Proton.hh
"
32
#include "
G4Neutron.hh
"
33
#include "
G4SigmaPlus.hh
"
34
#include "
G4SigmaZero.hh
"
35
#include "
G4SigmaMinus.hh
"
36
#include "
G4XiMinus.hh
"
37
#include "
G4XiZero.hh
"
38
#include "
G4Lambda.hh
"
39
#include "
G4OmegaMinus.hh
"
40
41
#include "
G4AntiProton.hh
"
42
#include "
G4AntiNeutron.hh
"
43
#include "
G4AntiSigmaPlus.hh
"
44
#include "
G4AntiSigmaZero.hh
"
45
#include "
G4AntiSigmaMinus.hh
"
46
#include "
G4AntiXiMinus.hh
"
47
#include "
G4AntiXiZero.hh
"
48
#include "
G4AntiLambda.hh
"
49
#include "
G4AntiOmegaMinus.hh
"
50
51
#include "
G4ParticleDefinition.hh
"
52
#include "
G4SPPartonInfo.hh
"
53
#include <vector>
54
#include "
globals.hh
"
55
56
class
G4SPBaryon
57
{
58
public
:
59
G4SPBaryon
(
G4Proton
* aProton);
60
G4SPBaryon
(
G4Neutron
* aNeutron);
61
G4SPBaryon
(
G4Lambda
* aLambda);
62
G4SPBaryon
(
G4SigmaPlus
* aSigmaPlus);
63
G4SPBaryon
(
G4SigmaZero
* aSigmaZero);
64
G4SPBaryon
(
G4SigmaMinus
* aSigmaMinus);
65
G4SPBaryon
(
G4XiMinus
* aXiMinus);
66
G4SPBaryon
(
G4XiZero
* aXiZero);
67
G4SPBaryon
(
G4OmegaMinus
* anOmegaMinus);
68
69
G4SPBaryon
(
G4AntiProton
* aAntiProton);
70
G4SPBaryon
(
G4AntiNeutron
* aAntiNeutron);
71
G4SPBaryon
(
G4AntiLambda
* aAntiLambda);
72
G4SPBaryon
(
G4AntiSigmaPlus
* aAntiSigmaPlus);
73
G4SPBaryon
(
G4AntiSigmaZero
* aAntiSigmaZero);
74
G4SPBaryon
(
G4AntiSigmaMinus
* aAntiSigmaMinus);
75
G4SPBaryon
(
G4AntiXiMinus
* aAntiXiMinus);
76
G4SPBaryon
(
G4AntiXiZero
* aAntiXiZero);
77
G4SPBaryon
(
G4AntiOmegaMinus
* anAntiOmegaMinus);
78
79
G4SPBaryon
(
G4ParticleDefinition
* aDefinition);
80
81
~G4SPBaryon
();
82
private
:
83
G4bool
operator == (
const
G4SPBaryon
& aBaryon)
const
;
84
85
public
:
86
G4ParticleDefinition
*
GetDefinition
() {
return
theDefinition;}
87
void
SampleQuarkAndDiquark
(
G4int
& quark,
G4int
& diQuark)
const
;
88
void
FindDiquark
(
G4int
quark,
G4int
& diQuark)
const
;
89
G4int
FindQuark
(
G4int
diQuark)
const
;
90
G4double
GetProbability
(
G4int
diQuark)
const
;
91
G4int
MatchDiQuarkAndGetQuark
(
const
G4SPBaryon
& aBaryon,
G4int
& aDiQuark)
const
;
92
93
private
:
94
95
G4ParticleDefinition
* theDefinition;
96
std::vector<G4SPPartonInfo *> thePartonInfo;
97
};
98
99
#endif
G4AntiLambda.hh
G4AntiNeutron.hh
G4AntiOmegaMinus.hh
G4AntiProton.hh
G4AntiSigmaMinus.hh
G4AntiSigmaPlus.hh
G4AntiSigmaZero.hh
G4AntiXiMinus.hh
G4AntiXiZero.hh
G4Lambda.hh
G4Neutron.hh
G4OmegaMinus.hh
G4ParticleDefinition.hh
G4Proton.hh
G4SPPartonInfo.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
G4XiMinus.hh
G4XiZero.hh
G4AntiLambda
Definition:
G4AntiLambda.hh:51
G4AntiNeutron
Definition:
G4AntiNeutron.hh:51
G4AntiOmegaMinus
Definition:
G4AntiOmegaMinus.hh:51
G4AntiProton
Definition:
G4AntiProton.hh:51
G4AntiSigmaMinus
Definition:
G4AntiSigmaMinus.hh:51
G4AntiSigmaPlus
Definition:
G4AntiSigmaPlus.hh:51
G4AntiSigmaZero
Definition:
G4AntiSigmaZero.hh:51
G4AntiXiMinus
Definition:
G4AntiXiMinus.hh:51
G4AntiXiZero
Definition:
G4AntiXiZero.hh:51
G4Lambda
Definition:
G4Lambda.hh:51
G4Neutron
Definition:
G4Neutron.hh:52
G4OmegaMinus
Definition:
G4OmegaMinus.hh:51
G4ParticleDefinition
Definition:
G4ParticleDefinition.hh:68
G4Proton
Definition:
G4Proton.hh:52
G4SPBaryon
Definition:
G4SPBaryon.hh:57
G4SPBaryon::MatchDiQuarkAndGetQuark
G4int MatchDiQuarkAndGetQuark(const G4SPBaryon &aBaryon, G4int &aDiQuark) const
Definition:
G4SPBaryon.cc:71
G4SPBaryon::GetProbability
G4double GetProbability(G4int diQuark) const
Definition:
G4SPBaryon.cc:55
G4SPBaryon::FindDiquark
void FindDiquark(G4int quark, G4int &diQuark) const
Definition:
G4SPBaryon.cc:124
G4SPBaryon::FindQuark
G4int FindQuark(G4int diQuark) const
Definition:
G4SPBaryon.cc:32
G4SPBaryon::~G4SPBaryon
~G4SPBaryon()
Definition:
G4SPBaryon.cc:433
G4SPBaryon::GetDefinition
G4ParticleDefinition * GetDefinition()
Definition:
G4SPBaryon.hh:86
G4SPBaryon::SampleQuarkAndDiquark
void SampleQuarkAndDiquark(G4int &quark, G4int &diQuark) const
Definition:
G4SPBaryon.cc:97
G4SigmaMinus
Definition:
G4SigmaMinus.hh:51
G4SigmaPlus
Definition:
G4SigmaPlus.hh:51
G4SigmaZero
Definition:
G4SigmaZero.hh:51
G4XiMinus
Definition:
G4XiMinus.hh:51
G4XiZero
Definition:
G4XiZero.hh:51
globals.hh
geant4-v9.6.0
source
processes
hadronic
models
parton_string
qgsm
include
G4SPBaryon.hh
Generated by
1.9.6