Package org.jlab.rec.rtpc.hit
Class FinalTrackInfo
java.lang.Object
org.jlab.rec.rtpc.hit.FinalTrackInfo
- Author:
- davidpayette
- 
Constructor SummaryConstructorsConstructorDescriptionFinalTrackInfo(double px, double py, double pz, double vz, double theta, double phi, int numhits, double tl, double ADCsum, double dEdx, double R, double A, double B, double chi2) 
- 
Method SummaryModifier and TypeMethodDescriptiondoubleget_A()doubledoubleget_B()doubleget_chi2()doubleget_dEdx()intdoubleget_p()doubleget_phi()doubleget_px()doubleget_py()doubleget_pz()doubleget_R()doubledoubleget_tl()doubleget_vz()voidset_dEdx(double dEdx) voidset_numhits(int numhits) voidset_phi(double phi) voidset_px(double px) voidset_py(double py) voidset_pz(double pz) voidset_theta(double theta) voidset_tl(double tl) voidset_vz(double vz) 
- 
Constructor Details- 
FinalTrackInfopublic FinalTrackInfo()
- 
FinalTrackInfopublic FinalTrackInfo(double px, double py, double pz, double vz, double theta, double phi, int numhits, double tl, double ADCsum, double dEdx, double R, double A, double B, double chi2) 
 
- 
- 
Method Details- 
set_pxpublic void set_px(double px) 
- 
set_pypublic void set_py(double py) 
- 
set_pzpublic void set_pz(double pz) 
- 
set_tlpublic void set_tl(double tl) 
- 
set_thetapublic void set_theta(double theta) 
- 
set_phipublic void set_phi(double phi) 
- 
set_numhitspublic void set_numhits(int numhits) 
- 
set_dEdxpublic void set_dEdx(double dEdx) 
- 
set_vzpublic void set_vz(double vz) 
- 
get_pxpublic double get_px()
- 
get_pypublic double get_py()
- 
get_pzpublic double get_pz()
- 
get_tlpublic double get_tl()
- 
get_thetapublic double get_theta()
- 
get_phipublic double get_phi()
- 
get_numhitspublic int get_numhits()
- 
get_dEdxpublic double get_dEdx()
- 
get_vzpublic double get_vz()
- 
get_Rpublic double get_R()
- 
get_Apublic double get_A()
- 
get_Bpublic double get_B()
- 
get_chi2public double get_chi2()
- 
get_ADCsumpublic double get_ADCsum()
- 
get_ppublic double get_p()
 
-