Project
Loading...
Searching...
No Matches
o2::base::AlignerTask Class Reference

Inherits o2::framework::Task.

Public Member Functions

 AlignerTask (DetID::mask_t dets, std::shared_ptr< o2::base::GRPGeomRequest > gr)
 
 ~AlignerTask () override=default
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) final
 
- 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 stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 73 of file create-aligned-geometry.cxx.

Constructor & Destructor Documentation

◆ AlignerTask()

o2::base::AlignerTask::AlignerTask ( DetID::mask_t  dets,
std::shared_ptr< o2::base::GRPGeomRequest gr 
)
inline

Definition at line 76 of file create-aligned-geometry.cxx.

◆ ~AlignerTask()

o2::base::AlignerTask::~AlignerTask ( )
overridedefault

Member Function Documentation

◆ finaliseCCDB()

void o2::base::AlignerTask::finaliseCCDB ( ConcreteDataMatcher matcher,
void obj 
)
inlinefinalvirtual

This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised

Reimplemented from o2::framework::Task.

Definition at line 132 of file create-aligned-geometry.cxx.

◆ init()

void o2::base::AlignerTask::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 79 of file create-aligned-geometry.cxx.

◆ run()

void o2::base::AlignerTask::run ( ProcessingContext context)
inlinefinalvirtual

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

Implements o2::framework::Task.

Definition at line 84 of file create-aligned-geometry.cxx.


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