Project
Loading...
Searching...
No Matches
BTask Class Reference

Inherits o2::framework::Task.

Public Member Functions

void process (o2::aod::Collision const &, o2::soa::Join< o2::aod::Tracks, o2::aod::TracksExtra, o2::aod::TracksCov > const &, o2::aod::AmbiguousTracks const &, o2::aod::Calos const &, o2::aod::CaloTriggers const &)
 
void run (ProcessingContext &pc) final
 
void endOfStream (EndOfStreamContext &eos) final
 This is invoked whenever we have an EndOfStream event.
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void init (InitContext &context)
 
virtual void finaliseCCDB (ConcreteDataMatcher &matcher, void *obj)
 
virtual void stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 87 of file test_AnalysisTask.cxx.

Member Function Documentation

◆ endOfStream()

void BTask::endOfStream ( EndOfStreamContext context)
inlinefinalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 59 of file test_Task.cxx.

◆ process()

void BTask::process ( o2::aod::Collision const &  ,
o2::soa::Join< o2::aod::Tracks, o2::aod::TracksExtra, o2::aod::TracksCov > const &  ,
o2::aod::AmbiguousTracks const &  ,
o2::aod::Calos const &  ,
o2::aod::CaloTriggers const &   
)
inline

Definition at line 88 of file test_AnalysisTask.cxx.

◆ run()

void BTask::run ( ProcessingContext context)
inlinefinalvirtual

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

Implements o2::framework::Task.

Definition at line 52 of file test_Task.cxx.


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