Project
Loading...
Searching...
No Matches
o2::gpu::GPURecoWorkflowSpec Class Reference

#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 ()
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 

Detailed Description

Definition at line 98 of file GPUWorkflowSpec.h.

Member Typedef Documentation

◆ CompletionPolicyData

Constructor & Destructor Documentation

◆ GPURecoWorkflowSpec()

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.

◆ ~GPURecoWorkflowSpec()

o2::gpu::GPURecoWorkflowSpec::~GPURecoWorkflowSpec ( )
overridedefault

Member Function Documentation

◆ deinitialize()

void o2::gpu::GPURecoWorkflowSpec::deinitialize ( )

Definition at line 1267 of file GPUWorkflowSpec.cxx.

◆ endOfStream()

void o2::gpu::GPURecoWorkflowSpec::endOfStream ( o2::framework::EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 370 of file GPUWorkflowSpec.cxx.

◆ finaliseCCDB()

void o2::gpu::GPURecoWorkflowSpec::finaliseCCDB ( o2::framework::ConcreteDataMatcher matcher,
void obj 
)
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.

◆ init()

void o2::gpu::GPURecoWorkflowSpec::init ( o2::framework::InitContext context)
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()

Inputs o2::gpu::GPURecoWorkflowSpec::inputs ( )

Definition at line 1083 of file GPUWorkflowSpec.cxx.

◆ options()

Options o2::gpu::GPURecoWorkflowSpec::options ( )

Definition at line 1063 of file GPUWorkflowSpec.cxx.

◆ outputs()

Outputs o2::gpu::GPURecoWorkflowSpec::outputs ( )

Definition at line 1192 of file GPUWorkflowSpec.cxx.

◆ run()

void o2::gpu::GPURecoWorkflowSpec::run ( o2::framework::ProcessingContext context)
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.

◆ stop()

void o2::gpu::GPURecoWorkflowSpec::stop ( )
finalvirtual

This is invoked on stop.

Reimplemented from o2::framework::Task.

Definition at line 364 of file GPUWorkflowSpec.cxx.


The documentation for this class was generated from the following files: