#ifndef JFTrackFit_h #define JFTrackFit_h #include class JFTrackFit { public: JFTrackFit(std::map hots); Double_t operator()(const Double_t * x); std::map hots; }; #endif