BOSS 8.0.0
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 ()
 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 ()
 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 ()
static const CLID & classID ()
static const CLID & classID ()

Detailed Description

Definition at line 15 of file Event/McTruth/include/McTruth/McKine.h.

Constructor & Destructor Documentation

◆ McKine() [1/3]

McKine::McKine ( )
inline

Definition at line 18 of file Event/McTruth/include/McTruth/McKine.h.

18{};

◆ McKine() [2/3]

McKine::McKine ( )
inline

◆ McKine() [3/3]

McKine::McKine ( )
inline

Member Function Documentation

◆ classID() [1/3]

const CLID & McKine::classID ( )
inlinestatic

Definition at line 22 of file Event/McTruth/include/McTruth/McKine.h.

22{ return CLID_McKine; }
const CLID & CLID_McKine

Referenced by clID().

◆ classID() [2/3]

const CLID & McKine::classID ( )
inlinestatic

◆ classID() [3/3]

const CLID & McKine::classID ( )
inlinestatic

◆ clID() [1/3]

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

Definition at line 21 of file Event/McTruth/include/McTruth/McKine.h.

21{ return McKine::classID(); }
static const CLID & classID()

◆ clID() [2/3]

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

◆ clID() [3/3]

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

◆ getCharge() [1/3]

int McKine::getCharge ( )

Definition at line 29 of file McKine.cxx.

29{ return m_q; }

◆ getCharge() [2/3]

int McKine::getCharge ( )

◆ getCharge() [3/3]

int McKine::getCharge ( )

◆ getD0() [1/3]

double McKine::getD0 ( )

Definition at line 45 of file McKine.cxx.

45{ return m_d0; }

◆ getD0() [2/3]

double McKine::getD0 ( )

◆ getD0() [3/3]

double McKine::getD0 ( )

◆ getDaughterIdMax() [1/3]

int McKine::getDaughterIdMax ( )

Definition at line 21 of file McKine.cxx.

21{ return m_daughterIdMax; }

◆ getDaughterIdMax() [2/3]

int McKine::getDaughterIdMax ( )

◆ getDaughterIdMax() [3/3]

int McKine::getDaughterIdMax ( )

◆ getDaughterIdMin() [1/3]

int McKine::getDaughterIdMin ( )

Definition at line 17 of file McKine.cxx.

17{ return m_daughterIdMin; }

◆ getDaughterIdMin() [2/3]

int McKine::getDaughterIdMin ( )

◆ getDaughterIdMin() [3/3]

int McKine::getDaughterIdMin ( )

◆ getId() [1/3]

int McKine::getId ( )

Definition at line 5 of file McKine.cxx.

5{ return m_id; }

◆ getId() [2/3]

int McKine::getId ( )

◆ getId() [3/3]

int McKine::getId ( )

◆ getMotherId() [1/3]

int McKine::getMotherId ( )

Definition at line 9 of file McKine.cxx.

9{ return m_motherId; }

◆ getMotherId() [2/3]

int McKine::getMotherId ( )

◆ getMotherId() [3/3]

int McKine::getMotherId ( )

◆ getNumDaughter() [1/3]

int McKine::getNumDaughter ( )

Definition at line 13 of file McKine.cxx.

13{ return m_numDaughter; }

◆ getNumDaughter() [2/3]

int McKine::getNumDaughter ( )

◆ getNumDaughter() [3/3]

int McKine::getNumDaughter ( )

◆ getParticleId() [1/3]

int McKine::getParticleId ( )

Definition at line 25 of file McKine.cxx.

25{ return m_particleId; }

◆ getParticleId() [2/3]

int McKine::getParticleId ( )

◆ getParticleId() [3/3]

int McKine::getParticleId ( )

◆ getPhi0() [1/3]

double McKine::getPhi0 ( )

Definition at line 41 of file McKine.cxx.

41{ return m_phi0; }

◆ getPhi0() [2/3]

double McKine::getPhi0 ( )

◆ getPhi0() [3/3]

double McKine::getPhi0 ( )

◆ getPt() [1/3]

double McKine::getPt ( )

Definition at line 33 of file McKine.cxx.

33{ return m_pt; }

◆ getPt() [2/3]

double McKine::getPt ( )

◆ getPt() [3/3]

double McKine::getPt ( )

◆ getTheta0() [1/3]

double McKine::getTheta0 ( )

Definition at line 37 of file McKine.cxx.

37{ return m_theta0; }

◆ getTheta0() [2/3]

double McKine::getTheta0 ( )

◆ getTheta0() [3/3]

double McKine::getTheta0 ( )

◆ getXv() [1/3]

double McKine::getXv ( )

Definition at line 53 of file McKine.cxx.

53{ return m_xv; }

◆ getXv() [2/3]

double McKine::getXv ( )

◆ getXv() [3/3]

double McKine::getXv ( )

◆ getYv() [1/3]

double McKine::getYv ( )

Definition at line 57 of file McKine.cxx.

57{ return m_yv; }

◆ getYv() [2/3]

double McKine::getYv ( )

◆ getYv() [3/3]

double McKine::getYv ( )

◆ getZ0() [1/3]

double McKine::getZ0 ( )

Definition at line 49 of file McKine.cxx.

49{ return m_z0; }

◆ getZ0() [2/3]

double McKine::getZ0 ( )

◆ getZ0() [3/3]

double McKine::getZ0 ( )

◆ getZv() [1/3]

double McKine::getZv ( )

Definition at line 61 of file McKine.cxx.

61{ return m_zv; }

◆ getZv() [2/3]

double McKine::getZv ( )

◆ getZv() [3/3]

double McKine::getZv ( )

◆ setCharge() [1/3]

void McKine::setCharge ( int q)

Definition at line 27 of file McKine.cxx.

27{ m_q = q; }
****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

◆ setCharge() [2/3]

void McKine::setCharge ( int q)

◆ setCharge() [3/3]

void McKine::setCharge ( int q)

◆ setD0() [1/3]

void McKine::setD0 ( double d0)

Definition at line 43 of file McKine.cxx.

43{ m_d0 = d0; }

◆ setD0() [2/3]

void McKine::setD0 ( double d0)

◆ setD0() [3/3]

void McKine::setD0 ( double d0)

◆ setDaughterIdMax() [1/3]

void McKine::setDaughterIdMax ( int daughterIdMax)

Definition at line 19 of file McKine.cxx.

19{ m_daughterIdMax = daughterIdMax; }

◆ setDaughterIdMax() [2/3]

void McKine::setDaughterIdMax ( int daughterIdMax)

◆ setDaughterIdMax() [3/3]

void McKine::setDaughterIdMax ( int daughterIdMax)

◆ setDaughterIdMin() [1/3]

void McKine::setDaughterIdMin ( int daughterIdMin)

Definition at line 15 of file McKine.cxx.

15{ m_daughterIdMin = daughterIdMin; }

◆ setDaughterIdMin() [2/3]

void McKine::setDaughterIdMin ( int daughterIdMin)

◆ setDaughterIdMin() [3/3]

void McKine::setDaughterIdMin ( int daughterIdMin)

◆ setId() [1/3]

void McKine::setId ( int id)

Definition at line 3 of file McKine.cxx.

3{ m_id = id; }

◆ setId() [2/3]

void McKine::setId ( int id)

◆ setId() [3/3]

void McKine::setId ( int id)

◆ setMotherId() [1/3]

void McKine::setMotherId ( int motherId)

Definition at line 7 of file McKine.cxx.

7{ m_motherId = motherId; }

◆ setMotherId() [2/3]

void McKine::setMotherId ( int motherId)

◆ setMotherId() [3/3]

void McKine::setMotherId ( int motherId)

◆ setNumDaughter() [1/3]

void McKine::setNumDaughter ( int nDaughter)

Definition at line 11 of file McKine.cxx.

11{ m_numDaughter = nDaughter; }

◆ setNumDaughter() [2/3]

void McKine::setNumDaughter ( int nDaughter)

◆ setNumDaughter() [3/3]

void McKine::setNumDaughter ( int nDaughter)

◆ setParticleId() [1/3]

void McKine::setParticleId ( int particleId)

Definition at line 23 of file McKine.cxx.

23{ m_particleId = particleId; }

◆ setParticleId() [2/3]

void McKine::setParticleId ( int particleId)

◆ setParticleId() [3/3]

void McKine::setParticleId ( int particleId)

◆ setPhi0() [1/3]

void McKine::setPhi0 ( double phi0)

Definition at line 39 of file McKine.cxx.

39{ m_phi0 = phi0; }

◆ setPhi0() [2/3]

void McKine::setPhi0 ( double phi0)

◆ setPhi0() [3/3]

void McKine::setPhi0 ( double phi0)

◆ setPt() [1/3]

void McKine::setPt ( double pt)

Definition at line 31 of file McKine.cxx.

31{ m_pt = pt; }

◆ setPt() [2/3]

void McKine::setPt ( double pt)

◆ setPt() [3/3]

void McKine::setPt ( double pt)

◆ setTheta0() [1/3]

void McKine::setTheta0 ( double theta0)

Definition at line 35 of file McKine.cxx.

35{ m_theta0 = theta0; }

◆ setTheta0() [2/3]

void McKine::setTheta0 ( double theta0)

◆ setTheta0() [3/3]

void McKine::setTheta0 ( double theta0)

◆ setXv() [1/3]

void McKine::setXv ( double xv)

Definition at line 51 of file McKine.cxx.

51{ m_xv = xv; }

◆ setXv() [2/3]

void McKine::setXv ( double xv)

◆ setXv() [3/3]

void McKine::setXv ( double xv)

◆ setYv() [1/3]

void McKine::setYv ( double yv)

Definition at line 55 of file McKine.cxx.

55{ m_yv = yv; }

◆ setYv() [2/3]

void McKine::setYv ( double yv)

◆ setYv() [3/3]

void McKine::setYv ( double yv)

◆ setZ0() [1/3]

void McKine::setZ0 ( double z0)

Definition at line 47 of file McKine.cxx.

47{ m_z0 = z0; }

◆ setZ0() [2/3]

void McKine::setZ0 ( double z0)

◆ setZ0() [3/3]

void McKine::setZ0 ( double z0)

◆ setZv() [1/3]

void McKine::setZv ( double zv)

Definition at line 59 of file McKine.cxx.

59{ m_zv = zv; }

◆ setZv() [2/3]

void McKine::setZv ( double zv)

◆ setZv() [3/3]

void McKine::setZv ( double zv)

The documentation for this class was generated from the following files: