6 #ifndef H_POTTU_STAGEDETECTOREVENTTODETECTOREVENT
7 #define H_POTTU_STAGEDETECTOREVENTTODETECTOREVENT
36 virtual void process( std::vector<DetectorEvent> &input, std::vector<DetectorEvent> &output ) = 0;
Abstract baseclass for all pipeline stage objects.
Definition: StageBase.hpp:16
Abstract baseclass for all stages which transforms detector events to detector events.
Definition: StageDetectorEventToDetectorEvent.hpp:23
virtual void process(std::vector< DetectorEvent > &input, std::vector< DetectorEvent > &output)=0
Consumes detector events and returns different detector events.
virtual ~StageDetectorEventToDetectorEvent()
Virtual destructor.
Definition: StageDetectorEventToDetectorEvent.hpp:26
Definition: mainpage.dox:6