Project
Loading...
Searching...
No Matches
o2::align::BarrelAlignmentSpec Class Reference

Inherits o2::framework::Task.

Public Types

enum  PostProc { WriteResults = 0x1 << 0 , CheckConstaints = 0x1 << 1 , GenPedeFiles = 0x1 << 2 , LabelPedeResults = 0x1 << 3 }
 

Public Member Functions

 BarrelAlignmentSpec (GTrackID::mask_t srcMP, std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > ggrec, const o2::tpc::CorrectionMapsLoaderGloOpts &tpcOpt, DetID::mask_t detmask, bool cosmic, int postprocess, bool useMC, bool loadTPCCalib)
 
 ~BarrelAlignmentSpec () override=default
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void finaliseCCDB (o2::framework::ConcreteDataMatcher &matcher, void *obj) final
 
void endOfStream (framework::EndOfStreamContext &ec) final
 This is invoked whenever we have an EndOfStream event.
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 82 of file BarrelAlignmentSpec.cxx.

Member Enumeration Documentation

◆ PostProc

Enumerator
WriteResults 
CheckConstaints 
GenPedeFiles 
LabelPedeResults 

Definition at line 85 of file BarrelAlignmentSpec.cxx.

Constructor & Destructor Documentation

◆ BarrelAlignmentSpec()

o2::align::BarrelAlignmentSpec::BarrelAlignmentSpec ( GTrackID::mask_t  srcMP,
std::shared_ptr< DataRequest dr,
std::shared_ptr< o2::base::GRPGeomRequest ggrec,
const o2::tpc::CorrectionMapsLoaderGloOpts tpcOpt,
DetID::mask_t  detmask,
bool  cosmic,
int  postprocess,
bool  useMC,
bool  loadTPCCalib 
)
inline

Definition at line 89 of file BarrelAlignmentSpec.cxx.

◆ ~BarrelAlignmentSpec()

o2::align::BarrelAlignmentSpec::~BarrelAlignmentSpec ( )
overridedefault

Member Function Documentation

◆ endOfStream()

void o2::align::BarrelAlignmentSpec::endOfStream ( framework::EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 351 of file BarrelAlignmentSpec.cxx.

◆ finaliseCCDB()

void o2::align::BarrelAlignmentSpec::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 296 of file BarrelAlignmentSpec.cxx.

◆ init()

void o2::align::BarrelAlignmentSpec::init ( 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 130 of file BarrelAlignmentSpec.cxx.

◆ run()

void o2::align::BarrelAlignmentSpec::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 321 of file BarrelAlignmentSpec.cxx.


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