![]() |
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. | |
Public Member Functions inherited from o2::framework::Task | |
| 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 352 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 297 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 131 of file BarrelAlignmentSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 322 of file BarrelAlignmentSpec.cxx.