Geant4
10.02.p01
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
G4LightMedia.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
//
27
//
28
// Hadronic Process: Light Media Charge and/or Strangeness Exchange
29
// J.L. Chuma, TRIUMF, 21-Feb-1997
30
// Last modified: 21-Feb-1997
31
32
#ifndef G4LightMedia_h
33
#define G4LightMedia_h 1
34
35
#include "
globals.hh
"
36
#include "
G4DynamicParticle.hh
"
37
#include "
G4Nucleus.hh
"
38
#include "
G4ParticleTypes.hh
"
39
40
class
G4LightMedia
41
{
42
public
:
43
44
G4LightMedia
() { }
45
46
G4LightMedia
(
const
G4LightMedia
&
right
)
47
{ *
this
=
right
; }
48
49
~G4LightMedia
() { }
50
51
G4LightMedia
&
operator=
(
const
G4LightMedia
&)
52
{
return
*
this
; }
53
54
G4bool
operator==
(
const
G4LightMedia
&
right
)
const
55
{
return
(
this
== (
G4LightMedia
*) &right ); }
56
57
G4bool
operator!=
(
const
G4LightMedia
&
right
)
const
58
{
return
(
this
!= (
G4LightMedia
*) &right ); }
59
60
G4DynamicParticle
*
PionPlusExchange
(
61
const
G4HadProjectile
*incidentParticle,
62
const
G4Nucleus
&aNucleus );
63
64
G4DynamicParticle
*
PionMinusExchange
(
65
const
G4HadProjectile
*incidentParticle,
66
const
G4Nucleus
&aNucleus );
67
68
G4DynamicParticle
*
KaonPlusExchange
(
69
const
G4HadProjectile
*incidentParticle,
70
const
G4Nucleus
&aNucleus );
71
72
G4DynamicParticle
*
KaonZeroShortExchange
(
73
const
G4HadProjectile
*incidentParticle,
74
const
G4Nucleus
&aNucleus );
75
76
G4DynamicParticle
*
KaonZeroLongExchange
(
77
const
G4HadProjectile
*incidentParticle,
78
const
G4Nucleus
&aNucleus );
79
80
G4DynamicParticle
*
KaonMinusExchange
(
81
const
G4HadProjectile
*incidentParticle,
82
const
G4Nucleus
&aNucleus );
83
84
G4DynamicParticle
*
ProtonExchange
(
85
const
G4HadProjectile
*incidentParticle,
86
const
G4Nucleus
&aNucleus );
87
88
G4DynamicParticle
*
AntiProtonExchange
(
89
const
G4HadProjectile
*incidentParticle,
90
const
G4Nucleus
&aNucleus );
91
92
G4DynamicParticle
*
NeutronExchange
(
93
const
G4HadProjectile
*incidentParticle,
94
const
G4Nucleus
&aNucleus );
95
96
G4DynamicParticle
*
AntiNeutronExchange
(
97
const
G4HadProjectile
*incidentParticle,
98
const
G4Nucleus
&aNucleus );
99
100
G4DynamicParticle
*
LambdaExchange
(
101
const
G4HadProjectile
*incidentParticle,
102
const
G4Nucleus
&aNucleus );
103
104
G4DynamicParticle
*
AntiLambdaExchange
(
105
const
G4HadProjectile
*incidentParticle,
106
const
G4Nucleus
&aNucleus );
107
108
G4DynamicParticle
*
SigmaPlusExchange
(
109
const
G4HadProjectile
*incidentParticle,
110
const
G4Nucleus
&aNucleus );
111
112
G4DynamicParticle
*
SigmaMinusExchange
(
113
const
G4HadProjectile
*incidentParticle,
114
const
G4Nucleus
&aNucleus );
115
116
G4DynamicParticle
*
AntiSigmaPlusExchange
(
117
const
G4HadProjectile
*incidentParticle,
118
const
G4Nucleus
&aNucleus );
119
120
G4DynamicParticle
*
AntiSigmaMinusExchange
(
121
const
G4HadProjectile
*incidentParticle,
122
const
G4Nucleus
&aNucleus );
123
124
G4DynamicParticle
*
XiZeroExchange
(
125
const
G4HadProjectile
*incidentParticle,
126
const
G4Nucleus
&aNucleus );
127
128
G4DynamicParticle
*
XiMinusExchange
(
129
const
G4HadProjectile
*incidentParticle,
130
const
G4Nucleus
&aNucleus );
131
132
G4DynamicParticle
*
AntiXiZeroExchange
(
133
const
G4HadProjectile
*incidentParticle,
134
const
G4Nucleus
&aNucleus );
135
136
G4DynamicParticle
*
AntiXiMinusExchange
(
137
const
G4HadProjectile
*incidentParticle,
138
const
G4Nucleus
&aNucleus );
139
140
G4DynamicParticle
*
OmegaMinusExchange
(
141
const
G4HadProjectile
*incidentParticle,
142
const
G4Nucleus
&aNucleus );
143
144
G4DynamicParticle
*
AntiOmegaMinusExchange
(
145
const
G4HadProjectile
*incidentParticle,
146
const
G4Nucleus
&aNucleus );
147
148
private
:
149
150
};
151
152
#endif
153
G4LightMedia::G4LightMedia
G4LightMedia()
Definition:
G4LightMedia.hh:44
G4LightMedia::SigmaPlusExchange
G4DynamicParticle * SigmaPlusExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:442
G4Nucleus
Definition:
G4Nucleus.hh:50
right
Definition:
F04UserTrackInformation.hh:37
G4LightMedia::LambdaExchange
G4DynamicParticle * LambdaExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:284
G4LightMedia::G4LightMedia
G4LightMedia(const G4LightMedia &right)
Definition:
G4LightMedia.hh:46
G4LightMedia::AntiNeutronExchange
G4DynamicParticle * AntiNeutronExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:257
G4LightMedia::AntiLambdaExchange
G4DynamicParticle * AntiLambdaExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:362
G4LightMedia::operator!=
G4bool operator!=(const G4LightMedia &right) const
Definition:
G4LightMedia.hh:57
G4LightMedia::ProtonExchange
G4DynamicParticle * ProtonExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:178
G4DynamicParticle
Definition:
G4DynamicParticle.hh:73
G4HadProjectile
Definition:
G4HadProjectile.hh:39
G4DynamicParticle.hh
G4LightMedia::OmegaMinusExchange
G4DynamicParticle * OmegaMinusExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:1031
G4LightMedia::AntiXiMinusExchange
G4DynamicParticle * AntiXiMinusExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:943
G4ParticleTypes.hh
G4bool
bool G4bool
Definition:
G4Types.hh:79
G4Nucleus.hh
G4LightMedia::KaonPlusExchange
G4DynamicParticle * KaonPlusExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:83
G4LightMedia::AntiOmegaMinusExchange
G4DynamicParticle * AntiOmegaMinusExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:1128
G4LightMedia::~G4LightMedia
~G4LightMedia()
Definition:
G4LightMedia.hh:49
G4LightMedia::KaonZeroShortExchange
G4DynamicParticle * KaonZeroShortExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:117
G4LightMedia::KaonZeroLongExchange
G4DynamicParticle * KaonZeroLongExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:155
G4LightMedia
Definition:
G4LightMedia.hh:40
globals.hh
G4LightMedia::KaonMinusExchange
G4DynamicParticle * KaonMinusExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:170
G4LightMedia::AntiSigmaPlusExchange
G4DynamicParticle * AntiSigmaPlusExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:566
G4LightMedia::operator==
G4bool operator==(const G4LightMedia &right) const
Definition:
G4LightMedia.hh:54
G4LightMedia::AntiProtonExchange
G4DynamicParticle * AntiProtonExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:204
G4LightMedia::PionPlusExchange
G4DynamicParticle * PionPlusExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:45
G4LightMedia::AntiXiZeroExchange
G4DynamicParticle * AntiXiZeroExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:854
G4LightMedia::operator=
G4LightMedia & operator=(const G4LightMedia &)
Definition:
G4LightMedia.hh:51
G4LightMedia::XiZeroExchange
G4DynamicParticle * XiZeroExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:685
G4LightMedia::XiMinusExchange
G4DynamicParticle * XiMinusExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:770
G4LightMedia::NeutronExchange
G4DynamicParticle * NeutronExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:231
G4LightMedia::AntiSigmaMinusExchange
G4DynamicParticle * AntiSigmaMinusExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:625
G4LightMedia::SigmaMinusExchange
G4DynamicParticle * SigmaMinusExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:504
G4LightMedia::PionMinusExchange
G4DynamicParticle * PionMinusExchange(const G4HadProjectile *incidentParticle, const G4Nucleus &aNucleus)
Definition:
G4LightMedia.cc:75
geant4.10.02.p01
source
processes
hadronic
util
include
G4LightMedia.hh
Generated on Thu Mar 3 2016 14:42:15 for Geant4 by
1.8.8