1#ifndef RootEventData_TRecMdcHit_H
2#define RootEventData_TRecMdcHit_H 1
18 Bool_t
isGrouped(
void)
const {
return m_isGrouped; }
20 Int_t
getId(
void)
const {
return m_id; }
28 Int_t
getStat(
void)
const {
return m_stat; }
30 Double_t
getTdc(
void)
const {
return m_tdc; }
31 Double_t
getAdc(
void)
const {
return m_adc; }
33 Double_t
getDoca(
void)
const {
return m_doca; }
34 Double_t
getEntra(
void)
const {
return m_entra; }
35 Double_t
getZhit(
void)
const {
return m_zhit; }
40 void setId(Int_t
id) { m_id = id; }
41 void setTrkId(Int_t trkid) { m_trkid = trkid; }
48 void setStat(Int_t stat) { m_stat = stat; }
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 setDriftT(Double_t driftT) { m_driftT = driftT; }
53 void setDoca(Double_t doca) { m_doca = doca; }
54 void setEntra(Double_t entra) { m_entra = entra; }
55 void setZhit(Double_t zhit) { m_zhit = zhit; }
56 void setFltLen(Double_t fltLen) { m_fltLen = fltLen; }
59 m_id = mdchit->
getId();
Double_t getDriftDistRight(void) const
Int_t getFlagLR(void) const
void setFltLen(Double_t fltLen)
Bool_t isGrouped(void) const
void setIsGrouped(Bool_t isGrouped)
Double_t getEntra(void) const
void setErrDriftDistLeft(Double_t erddl)
void setTRecMdcHit(const TRecMdcHit *mdchit)
void setDriftDistLeft(Double_t ddl)
Double_t getZhit(void) const
void setDriftDistRight(Double_t ddr)
Double_t getChisqAdd(void) const
Int_t getStat(void) const
Double_t getErrDriftDistRight(void) const
Int_t getTrkId(void) const
void setTdc(Double_t tdc)
void setAdc(Double_t adc)
void setTrkId(Int_t trkid)
Double_t getTdc(void) const
Double_t getFltLen(void) const
Double_t getDoca(void) const
void setDriftT(Double_t driftT)
Double_t getErrDriftDistLeft(void) const
Double_t getDriftT(void) const
void setErrDriftDistRight(Double_t erddr)
void setZhit(Double_t zhit)
void setDoca(Double_t doca)
void setEntra(Double_t entra)
void setChisqAdd(Double_t pChisq)
void setMdcId(UInt_t mdcid)
Double_t getAdc(void) const
Double_t getDriftDistLeft(void) const