1#ifndef RootEventData_TRecMdcKalHelixSeg_H
2#define RootEventData_TRecMdcKalHelixSeg_H 1
20 const UInt_t
getMdcId()
const {
return m_mdcid; }
21 const Double_t
getTdc(
void)
const {
return m_tdc; }
22 const Double_t
getAdc(
void)
const {
return m_adc; }
23 const Double_t
getZhit(
void)
const {
return m_zhit; }
24 const Double_t
getTof(
void)
const {
return m_tof; }
27 const Double_t
getDD(
void)
const {
return m_dd; }
28 const Double_t
getEntra(
void)
const {
return m_entra; }
29 const Double_t
getDT(
void)
const {
return m_driftT; }
41 const Double_t
getHelixIncl(Int_t i)
const {
return m_helixincl[i]; }
43 const Double_t
getHelixExcl(Int_t i)
const {
return m_helixexcl[i]; }
49 void setMdcId( UInt_t mdcid ) { m_mdcid = mdcid; }
50 void setTdc(Double_t tdc) { m_tdc = tdc; }
51 void setAdc(Double_t adc) { m_adc = adc; }
52 void setZhit(Double_t zhit) { m_zhit = zhit; }
53 void setTof(Double_t tof) { m_tof = tof; }
54 void setDocaIncl(Double_t docaincl) { m_docaincl = docaincl; }
55 void setDocaExcl(Double_t docaexcl) { m_docaexcl = docaexcl; }
56 void setDD(Double_t dd) { m_dd = dd ; }
57 void setEntra(Double_t entra) { m_entra = entra; }
58 void setDT(Double_t driftT) { m_driftT = driftT; }
71 for(Int_t i=0; i<5; i++) m_helixincl[i] = helix[i];
74 for(Int_t i=0; i<5; i++) m_helixexcl[i] = helix[i];
117 Double_t m_helixincl[5];
119 Double_t m_helixexcl[5];
const Double_t getDocaIncl(void) const
const Double_t getEntra(void) const
void setEntra(Double_t entra)
const UInt_t getMdcId() const
void setAdc(Double_t adc)
void setTof(Double_t tof)
const Double_t getHelixExcl(Int_t i) const
void setHelixIncl(const Double_t helix[5])
void setDocaExcl(Double_t docaexcl)
void setZhit(Double_t zhit)
void setDocaIncl(Double_t docaincl)
void setMdcId(UInt_t mdcid)
const Double_t getHelixIncl(Int_t i) const
void setTrackId(Int_t trkid)
const Double_t getTof(void) const
const Double_t getTdc(void) const
const Double_t getDT(void) const
void setDT(Double_t driftT)
void setHelixExcl(const Double_t helix[5])
const Double_t getDD(void) const
const Double_t getZhit(void) const
const Double_t getAdc(void) const
const Int_t getTrackId(void) const
const Int_t getFlagLR(void) const
const Double_t getDocaExcl(void) const
void setTdc(Double_t tdc)