#include #include "JFTrackFit.h" #include void testJFTrackFit() { gROOT->ProcessLine("#include "); gROOT->ProcessLine(".L JFTrackFit.C+"); std::map hots; hots[5] = 0.01; hots[7] = 0.01; JFTrackFit f(hots); }