ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
G4LightMedia.hh
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file G4LightMedia.hh
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
geant4
tree
geant4-10.6-release
source
processes
hadronic
util
include
G4LightMedia.hh
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:52
using
1.8.2 with
ECCE GitHub integration