forked from star-bnl/star-sw
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStHyperNuclei.hh
More file actions
185 lines (169 loc) · 5.97 KB
/
StHyperNuclei.hh
File metadata and controls
185 lines (169 loc) · 5.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
/*
* $Id: StHyperNuclei.hh,v 1.2 2021/01/25 11:19:23 jwebb Exp $
*
* $Log: StHyperNuclei.hh,v $
* Revision 1.2 2021/01/25 11:19:23 jwebb
* Ensure that an instance of the particle data is available.
*
* Revision 1.1 2021/01/13 12:16:39 jwebb
*
* Definitions for H4-Lambda, He4-Lambda and He5-Lambda hypernuclei.
*
*
*/
#ifndef StHyperNuclei_hh
#define StHyperNuclei_hh
#include "StIon.hh"
#include "StarPDGEncoding.hh"
#include "SystemOfUnits.h"
class StH4Lambda : public StIon {
public:
static StH4Lambda* instance() {
return &mH4Lambda;
};
private:
static StH4Lambda mH4Lambda;
StH4Lambda(const string &aName="H4Lambda",
double mass =3.92727 *GeV,
double width=0.0*MeV, /* TODO */
double charge=+1 *eplus,
int iSpin=0,
int iParity=0,
int iConjugation=0,
int iIsospin=0,
int iIsospinZ=0,
int gParity=0,
const string & pType="hypernucleus",
int lepton=0,
int baryon=4,
int encoding=hid(1,3,1),
bool stable=false,
double lifetime=2.632e-10) : StIon(aName,mass,width,charge,iSpin,iParity,iConjugation,iIsospin,iIsospinZ,gParity,pType,lepton,baryon,encoding,stable,lifetime)
{ /* nada */ }
};
class StHe4Lambda : public StIon {
public:
static StHe4Lambda* instance() {
return &mHe4Lambda;
};
private:
static StHe4Lambda mHe4Lambda;
StHe4Lambda(const string &aName="He4Lambda",
double mass =3.92168 *GeV,
double width=0.0*MeV, /* TODO */
double charge=+2 *eplus,
int iSpin=0,
int iParity=0,
int iConjugation=0,
int iIsospin=0,
int iIsospinZ=0,
int gParity=0,
const string & pType="hypernucleus",
int lepton=0,
int baryon=4,
int encoding=hid(2,3,1),
bool stable=false,
double lifetime=2.632e-10) : StIon(aName,mass,width,charge,iSpin,iParity,iConjugation,iIsospin,iIsospinZ,gParity,pType,lepton,baryon,encoding,stable,lifetime)
{ /* nada */ }
};
class StHe5Lambda : public StIon {
public:
static StHe5Lambda* instance() {
return &mHe5Lambda;
};
private:
static StHe5Lambda mHe5Lambda;
StHe5Lambda(const string &aName="He5Lambda",
double mass =4.83978 *GeV,
double width=0.0*MeV, /* TODO */
double charge=+2 *eplus,
int iSpin=0,
int iParity=0,
int iConjugation=0,
int iIsospin=0,
int iIsospinZ=0,
int gParity=0,
const string & pType="hypernucleus",
int lepton=0,
int baryon=4,
int encoding=hid(2,4,1),
bool stable=false,
double lifetime=2.632e-10) : StIon(aName,mass,width,charge,iSpin,iParity,iConjugation,iIsospin,iIsospinZ,gParity,pType,lepton,baryon,encoding,stable,lifetime)
{ /* nada */ }
};
class StH4LambdaBar : public StIon {
public:
static StH4LambdaBar* instance() {
return &mH4LambdaBar;
};
private:
static StH4LambdaBar mH4LambdaBar;
StH4LambdaBar(const string &aName="H4LambdaBar",
double mass =3.92727 *GeV,
double width=0.0*MeV, /* TODO */
double charge=-1 *eplus,
int iSpin=0,
int iParity=0,
int iConjugation=0,
int iIsospin=0,
int iIsospinZ=0,
int gParity=0,
const string & pType="hypernucleus",
int lepton=0,
int baryon=4,
int encoding=hid(1,3,1),
bool stable=false,
double lifetime=2.632e-10) : StIon(aName,mass,width,charge,iSpin,iParity,iConjugation,iIsospin,iIsospinZ,gParity,pType,lepton,baryon,encoding,stable,lifetime)
{ /* nada */ }
};
class StHe4LambdaBar : public StIon {
public:
static StHe4LambdaBar* instance() {
return &mHe4LambdaBar;
};
private:
static StHe4LambdaBar mHe4LambdaBar;
StHe4LambdaBar(const string &aName="He4LambdaBar",
double mass =3.92168 *GeV,
double width=0.0*MeV, /* TODO */
double charge=-2 *eplus,
int iSpin=0,
int iParity=0,
int iConjugation=0,
int iIsospin=0,
int iIsospinZ=0,
int gParity=0,
const string & pType="hypernucleus",
int lepton=0,
int baryon=4,
int encoding=hid(2,3,1),
bool stable=false,
double lifetime=2.632e-10) : StIon(aName,mass,width,charge,iSpin,iParity,iConjugation,iIsospin,iIsospinZ,gParity,pType,lepton,baryon,encoding,stable,lifetime)
{ /* nada */ }
};
class StHe5LambdaBar : public StIon {
public:
static StHe5LambdaBar* instance() {
return &mHe5LambdaBar;
};
private:
static StHe5LambdaBar mHe5LambdaBar;
StHe5LambdaBar(const string &aName="He5LambdaBar",
double mass =4.83978 *GeV,
double width=0.0*MeV, /* TODO */
double charge=-2 *eplus,
int iSpin=0,
int iParity=0,
int iConjugation=0,
int iIsospin=0,
int iIsospinZ=0,
int gParity=0,
const string & pType="hypernucleus",
int lepton=0,
int baryon=4,
int encoding=hid(2,4,1),
bool stable=false,
double lifetime=2.632e-10) : StIon(aName,mass,width,charge,iSpin,iParity,iConjugation,iIsospin,iIsospinZ,gParity,pType,lepton,baryon,encoding,stable,lifetime)
{ /* nada */ }
};
#endif