// $Id$ // // File: trkhypoth.h // Created: Tue May 16 15:24:09 EDT 2017 // Creator: davidl (on Linux gluon119.jlab.org 2.6.32-642.3.1.el6.x86_64 x86_64) // #ifndef _trkhypoth_ #define _trkhypoth_ #include #include class trkhypoth:public TObject{ public: trkhypoth(){} virtual ~trkhypoth(){} bool has_tbt; Int_t pid; Float_t chisq; Int_t Ndof; Float_t p; Float_t theta; Int_t Ncdchits_candidate; Int_t Nfdchits_candidate; ClassDef(trkhypoth, 1) }; #endif // _trkhypoth_