![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
| ~AlignmentSpec () final=default | |
| AlignmentSpec (const AlignmentSpec &)=delete | |
| AlignmentSpec (AlignmentSpec &&)=delete | |
| AlignmentSpec & | operator= (const AlignmentSpec &)=delete |
| AlignmentSpec & | operator= (AlignmentSpec &&)=delete |
| AlignmentSpec (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, GTrackID::mask_t src, bool useMC, bool withPV, bool withITS, OutputEnum out) | |
| void | init (InitContext &ic) final |
| void | run (ProcessingContext &pc) final |
| void | endOfStream (EndOfStreamContext &ec) final |
| This is invoked whenever we have an EndOfStream event. | |
| void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) final |
| void | process () |
Public Member Functions inherited from o2::framework::Task | |
| virtual | ~Task () |
| virtual void | stop () |
| This is invoked on stop. | |
Definition at line 93 of file AlignmentSpec.cxx.
|
finaldefault |
|
delete |
|
delete |
|
inline |
Definition at line 101 of file AlignmentSpec.cxx.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 935 of file AlignmentSpec.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 941 of file AlignmentSpec.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 159 of file AlignmentSpec.cxx.
|
delete |
|
delete |
| void o2::its3::align::AlignmentSpec::process | ( | ) |
Definition at line 187 of file AlignmentSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 172 of file AlignmentSpec.cxx.