61 mVerbosity = ic.
options().
get<
int>(
"verbosity-level");
100 auto bcrec = pc.
inputs().
get<gsl::span<o2::zdc::BCRecData>>(
"bcrec");
101 auto energy = pc.
inputs().
get<gsl::span<o2::zdc::ZDCEnergy>>(
"energy");
102 auto tdc = pc.
inputs().
get<gsl::span<o2::zdc::ZDCTDCData>>(
"tdc");
103 auto info = pc.
inputs().
get<gsl::span<uint16_t>>(
"info");
104 auto wave = pc.
inputs().
get<gsl::span<o2::zdc::ZDCWaveform>>(
"wave");
107 mWorker.
process(bcrec, energy, tdc, info, wave);
118 LOGF(info,
"ZDC EPN Waveform calibration total timing: Cpu: %.3e Real: %.3e s in %d slots", mTimer.CpuTime(), mTimer.RealTime(), mTimer.Counter() - 1);
124 std::vector<InputSpec> inputs;
125 inputs.emplace_back(
"bcrec",
"ZDC",
"BCREC", 0, Lifetime::Timeframe);
126 inputs.emplace_back(
"energy",
"ZDC",
"ENERGY", 0, Lifetime::Timeframe);
127 inputs.emplace_back(
"tdc",
"ZDC",
"TDCDATA", 0, Lifetime::Timeframe);
128 inputs.emplace_back(
"info",
"ZDC",
"INFO", 0, Lifetime::Timeframe);
129 inputs.emplace_back(
"wave",
"ZDC",
"WAVE", 0, Lifetime::Timeframe);
132 std::vector<OutputSpec> outputs;
133 outputs.emplace_back(
"ZDC",
"WAVECALIBDATA", 0, Lifetime::Timeframe);
135 "zdc-waveformcalib-epn",
Class to describe fired triggered and/or stored channels for the BC and to refer to channel data.
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)
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.
ServiceRegistryRef services()
The services registry associated with this processing context.
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 getWaveformCalibEPNSpec()
const std::string CCDBPathWaveformCalibConfig
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...