1#ifndef RootEventData_TRecMdcKalHelixSeg_H
2#define RootEventData_TRecMdcKalHelixSeg_H 1
21 Double_t
getTdc(
void)
const {
return m_tdc; }
22 Double_t
getAdc(
void)
const {
return m_adc; }
23 Double_t
getZhit(
void)
const {
return m_zhit; }
24 Double_t
getTof(
void)
const {
return m_tof; }
27 Double_t
getDD(
void)
const {
return m_dd; }
28 Double_t
getEntra(
void)
const {
return m_entra; }
29 Double_t
getDT(
void)
const {
return m_driftT; }
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];
Double_t getAdc(void) const
Double_t getDD(void) const
void setEntra(Double_t entra)
void setAdc(Double_t adc)
void setTof(Double_t tof)
void setHelixIncl(const Double_t helix[5])
void setDocaExcl(Double_t docaexcl)
void setZhit(Double_t zhit)
Double_t getZhit(void) const
Double_t getTof(void) const
void setDocaIncl(Double_t docaincl)
void setMdcId(UInt_t mdcid)
Double_t getHelixExcl(Int_t i) const
Int_t getTrackId(void) const
void setTrackId(Int_t trkid)
void setDT(Double_t driftT)
Double_t getEntra(void) const
Double_t getDT(void) const
void setHelixExcl(const Double_t helix[5])
Double_t getDocaExcl(void) const
Double_t getDocaIncl(void) const
Double_t getHelixIncl(Int_t i) const
Double_t getTdc(void) const
Int_t getFlagLR(void) const
void setTdc(Double_t tdc)