/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/McTruth/McTruth-00-02-19/src/McKine.cxx

Go to the documentation of this file.
00001 #include "McTruth/McKine.h"
00002 
00003 void McKine::setId (int id) {
00004   m_id = id;
00005 }
00006 
00007 int  McKine::getId () {
00008   return m_id;
00009 }
00010 
00011 void McKine::setMotherId (int motherId) {
00012   m_motherId = motherId;
00013 }
00014 
00015 int  McKine::getMotherId () {
00016   return m_motherId;
00017 }
00018 
00019 void McKine::setNumDaughter (int nDaughter) {
00020   m_numDaughter = nDaughter;
00021 }
00022 
00023 int  McKine::getNumDaughter () {
00024   return m_numDaughter;
00025 }
00026 
00027 void McKine::setDaughterIdMin (int daughterIdMin) {
00028   m_daughterIdMin = daughterIdMin;
00029 }
00030 
00031 int  McKine::getDaughterIdMin () {
00032   return m_daughterIdMin;
00033 }
00034 
00035 void McKine::setDaughterIdMax (int daughterIdMax) {
00036   m_daughterIdMax = daughterIdMax;
00037 }
00038 
00039 int  McKine::getDaughterIdMax () {
00040   return m_daughterIdMax;
00041 }
00042 
00043 void McKine::setParticleId (int particleId) {
00044   m_particleId = particleId;
00045 }
00046 
00047 int  McKine::getParticleId () {
00048   return m_particleId;
00049 }
00050 
00051 void McKine::setCharge (int q) {
00052   m_q = q;
00053 }
00054 
00055 int  McKine::getCharge () {
00056   return m_q;
00057 }
00058 
00059 void McKine::setPt (double pt) {
00060   m_pt = pt;
00061 }
00062 
00063 double  McKine::getPt () {
00064   return m_pt;
00065 } 
00066 
00067 void McKine::setTheta0 (double theta0) {
00068   m_theta0 = theta0;
00069 }
00070 
00071 double  McKine::getTheta0 () {
00072   return m_theta0;
00073 } 
00074    
00075 void McKine::setPhi0 (double phi0) {
00076   m_phi0 = phi0;
00077 }
00078 
00079 double  McKine::getPhi0 () {
00080   return m_phi0;
00081 } 
00082  
00083 void McKine::setD0 (double d0) {
00084   m_d0 = d0;
00085 }
00086 
00087 double  McKine::getD0 () {
00088   return m_d0;
00089 } 
00090  
00091 void McKine::setZ0 (double z0) {
00092   m_z0 = z0;
00093 }
00094 
00095 double  McKine::getZ0 () {
00096   return m_z0;
00097 } 
00098  
00099 void McKine::setXv (double xv) {
00100   m_xv = xv;
00101 }
00102 
00103 double  McKine::getXv () {
00104   return m_xv;
00105 } 
00106    
00107 void McKine::setYv (double yv) {
00108   m_yv = yv;
00109 }
00110 
00111 double  McKine::getYv () {
00112   return m_yv;
00113 } 
00114 
00115 void McKine::setZv (double zv) {
00116   m_zv = zv; 
00117 }
00118 
00119 double  McKine::getZv () {
00120   return m_zv;
00121 } 

Generated on Tue Nov 29 22:58:31 2016 for BOSS_7.0.2 by  doxygen 1.4.7