#include <McKine.h>
Definition at line 15 of file McKine.h.
◆ McKine()
◆ classID()
static const CLID & McKine::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID()
virtual const CLID & McKine::clID |
( |
| ) |
const |
|
inlinevirtual |
Definition at line 21 of file McKine.h.
static const CLID & classID()
◆ getCharge()
int McKine::getCharge |
( |
| ) |
|
◆ getD0()
◆ getDaughterIdMax()
int McKine::getDaughterIdMax |
( |
| ) |
|
Definition at line 39 of file McKine.cxx.
39 {
40 return m_daughterIdMax;
41}
◆ getDaughterIdMin()
int McKine::getDaughterIdMin |
( |
| ) |
|
Definition at line 31 of file McKine.cxx.
31 {
32 return m_daughterIdMin;
33}
◆ getId()
◆ getMotherId()
int McKine::getMotherId |
( |
| ) |
|
Definition at line 15 of file McKine.cxx.
15 {
16 return m_motherId;
17}
◆ getNumDaughter()
int McKine::getNumDaughter |
( |
| ) |
|
Definition at line 23 of file McKine.cxx.
23 {
24 return m_numDaughter;
25}
◆ getParticleId()
int McKine::getParticleId |
( |
| ) |
|
Definition at line 47 of file McKine.cxx.
47 {
48 return m_particleId;
49}
◆ getPhi0()
double McKine::getPhi0 |
( |
| ) |
|
Definition at line 79 of file McKine.cxx.
79 {
80 return m_phi0;
81}
◆ getPt()
◆ getTheta0()
double McKine::getTheta0 |
( |
| ) |
|
Definition at line 71 of file McKine.cxx.
71 {
72 return m_theta0;
73}
◆ getXv()
Definition at line 103 of file McKine.cxx.
103 {
104 return m_xv;
105}
◆ getYv()
Definition at line 111 of file McKine.cxx.
111 {
112 return m_yv;
113}
◆ getZ0()
◆ getZv()
Definition at line 119 of file McKine.cxx.
119 {
120 return m_zv;
121}
◆ setCharge()
void McKine::setCharge |
( |
int |
q | ) |
|
Definition at line 51 of file McKine.cxx.
51 {
53}
****INTEGER imax DOUBLE PRECISION m_pi *DOUBLE PRECISION m_amfin DOUBLE PRECISION m_Chfin DOUBLE PRECISION m_Xenph DOUBLE PRECISION m_sinw2 DOUBLE PRECISION m_GFermi DOUBLE PRECISION m_MfinMin DOUBLE PRECISION m_ta2 INTEGER m_out INTEGER m_KeyFSR INTEGER m_KeyQCD *COMMON c_Semalib $ !copy of input $ !CMS energy $ !beam mass $ !final mass $ !beam charge $ !final charge $ !smallest final mass $ !Z mass $ !Z width $ !EW mixing angle $ !Gmu Fermi $ alphaQED at q
◆ setD0()
void McKine::setD0 |
( |
double |
d0 | ) |
|
◆ setDaughterIdMax()
void McKine::setDaughterIdMax |
( |
int |
daughterIdMax | ) |
|
Definition at line 35 of file McKine.cxx.
35 {
36 m_daughterIdMax = daughterIdMax;
37}
◆ setDaughterIdMin()
void McKine::setDaughterIdMin |
( |
int |
daughterIdMin | ) |
|
Definition at line 27 of file McKine.cxx.
27 {
28 m_daughterIdMin = daughterIdMin;
29}
◆ setId()
void McKine::setId |
( |
int |
id | ) |
|
◆ setMotherId()
void McKine::setMotherId |
( |
int |
motherId | ) |
|
Definition at line 11 of file McKine.cxx.
11 {
12 m_motherId = motherId;
13}
◆ setNumDaughter()
void McKine::setNumDaughter |
( |
int |
nDaughter | ) |
|
Definition at line 19 of file McKine.cxx.
19 {
20 m_numDaughter = nDaughter;
21}
◆ setParticleId()
void McKine::setParticleId |
( |
int |
particleId | ) |
|
Definition at line 43 of file McKine.cxx.
43 {
44 m_particleId = particleId;
45}
◆ setPhi0()
void McKine::setPhi0 |
( |
double |
phi0 | ) |
|
Definition at line 75 of file McKine.cxx.
75 {
76 m_phi0 = phi0;
77}
◆ setPt()
void McKine::setPt |
( |
double |
pt | ) |
|
◆ setTheta0()
void McKine::setTheta0 |
( |
double |
theta0 | ) |
|
Definition at line 67 of file McKine.cxx.
67 {
68 m_theta0 = theta0;
69}
◆ setXv()
void McKine::setXv |
( |
double |
xv | ) |
|
◆ setYv()
void McKine::setYv |
( |
double |
yv | ) |
|
Definition at line 107 of file McKine.cxx.
107 {
108 m_yv = yv;
109}
◆ setZ0()
void McKine::setZ0 |
( |
double |
z0 | ) |
|
◆ setZv()
void McKine::setZv |
( |
double |
zv | ) |
|
Definition at line 115 of file McKine.cxx.
115 {
116 m_zv = zv;
117}
The documentation for this class was generated from the following files: