26 Inputs{{
"input",
"TOF",
"CALIBDATA"}},
28 OutputSpec{{
"timeSlewing"},
"TOF",
"ChannelCalib"},
29 OutputSpec{{
"startLHCphase"},
"TOF",
"StartLHCphase"},
30 OutputSpec{{
"startTimeChCal"},
"TOF",
"StartChCalib"}},
35 lhcPhase.addLHCphase(2000000000, 2345);
41 calibTimeSlewing.setFractionUnderPeak(sector, channelInSector, 1);
43 auto& startTimeLHCphase = outputs.
make<
long>(
OutputRef{
"startLHCphase", 0});
44 auto& startTimeChCalib = outputs.
make<
long>(
OutputRef{
"startTimeChCal", 0});
Class to store the output of the matching to TOF for calibration.
Class to store the output of the matching to TOF for calibration.
decltype(auto) make(const Output &spec, Args... args)
Defining PrimaryVertex explicitly as messageable.
AlgorithmSpec::ProcessCallback adaptStateless(LAMBDA l)
std::vector< InputSpec > Inputs
std::vector< OutputSpec > Outputs
std::vector< DataProcessorSpec > defineDataProcessing(ConfigContext const &)