1#ifndef RootEventData_TRecCgemTrack_H
2#define RootEventData_TRecCgemTrack_H 1
17 const Int_t
trackId()
const {
return m_trackId; }
18 const Double_t
helix(Int_t i)
const {
return m_helix[i]; }
19 const Int_t
charge()
const;
20 const Double_t
pxy()
const;
21 const Double_t
px()
const;
22 const Double_t
py()
const;
23 const Double_t
pz()
const;
24 const Double_t
p()
const;
25 const Double_t
theta()
const;
26 const Double_t
phi()
const;
27 const Double_t
x()
const;
28 const Double_t
y()
const;
29 const Double_t
z()
const;
30 const Double_t
r()
const;
31 const Int_t
stat()
const {
return m_stat; }
32 const Double_t
chi2()
const {
return m_chi2; }
33 const Int_t
ndof()
const {
return m_ndof; }
34 const Double_t
err(Int_t i)
const {
return m_err[i];}
35 const Int_t
nhits( )
const {
return m_nhits; }
38 const Double_t
vx0(
void )
const {
return m_vx0; }
39 const Double_t
vy0(
void )
const {
return m_vy0; }
40 const Double_t
vz0(
void )
const {
return m_vz0; }
41 const Double_t
fiTerm(
void )
const {
return m_fiTerm; }
46 for(Int_t i=0; i<5; i++) m_helix[i] =
helix[i];
49 void setChi2(
const Double_t chi ) { m_chi2 = chi; }
52 void setErr(
const Double_t er[15] ) {
53 for (Int_t i=0;i<15;i++) m_err[i] = er[i];
62 void setFiTerm(Double_t fiterm) { m_fiTerm = fiterm;}
65 m_helix[i]=cgemTrk->
helix(i);
67 for(
int i=0;i<15;i++){
68 m_err[i]=cgemTrk->
err(i);
71 m_stat=cgemTrk->
stat();
72 m_chi2=cgemTrk->
chi2();
73 m_ndof=cgemTrk->
ndof();
77 m_fiTerm =cgemTrk->
fiTerm();
const Double_t phi() const
const Double_t chi2() const
void setVY0(Double_t vy0)
const Int_t nhits() const
void setChi2(const Double_t chi)
void setNdof(const Int_t ndof)
void setHelix(const Double_t helix[5])
const Int_t trackId() const
const Double_t vy0(void) const
void setTRecCgemTrack(const TRecCgemTrack *cgemTrk)
void setErr(const Double_t er[15])
const Double_t pz() const
const Double_t py() const
const Double_t pxy() const
const Double_t px() const
const Double_t vx0(void) const
void setTrackId(const Int_t trackId)
void setVX0(Double_t vx0)
const Double_t helix(Int_t i) const
const Int_t charge() const
const Double_t vz0(void) const
void setFiTerm(Double_t fiterm)
const Double_t theta() const
const Double_t fiTerm(void) const
const Double_t err(Int_t i) const
void setVZ0(Double_t vz0)
void setNhits(const Int_t nh)
void setStat(const Int_t stat)