![]() |
Project
|
#include <ThresholdAggregatorSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
ITSThresholdAggregator () | |
~ITSThresholdAggregator () override=default | |
void | init (InitContext &ic) final |
void | run (ProcessingContext &pc) final |
void | endOfStream (EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
void | finalize (EndOfStreamContext *ec) |
void | stop () final |
This is invoked on stop. | |
![]() | |
virtual | ~Task () |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
Definition at line 47 of file ThresholdAggregatorSpec.h.
o2::its::ITSThresholdAggregator::ITSThresholdAggregator | ( | ) |
Definition at line 27 of file ThresholdAggregatorSpec.cxx.
|
overridedefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 241 of file ThresholdAggregatorSpec.cxx.
void o2::its::ITSThresholdAggregator::finalize | ( | EndOfStreamContext * | ec | ) |
Definition at line 110 of file ThresholdAggregatorSpec.cxx.
|
finalvirtual |
The method which is called once to initialise the task. Derived classes can use this to save extra state.
Reimplemented from o2::framework::Task.
Definition at line 33 of file ThresholdAggregatorSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 46 of file ThresholdAggregatorSpec.cxx.
|
finalvirtual |
This is invoked on stop.
Reimplemented from o2::framework::Task.
Definition at line 224 of file ThresholdAggregatorSpec.cxx.