////////////////////////////////////////////////////////// // This class has been generated by TFile::MakeProject // (Wed Dec 12 22:21:54 2001 by ROOT version 3.02/06) // from the StreamerInfo in file st_physics_2253008_raw_0014.laser.root ////////////////////////////////////////////////////////// #ifndef Track_h #define Track_h #include "TObject.h" class Track : public TObject { public: Int_t fStatus; //status flag */ Int_t fhitid; //ID of the hit where parameters are given */ Int_t ftid; //track id Int_t fid_globtrk; //Pointer to the globtrk table row. Int_t fndedx; //Number of points used in dE/dx calc Int_t fnfit; //Number of points included in the fit Int_t fnrec; //Number of points assigned to that track Int_t fnpos; //Number of geometrically possible points Int_t fq; //charge */ Float_t fChixy; //chi squared of the momentum fit */ Float_t fChiyz; //chi squared of the momentum fit */ Float_t fdedx; // Float_t finvp; //1/pt (transverse momentum) at (r,phi,z) */ Float_t fcurvature; //1/radius */ Float_t fpsi; //azimuthal angle of the momentum at (r,.. */ Float_t ftanl; //tg of the dip angle at (r,phi,z) */ Float_t fphi0; //azimuthal angle of the first point */ Float_t fr0; //r (in cyl. coord.) for the first point */ Float_t fz0; //z coordinate of the first point */ Float_t fxl; //x of point of close app. to laser source. Float_t fyl; //y of point of closest approach Float_t fzl; //z of point of closest approach Float_t fphi; //phi of track at the xl, yl, zl point. Int_t fsector; //sector of laser source point. Track(); virtual ~Track(); ClassDef(Track,1) // }; ClassImp(Track) Track::Track() { } Track::~Track() { } #endif