Project
Loading...
Searching...
No Matches
o2::its::study::ITSBeamBackgroundStudy Class Reference

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.
 

Detailed Description

Definition at line 42 of file ITSBeamBackgroundStudy.cxx.

Constructor & Destructor Documentation

◆ ITSBeamBackgroundStudy()

o2::its::study::ITSBeamBackgroundStudy::ITSBeamBackgroundStudy ( std::shared_ptr< DataRequest dr,
std::shared_ptr< o2::base::GRPGeomRequest gr,
bool  isMC 
)
inline

Definition at line 45 of file ITSBeamBackgroundStudy.cxx.

Member Function Documentation

◆ endOfStream()

void o2::its::study::ITSBeamBackgroundStudy::endOfStream ( EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 243 of file ITSBeamBackgroundStudy.cxx.

◆ finaliseCCDB()

void o2::its::study::ITSBeamBackgroundStudy::finaliseCCDB ( ConcreteDataMatcher matcher,
void obj 
)
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.

◆ init()

void o2::its::study::ITSBeamBackgroundStudy::init ( InitContext context)
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.

◆ process()

void o2::its::study::ITSBeamBackgroundStudy::process ( o2::globaltracking::RecoContainer recoData)

Definition at line 287 of file ITSBeamBackgroundStudy.cxx.

◆ run()

void o2::its::study::ITSBeamBackgroundStudy::run ( ProcessingContext context)
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.

◆ save_and_reset()

void o2::its::study::ITSBeamBackgroundStudy::save_and_reset ( )

Definition at line 198 of file ITSBeamBackgroundStudy.cxx.

◆ updateTimeDependentParams()

void o2::its::study::ITSBeamBackgroundStudy::updateTimeDependentParams ( ProcessingContext pc)

Definition at line 124 of file ITSBeamBackgroundStudy.cxx.


The documentation for this class was generated from the following file: