62 mVerbosity = ic.
options().
get<
int>(
"verbosity-level");
67 LOG(info) <<
"Sending calibration data to aggregator every mModTF = " << mModTF <<
" TF";
82 LOG(info) <<
"Loaded TDCCalib configuration object";
100 auto creationTime = DataRefUtils::getHeader<DataProcessingHeader*>(
ref)->creation;
103 auto bcrec = pc.
inputs().
get<gsl::span<o2::zdc::BCRecData>>(
"bcrec");
104 auto energy = pc.
inputs().
get<gsl::span<o2::zdc::ZDCEnergy>>(
"energy");
105 auto tdc = pc.
inputs().
get<gsl::span<o2::zdc::ZDCTDCData>>(
"tdc");
106 auto info = pc.
inputs().
get<gsl::span<uint16_t>>(
"info");
109 mWorker.
process(bcrec, energy, tdc, info);
112 if (mProcessed >= mModTF) {
114 if (mVerbosity >
DbgMedium && mModTF > 0) {
115 LOG(info) <<
"Send intermediate calibration data mProcessed=" << mProcessed <<
" >= mModTF=" << mModTF;
132 LOGF(info,
"ZDC EPN TDC calibration total timing: Cpu: %.3e Real: %.3e s in %d slots", mTimer.CpuTime(), mTimer.RealTime(), mTimer.Counter() - 1);
137 std::vector<InputSpec> inputs;
138 inputs.emplace_back(
"bcrec",
"ZDC",
"BCREC", 0, Lifetime::Timeframe);
139 inputs.emplace_back(
"energy",
"ZDC",
"ENERGY", 0, Lifetime::Timeframe);
140 inputs.emplace_back(
"tdc",
"ZDC",
"TDCDATA", 0, Lifetime::Timeframe);
141 inputs.emplace_back(
"info",
"ZDC",
"INFO", 0, Lifetime::Timeframe);
144 std::vector<OutputSpec> outputs;
145 outputs.emplace_back(
"ZDC",
"TDCCALIBDATA", 0, Lifetime::Sporadic);
Class to describe fired triggered and/or stored channels for the BC and to refer to channel data.
ZDC calibration common parameters.
Definition of the Names Generator class.
Class to describe pedestal data accumulated over the orbit.
Class to describe reconstructed ZDC event (single BC with signal in one of detectors)
ZDC reconstruction parameters.
ZDC TDC calibration pre-processing on EPN.
static const CalibParamZDC & Instance()
T get(const char *key) const
void snapshot(const Output &spec, T const &object)
ConfigParamRegistry const & options()
DataAllocator & outputs()
The data allocator is used to allocate memory for the output data.
InputRecord & inputs()
The inputs associated with this processing context.
void run(o2::framework::ProcessingContext &pc) final
void init(o2::framework::InitContext &ic) final
void updateTimeDependentParams(o2::framework::ProcessingContext &pc)
void finaliseCCDB(o2::framework::ConcreteDataMatcher &matcher, void *obj) final
void endOfStream(o2::framework::EndOfStreamContext &ec) final
This is invoked whenever we have an EndOfStream event.
void setVerbosity(int val)
std::array< o2::dataformats::FlatHisto1D< float > *, NTDC > mTDC
void setTDCCalibConfig(const TDCCalibConfig *param)
int process(const gsl::span< const o2::zdc::BCRecData > &bcrec, const gsl::span< const o2::zdc::ZDCEnergy > &energy, const gsl::span< const o2::zdc::ZDCTDCData > &tdc, const gsl::span< const uint16_t > &info)
Defining PrimaryVertex explicitly as messageable.
std::vector< ConfigParamSpec > ccdbParamSpec(std::string const &path, int runDependent, std::vector< CCDBMetadata > metadata={}, int qrate=0)
std::vector< ConfigParamSpec > Options
struct o2::upgrades_utils::@462 zdc
structure to keep FT0 information
framework::DataProcessorSpec getTDCCalibEPNSpec()
const std::string CCDBPathTDCCalibConfig
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
void setCreationTime(uint64_t ctime)
static constexpr int NTDC
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"