|
Pottu
|
Abstract baseclass for all stages which creates detector events. More...
#include <StageStampedRawToDetectorEvent.hpp>


Public Member Functions | |
| virtual | ~StageStampedRawToDetectorEvent () |
| Virtual destructor. | |
| virtual void | process (const std::vector< dataitem_ts_t > &input, std::vector< DetectorEvent > &output)=0 |
| Consumes stamped raw data items and outputs detector events. More... | |
Abstract baseclass for all stages which creates detector events.
|
pure virtual |
Consumes stamped raw data items and outputs detector events.
| input | Raw stamped dataitems to be consumed. Do not use these after this call. |
| output | Output detector events. |
Implemented in pottu::DetectorEventGenerator.