#include #include "ICheckTrackerFirst.hxx" #include "IG4PrimaryVertex.hxx" #include "IG4PrimaryParticle.hxx" #include "tutTestRT.hxx" COMET::ICheckTrackerFirst::~ICheckTrackerFirst(){}; bool COMET::ICheckTrackerFirst::ProcessEvent(ICOMETEvent& event, IRooTrackerFile* inputRT){ // Get the RooTracker primaries TestRT::RTChecker rtCheck(fForceIndex); TestRT::Error anError = rtCheck.CheckLegacy(inputRT, &event); // Return true if no error was found return (anError == TestRT::kNone || anError == TestRT::kIsSubset); }