![]() |
Project
|
#include <FV0DCSDataProcessor.h>
Inherits o2::fit::FITDCSDataProcessor.
Public Member Functions | |
FV0DCSDataProcessor (const std::string detectorName, const o2::header::DataDescription &dataDescription) | |
![]() | |
FITDCSDataProcessor (const std::string &detectorName, const o2::header::DataDescription &dataDescription) | |
void | init (o2::framework::InitContext &ic) final |
void | run (o2::framework::ProcessingContext &pc) final |
void | endOfStream (o2::framework::EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
const std::string & | getDetectorName () const |
bool | getVerboseMode () const |
void | setVerboseMode (bool verboseMode=true) |
![]() | |
virtual | ~Task () |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
virtual void | stop () |
This is invoked on stop. | |
Protected Member Functions | |
std::vector< o2::dcs::DataPointIdentifier > | getHardCodedDPIDs () override |
Additional Inherited Members | |
![]() | |
std::string | mDetectorName |
Detector name. | |
bool | mVerbose = false |
Verbose mode. | |
Definition at line 31 of file FV0DCSDataProcessor.h.
|
inline |
Definition at line 34 of file FV0DCSDataProcessor.h.
|
overrideprotectedvirtual |
Gets the DP IDs. They are hard coded in the function implementations as an alternative to fetch them from CCDB.
Implements o2::fit::FITDCSDataProcessor.
Definition at line 25 of file FV0DCSDataProcessor.cxx.