19 Int_t fEventId, fEventHits, fFlag, fGemHits, fSiHits, fCSCHits;
20 Double_t fDx, fDy, fDtx, fDty, fDdx, fDdy, fDdtx, fDdty, fChi2;
21 Double_t fXpv, fYpv, fZpv;
22 Double_t fTrackAngDch, fTrackAngPV, fIntMagFieldTr, fIntMagFieldDch, fTrackAng360, fXSigma, fYSigma ;
39 Double_t
GetDx()
const {
return fDx; }
40 Double_t
GetDy()
const {
return fDy; }
41 Double_t
GetDtx()
const {
return fDtx; }
42 Double_t
GetDty()
const {
return fDty; }
43 Double_t
GetDdx()
const {
return fDdx; }
44 Double_t
GetDdy()
const {
return fDdy; }
45 Double_t
GetDdtx()
const {
return fDdtx; }
46 Double_t
GetDdty()
const {
return fDdty; }
47 Double_t
GetChi2()
const {
return fChi2; }
48 Double_t
GetXpv()
const {
return fXpv; }
49 Double_t
GetYpv()
const {
return fYpv; }
50 Double_t
GetZpv()
const {
return fZpv; }
73 void SetDx(Double_t dx) {fDx = dx;}
74 void SetDy(Double_t dy) {fDy = dy;}
75 void SetDtx(Double_t dtx) {fDtx = dtx;}
76 void SetDty(Double_t dty) {fDty = dty;}
77 void SetDdx(Double_t ddx) {fDdx = ddx;}
78 void SetDdy(Double_t ddy) {fDdy = ddy;}
79 void SetDdtx(Double_t ddtx) {fDdtx = ddtx;}
80 void SetDdty(Double_t ddty) {fDdty = ddty;}
81 void SetChi2(Double_t chi2) {fChi2 = chi2;}
82 void SetXpv(Double_t xpv) {fXpv = xpv;}
83 void SetYpv(Double_t ypv) {fYpv = ypv;}
84 void SetZpv(Double_t zpv) {fZpv = zpv;}