![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
AnomalyStudy (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, bool isMC) | |
void | init (InitContext &ic) final |
void | run (ProcessingContext &) final |
void | endOfStream (EndOfStreamContext &) final |
This is invoked whenever we have an EndOfStream event. | |
void | finaliseCCDB (ConcreteDataMatcher &, void *) final |
void | prepareOutput () |
void | updateTimeDependentParams (ProcessingContext &pc) |
void | process (o2::globaltracking::RecoContainer &recoData) |
void | setClusterDictionary (const o2::itsmft::TopologyDictionary *d) |
![]() | |
virtual | ~Task () |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 34 of file AnomalyStudy.cxx.
|
inline |
Definition at line 39 of file AnomalyStudy.cxx.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 121 of file AnomalyStudy.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 181 of file AnomalyStudy.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 86 of file AnomalyStudy.cxx.
void o2::its::study::AnomalyStudy::prepareOutput | ( | ) |
Definition at line 239 of file AnomalyStudy.cxx.
void o2::its::study::AnomalyStudy::process | ( | o2::globaltracking::RecoContainer & | recoData | ) |
Definition at line 193 of file AnomalyStudy.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 113 of file AnomalyStudy.cxx.
|
inline |
Definition at line 51 of file AnomalyStudy.cxx.
void o2::its::study::AnomalyStudy::updateTimeDependentParams | ( | ProcessingContext & | pc | ) |
Definition at line 75 of file AnomalyStudy.cxx.