![]() |
Project
|
Inherits o2::framework::Task.
Public Types | |
using | FEEIDType = rdh_utils::FEEIDType |
Public Member Functions | |
IDCToVectorDevice (const std::vector< uint32_t > &crus) | |
void | init (o2::framework::InitContext &ic) final |
void | run (o2::framework::ProcessingContext &pc) final |
void | closeFiles () |
void | stop () final |
This is invoked on stop. | |
void | endOfStream (o2::framework::EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
![]() | |
virtual | ~Task () |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
Definition at line 62 of file IDCToVectorSpec.cxx.
Definition at line 65 of file IDCToVectorSpec.cxx.
|
inline |
Definition at line 66 of file IDCToVectorSpec.cxx.
|
inline |
Definition at line 325 of file IDCToVectorSpec.cxx.
|
inlinefinalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 346 of file IDCToVectorSpec.cxx.
|
inlinefinalvirtual |
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 68 of file IDCToVectorSpec.cxx.
|
inlinefinalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 126 of file IDCToVectorSpec.cxx.
|
inlinefinalvirtual |
This is invoked on stop.
Reimplemented from o2::framework::Task.
Definition at line 340 of file IDCToVectorSpec.cxx.