![]() |
Project
|
#include <TPCDistributeSACSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
TPCDistributeSACSpec (const unsigned int timeframes, const unsigned int outlanes) | |
void | run (o2::framework::ProcessingContext &pc) final |
void | endOfStream (o2::framework::EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
![]() | |
virtual | ~Task () |
virtual void | init (InitContext &context) |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
virtual void | stop () |
This is invoked on stop. | |
Static Public Member Functions | |
static constexpr header::DataDescription | getDataDescriptionSACCCDB () |
static header::DataDescription | getDataDescriptionSACVec (const int lane) |
return data description for aggregated SACs for given lane | |
Definition at line 37 of file TPCDistributeSACSpec.h.
|
inline |
Definition at line 40 of file TPCDistributeSACSpec.h.
|
inlinefinalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 77 of file TPCDistributeSACSpec.h.
|
inlinestaticconstexpr |
Definition at line 82 of file TPCDistributeSACSpec.h.
|
inlinestatic |
return data description for aggregated SACs for given lane
Definition at line 85 of file TPCDistributeSACSpec.h.
|
inlinefinalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 50 of file TPCDistributeSACSpec.h.