14#ifndef O2_ITS_NOISECALIBRATORSPEC
15#define O2_ITS_NOISECALIBRATORSPEC
18#include <TStopwatch.h>
25#ifdef TIME_SLOT_CALIBRATION
62 void addDatabaseEntry(
int chip,
int row,
int col);
66 std::unique_ptr<CALIBRATOR> mCalibrator =
nullptr;
67 std::shared_ptr<o2::base::GRPGeomRequest> mCCDBRequest;
68 unsigned int mStrobeCounter = 0;
69 size_t mDataSizeStat = 0;
70 size_t mNClustersProc = 0;
71 int mValidityDays = 3;
73 bool mUseClusters =
false;
74 bool mStopMeOnly =
false;
75 bool mRunStopRequested =
false;
76 bool mInitOnceDone =
false;
78 float mNoiseCutIB = -1.;
80 std::vector<int>* mConfDBmap{
nullptr};
Helper for geometry and GRP related CCDB requests.
ProcessingMode getProcessingMode() const
NoiseCalibratorSpec(ProcessingMode md=ProcessingMode::Full, bool useClusters=false, std::shared_ptr< o2::base::GRPGeomRequest > req={})
~NoiseCalibratorSpec() override=default
void setProcessingMode(ProcessingMode m)
void run(ProcessingContext &pc) final
void endOfStream(EndOfStreamContext &ec) final
This is invoked whenever we have an EndOfStream event.
void init(InitContext &ic) final
void finaliseCCDB(ConcreteDataMatcher &matcher, void *obj) final
std::vector< char > DCSconfigObject_t
Defining PrimaryVertex explicitly as messageable.
DataProcessorSpec getNoiseCalibratorSpec(bool useClusters, int pmode=0)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...