![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
| ITSBeamBackgroundStudy (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 | save_and_reset () |
| void | process (o2::globaltracking::RecoContainer &recoData) |
| void | updateTimeDependentParams (ProcessingContext &pc) |
Public Member Functions inherited from o2::framework::Task | |
| virtual | ~Task () |
| virtual void | stop () |
| This is invoked on stop. | |
Definition at line 42 of file ITSBeamBackgroundStudy.cxx.
|
inline |
Definition at line 45 of file ITSBeamBackgroundStudy.cxx.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 243 of file ITSBeamBackgroundStudy.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 281 of file ITSBeamBackgroundStudy.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 135 of file ITSBeamBackgroundStudy.cxx.
| void o2::its::study::ITSBeamBackgroundStudy::process | ( | o2::globaltracking::RecoContainer & | recoData | ) |
Definition at line 287 of file ITSBeamBackgroundStudy.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 259 of file ITSBeamBackgroundStudy.cxx.
| void o2::its::study::ITSBeamBackgroundStudy::save_and_reset | ( | ) |
Definition at line 198 of file ITSBeamBackgroundStudy.cxx.
| void o2::its::study::ITSBeamBackgroundStudy::updateTimeDependentParams | ( | ProcessingContext & | pc | ) |
Definition at line 124 of file ITSBeamBackgroundStudy.cxx.