Project
Loading...
Searching...
No Matches
ATask Struct Reference

Inherits o2::framework::Task.

Public Member Functions

void process (o2::aod::Track const &)
 
 ATask (int state)
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void init (InitContext &ic)
 
void run (ProcessingContext &pc)
 
void process (aod::Tracks const &tracks)
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void endOfStream (EndOfStreamContext &context)
 This is invoked whenever we have an EndOfStream event.
 
virtual void finaliseCCDB (ConcreteDataMatcher &matcher, void *obj)
 
virtual void stop ()
 This is invoked on stop.
 

Public Attributes

Produces< aod::FooBars > foobars
 
Service< TimingInfoinfo
 

Detailed Description

Definition at line 72 of file test_AnalysisTask.cxx.

Constructor & Destructor Documentation

◆ ATask()

ATask::ATask ( int  state)
inline

Definition at line 28 of file test_Task.cxx.

Member Function Documentation

◆ init() [1/2]

void ATask::init ( InitContext context)
inlinevirtual

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 28 of file o2AnalysisTaskExample.cxx.

◆ init() [2/2]

void ATask::init ( InitContext context)
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 30 of file test_Task.cxx.

◆ process() [1/2]

void ATask::process ( aod::Tracks const &  tracks)
inline

Definition at line 36 of file o2AnalysisTaskExample.cxx.

◆ process() [2/2]

void ATask::process ( o2::aod::Track const &  )
inline

Definition at line 75 of file test_AnalysisTask.cxx.

◆ run() [1/2]

void ATask::run ( ProcessingContext context)
inlinevirtual

This is invoked whenever a new InputRecord is demeed to be complete.

Implements o2::framework::Task.

Definition at line 32 of file o2AnalysisTaskExample.cxx.

◆ run() [2/2]

void ATask::run ( ProcessingContext context)
inlinefinalvirtual

This is invoked whenever a new InputRecord is demeed to be complete.

Implements o2::framework::Task.

Definition at line 34 of file test_Task.cxx.

Member Data Documentation

◆ foobars

Produces<aod::FooBars> ATask::foobars

Definition at line 73 of file test_AnalysisTask.cxx.

◆ info

Service<TimingInfo> ATask::info

Definition at line 23 of file o2AnalysisTaskExample.cxx.


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