![]() |
Project
|
#include <GPUWorkflowSpec.h>
Inherits o2::framework::Task.
Classes | |
struct | Config |
Public Types | |
using | CompletionPolicyData = std::vector< framework::InputSpec > |
Public Member Functions | |
GPURecoWorkflowSpec (CompletionPolicyData *policyData, Config const &specconfig, std::vector< int32_t > const &tpcsectors, uint64_t tpcSectorMask, std::shared_ptr< o2::base::GRPGeomRequest > &ggr, std::function< bool(o2::framework::DataProcessingHeader::StartTime)> **gPolicyOrder=nullptr) | |
~GPURecoWorkflowSpec () override | |
void | init (o2::framework::InitContext &ic) final |
void | run (o2::framework::ProcessingContext &pc) final |
void | endOfStream (o2::framework::EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
void | stop () final |
This is invoked on stop. | |
void | finaliseCCDB (o2::framework::ConcreteDataMatcher &matcher, void *obj) final |
o2::framework::Inputs | inputs () |
o2::framework::Outputs | outputs () |
o2::framework::Options | options () |
void | deinitialize () |
![]() | |
virtual | ~Task () |
Definition at line 98 of file GPUWorkflowSpec.h.
using o2::gpu::GPURecoWorkflowSpec::CompletionPolicyData = std::vector<framework::InputSpec> |
Definition at line 101 of file GPUWorkflowSpec.h.
o2::gpu::GPURecoWorkflowSpec::GPURecoWorkflowSpec | ( | CompletionPolicyData * | policyData, |
Config const & | specconfig, | ||
std::vector< int32_t > const & | tpcsectors, | ||
uint64_t | tpcSectorMask, | ||
std::shared_ptr< o2::base::GRPGeomRequest > & | ggr, | ||
std::function< bool(o2::framework::DataProcessingHeader::StartTime)> ** | gPolicyOrder = nullptr |
||
) |
Definition at line 112 of file GPUWorkflowSpec.cxx.
|
overridedefault |
void o2::gpu::GPURecoWorkflowSpec::deinitialize | ( | ) |
Definition at line 1267 of file GPUWorkflowSpec.cxx.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 370 of file GPUWorkflowSpec.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 375 of file GPUWorkflowSpec.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 131 of file GPUWorkflowSpec.cxx.
Inputs o2::gpu::GPURecoWorkflowSpec::inputs | ( | ) |
Definition at line 1083 of file GPUWorkflowSpec.cxx.
Options o2::gpu::GPURecoWorkflowSpec::options | ( | ) |
Definition at line 1063 of file GPUWorkflowSpec.cxx.
Outputs o2::gpu::GPURecoWorkflowSpec::outputs | ( | ) |
Definition at line 1192 of file GPUWorkflowSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 531 of file GPUWorkflowSpec.cxx.
|
finalvirtual |
This is invoked on stop.
Reimplemented from o2::framework::Task.
Definition at line 364 of file GPUWorkflowSpec.cxx.