11#ifndef ALICEO2_FOCAL_PADPEDESTALCALIBDEVICE_H
12#define ALICEO2_FOCAL_PADPEDESTALCALIBDEVICE_H
46 void calculatePedestals();
47 double evaluatePedestal(TH1* channel);
48 void processRawData(const
gsl::span<const
char> padWords);
52 bool mUpdateCCDB = true;
54 std::
string mPath = "./";
~PadPedestalCalibDevice() final=default
void init(framework::InitContext &ctx) final
void endOfStream(o2::framework::EndOfStreamContext &ec) final
This is invoked whenever we have an EndOfStream event.
void run(framework::ProcessingContext &ctx) final
GLsizei const GLchar *const * path
o2::framework::DataProcessorSpec getPadPedestalCalibDevice(bool updateCCDB, const std::string &path, bool debug)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Defining DataPointCompositeObject explicitly as copiable.