![]() |
Project
|
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. | |
![]() | |
virtual | ~Task () |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 82 of file BarrelAlignmentSpec.cxx.
Enumerator | |
---|---|
WriteResults | |
CheckConstaints | |
GenPedeFiles | |
LabelPedeResults |
Definition at line 85 of file BarrelAlignmentSpec.cxx.
|
inline |
Definition at line 89 of file BarrelAlignmentSpec.cxx.
|
overridedefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 351 of file BarrelAlignmentSpec.cxx.
|
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.
|
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.
|
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.