6 #ifndef H_POTTU_STAGEDETECTOREVENT
7 #define H_POTTU_STAGEDETECTOREVENT
33 virtual void process( std::vector<DetectorEvent> &data ) noexcept = 0;
Abstract baseclass for all pipeline stage objects.
Definition: StageBase.hpp:16
Abstract baseclass for all stages which uses or modifies detector events.
Definition: StageDetectorEvent.hpp:20
virtual void process(std::vector< DetectorEvent > &data) noexcept=0
Uses or modifies detector events in a container.
virtual ~StageDetectorEvent()
Virtual desctructor.
Definition: StageDetectorEvent.hpp:24
Definition: mainpage.dox:6