![]() |
Project
|
#include <FilteringSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
| FilteringSpec (GID::mask_t src, std::shared_ptr< DataRequest > dataRequest, bool enableSV, bool useMC=true) | |
| ~FilteringSpec () override=default | |
| void | init (InitContext &ic) final |
| void | run (ProcessingContext &pc) final |
| void | endOfStream (framework::EndOfStreamContext &ec) final |
| This is invoked whenever we have an EndOfStream event. | |
| void | finaliseCCDB (ConcreteDataMatcher &, void *) final |
Public Member Functions inherited from o2::framework::Task | |
| virtual | ~Task () |
| virtual void | stop () |
| This is invoked on stop. | |
Definition at line 60 of file FilteringSpec.h.
|
inline |
Definition at line 63 of file FilteringSpec.h.
|
overridedefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 308 of file FilteringSpec.cxx.
|
finalvirtual |
This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised
Reimplemented from o2::framework::Task.
Definition at line 137 of file FilteringSpec.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 146 of file FilteringSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 84 of file FilteringSpec.cxx.