BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
McKine Class Reference

#include <McKine.h>

+ Inheritance diagram for McKine:

Public Member Functions

 McKine ()
 
virtual const CLID & clID () const
 
void setId (int id)
 
int getId ()
 
void setMotherId (int motherId)
 
int getMotherId ()
 
void setNumDaughter (int nDaughter)
 
int getNumDaughter ()
 
void setDaughterIdMin (int daughterIdMin)
 
int getDaughterIdMin ()
 
void setDaughterIdMax (int daughterIdMax)
 
int getDaughterIdMax ()
 
void setParticleId (int particleId)
 
int getParticleId ()
 
void setCharge (int q)
 
int getCharge ()
 
void setPt (double pt)
 
double getPt ()
 
void setTheta0 (double theta0)
 
double getTheta0 ()
 
void setPhi0 (double phi0)
 
double getPhi0 ()
 
void setD0 (double d0)
 
double getD0 ()
 
void setZ0 (double z0)
 
double getZ0 ()
 
void setXv (double xv)
 
double getXv ()
 
void setYv (double yv)
 
double getYv ()
 
void setZv (double zv)
 
double getZv ()
 

Static Public Member Functions

static const CLID & classID ()
 

Detailed Description

Definition at line 15 of file McKine.h.

Constructor & Destructor Documentation

◆ McKine()

McKine::McKine ( )
inline

Definition at line 18 of file McKine.h.

18{};

Member Function Documentation

◆ classID()

static const CLID & McKine::classID ( )
inlinestatic

Definition at line 22 of file McKine.h.

22{ return CLID_McKine; }
const CLID & CLID_McKine

Referenced by clID().

◆ clID()

virtual const CLID & McKine::clID ( ) const
inlinevirtual

Definition at line 21 of file McKine.h.

21{ return McKine::classID(); }
static const CLID & classID()
Definition McKine.h:22

◆ getCharge()

int McKine::getCharge ( )

Definition at line 55 of file McKine.cxx.

55 {
56 return m_q;
57}

◆ getD0()

double McKine::getD0 ( )

Definition at line 87 of file McKine.cxx.

87 {
88 return m_d0;
89}

◆ 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()

int McKine::getId ( )

Definition at line 7 of file McKine.cxx.

7 {
8 return m_id;
9}

◆ 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()

double McKine::getPt ( )

Definition at line 63 of file McKine.cxx.

63 {
64 return m_pt;
65}

◆ getTheta0()

double McKine::getTheta0 ( )

Definition at line 71 of file McKine.cxx.

71 {
72 return m_theta0;
73}

◆ getXv()

double McKine::getXv ( )

Definition at line 103 of file McKine.cxx.

103 {
104 return m_xv;
105}

◆ getYv()

double McKine::getYv ( )

Definition at line 111 of file McKine.cxx.

111 {
112 return m_yv;
113}

◆ getZ0()

double McKine::getZ0 ( )

Definition at line 95 of file McKine.cxx.

95 {
96 return m_z0;
97}

◆ getZv()

double McKine::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 {
52 m_q = q;
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
Definition KKsem.h:33

◆ setD0()

void McKine::setD0 ( double d0)

Definition at line 83 of file McKine.cxx.

83 {
84 m_d0 = d0;
85}

◆ 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)

Definition at line 3 of file McKine.cxx.

3 {
4 m_id = id;
5}

◆ 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)

Definition at line 59 of file McKine.cxx.

59 {
60 m_pt = pt;
61}

◆ 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)

Definition at line 99 of file McKine.cxx.

99 {
100 m_xv = xv;
101}

◆ 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)

Definition at line 91 of file McKine.cxx.

91 {
92 m_z0 = z0;
93}

◆ 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: