#include <McKine.h>
◆ McKine() [1/2]
◆ McKine() [2/2]
◆ classID() [1/2]
static const CLID & McKine::classID |
( |
| ) |
|
|
inlinestatic |
◆ classID() [2/2]
static const CLID & McKine::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID() [1/2]
virtual const CLID & McKine::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ clID() [2/2]
virtual const CLID & McKine::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ getCharge() [1/2]
int McKine::getCharge |
( |
| ) |
|
◆ getCharge() [2/2]
int McKine::getCharge |
( |
| ) |
|
◆ getD0() [1/2]
◆ getD0() [2/2]
◆ getDaughterIdMax() [1/2]
int McKine::getDaughterIdMax |
( |
| ) |
|
Definition at line 39 of file McKine.cxx.
39 {
40 return m_daughterIdMax;
41}
◆ getDaughterIdMax() [2/2]
int McKine::getDaughterIdMax |
( |
| ) |
|
◆ getDaughterIdMin() [1/2]
int McKine::getDaughterIdMin |
( |
| ) |
|
Definition at line 31 of file McKine.cxx.
31 {
32 return m_daughterIdMin;
33}
◆ getDaughterIdMin() [2/2]
int McKine::getDaughterIdMin |
( |
| ) |
|
◆ getId() [1/2]
◆ getId() [2/2]
◆ getMotherId() [1/2]
int McKine::getMotherId |
( |
| ) |
|
Definition at line 15 of file McKine.cxx.
15 {
16 return m_motherId;
17}
◆ getMotherId() [2/2]
int McKine::getMotherId |
( |
| ) |
|
◆ getNumDaughter() [1/2]
int McKine::getNumDaughter |
( |
| ) |
|
Definition at line 23 of file McKine.cxx.
23 {
24 return m_numDaughter;
25}
◆ getNumDaughter() [2/2]
int McKine::getNumDaughter |
( |
| ) |
|
◆ getParticleId() [1/2]
int McKine::getParticleId |
( |
| ) |
|
Definition at line 47 of file McKine.cxx.
47 {
48 return m_particleId;
49}
◆ getParticleId() [2/2]
int McKine::getParticleId |
( |
| ) |
|
◆ getPhi0() [1/2]
double McKine::getPhi0 |
( |
| ) |
|
Definition at line 79 of file McKine.cxx.
79 {
80 return m_phi0;
81}
◆ getPhi0() [2/2]
double McKine::getPhi0 |
( |
| ) |
|
◆ getPt() [1/2]
◆ getPt() [2/2]
◆ getTheta0() [1/2]
double McKine::getTheta0 |
( |
| ) |
|
Definition at line 71 of file McKine.cxx.
71 {
72 return m_theta0;
73}
◆ getTheta0() [2/2]
double McKine::getTheta0 |
( |
| ) |
|
◆ getXv() [1/2]
Definition at line 103 of file McKine.cxx.
103 {
104 return m_xv;
105}
◆ getXv() [2/2]
◆ getYv() [1/2]
Definition at line 111 of file McKine.cxx.
111 {
112 return m_yv;
113}
◆ getYv() [2/2]
◆ getZ0() [1/2]
◆ getZ0() [2/2]
◆ getZv() [1/2]
Definition at line 119 of file McKine.cxx.
119 {
120 return m_zv;
121}
◆ getZv() [2/2]
◆ setCharge() [1/2]
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
◆ setCharge() [2/2]
void McKine::setCharge |
( |
int |
q | ) |
|
◆ setD0() [1/2]
void McKine::setD0 |
( |
double |
d0 | ) |
|
◆ setD0() [2/2]
void McKine::setD0 |
( |
double |
d0 | ) |
|
◆ setDaughterIdMax() [1/2]
void McKine::setDaughterIdMax |
( |
int |
daughterIdMax | ) |
|
Definition at line 35 of file McKine.cxx.
35 {
36 m_daughterIdMax = daughterIdMax;
37}
◆ setDaughterIdMax() [2/2]
void McKine::setDaughterIdMax |
( |
int |
daughterIdMax | ) |
|
◆ setDaughterIdMin() [1/2]
void McKine::setDaughterIdMin |
( |
int |
daughterIdMin | ) |
|
Definition at line 27 of file McKine.cxx.
27 {
28 m_daughterIdMin = daughterIdMin;
29}
◆ setDaughterIdMin() [2/2]
void McKine::setDaughterIdMin |
( |
int |
daughterIdMin | ) |
|
◆ setId() [1/2]
void McKine::setId |
( |
int |
id | ) |
|
◆ setId() [2/2]
void McKine::setId |
( |
int |
id | ) |
|
◆ setMotherId() [1/2]
void McKine::setMotherId |
( |
int |
motherId | ) |
|
Definition at line 11 of file McKine.cxx.
11 {
12 m_motherId = motherId;
13}
◆ setMotherId() [2/2]
void McKine::setMotherId |
( |
int |
motherId | ) |
|
◆ setNumDaughter() [1/2]
void McKine::setNumDaughter |
( |
int |
nDaughter | ) |
|
Definition at line 19 of file McKine.cxx.
19 {
20 m_numDaughter = nDaughter;
21}
◆ setNumDaughter() [2/2]
void McKine::setNumDaughter |
( |
int |
nDaughter | ) |
|
◆ setParticleId() [1/2]
void McKine::setParticleId |
( |
int |
particleId | ) |
|
Definition at line 43 of file McKine.cxx.
43 {
44 m_particleId = particleId;
45}
◆ setParticleId() [2/2]
void McKine::setParticleId |
( |
int |
particleId | ) |
|
◆ setPhi0() [1/2]
void McKine::setPhi0 |
( |
double |
phi0 | ) |
|
Definition at line 75 of file McKine.cxx.
75 {
76 m_phi0 = phi0;
77}
◆ setPhi0() [2/2]
void McKine::setPhi0 |
( |
double |
phi0 | ) |
|
◆ setPt() [1/2]
void McKine::setPt |
( |
double |
pt | ) |
|
◆ setPt() [2/2]
void McKine::setPt |
( |
double |
pt | ) |
|
◆ setTheta0() [1/2]
void McKine::setTheta0 |
( |
double |
theta0 | ) |
|
Definition at line 67 of file McKine.cxx.
67 {
68 m_theta0 = theta0;
69}
◆ setTheta0() [2/2]
void McKine::setTheta0 |
( |
double |
theta0 | ) |
|
◆ setXv() [1/2]
void McKine::setXv |
( |
double |
xv | ) |
|
◆ setXv() [2/2]
void McKine::setXv |
( |
double |
xv | ) |
|
◆ setYv() [1/2]
void McKine::setYv |
( |
double |
yv | ) |
|
Definition at line 107 of file McKine.cxx.
107 {
108 m_yv = yv;
109}
◆ setYv() [2/2]
void McKine::setYv |
( |
double |
yv | ) |
|
◆ setZ0() [1/2]
void McKine::setZ0 |
( |
double |
z0 | ) |
|
◆ setZ0() [2/2]
void McKine::setZ0 |
( |
double |
z0 | ) |
|
◆ setZv() [1/2]
void McKine::setZv |
( |
double |
zv | ) |
|
Definition at line 115 of file McKine.cxx.
115 {
116 m_zv = zv;
117}
◆ setZv() [2/2]
void McKine::setZv |
( |
double |
zv | ) |
|
The documentation for this class was generated from the following files: