#include "IVStrideEventAndRT.hxx" COMET::IVStrideEventAndRT::~IVStrideEventAndRT(){}; bool COMET::IVStrideEventAndRT::operator()(ICOMETEvent& event, IRooTrackerFile* inputRT, int idx){ // Process the event and the RTIndex inputRT->GetEntry(idx); bool okay=ProcessEvent(event, inputRT); return okay; }; void COMET::IVStrideEventAndRT::Initialize(void){ };