16#ifndef O2_ZDC_DIGITRECO_SPEC
17#define O2_ZDC_DIGITRECO_SPEC
25#include <TStopwatch.h>
37 DigitRecoSpec(
const int verbosity,
const bool debugOut,
const bool enableZDCTDCCorr,
const bool enableZDCEnergyParam,
const bool enableZDCTowerParam,
const bool enableBaselineParam);
49 bool mDebugOut =
false;
50 bool mEnableZDCTDCCorr =
true;
51 bool mEnableZDCEnergyParam =
true;
52 bool mEnableZDCTowerParam =
true;
53 bool mEnableBaselineParam =
true;
54 bool mInitialized =
false;
55 double mRecoFraction = 1.0;
61 const bool enableZDCTDCCorr,
const bool enableZDCEnergyParam,
const bool enableZDCTowerParam,
const bool enableBaselineParam);
Definition of the Names Generator class.
void endOfStream(o2::framework::EndOfStreamContext &ec) final
This is invoked whenever we have an EndOfStream event.
void init(o2::framework::InitContext &ic) final
void updateTimeDependentParams(o2::framework::ProcessingContext &pc)
~DigitRecoSpec() override=default
void run(o2::framework::ProcessingContext &pc) final
void finaliseCCDB(o2::framework::ConcreteDataMatcher &matcher, void *obj) final
struct o2::upgrades_utils::@463 zdc
structure to keep FT0 information
framework::DataProcessorSpec getDigitRecoSpec(const int verbosity, const bool enableDebugOut, const bool enableZDCTDCCorr, const bool enableZDCEnergyParam, const bool enableZDCTowerParam, const bool enableBaselineParam)
create a processor spec
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...