Skip to content

Commit

Permalink
Add default calibration product to PPS TDC PCL
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher committed Jul 17, 2022
1 parent b656633 commit 8ac479a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ void PPSTimingCalibrationPCLHarvester::dqmEndJob(DQMStore::IBooker& iBooker, DQM
const auto chid = detid.rawId();
const PPSTimingCalibration::Key key{
(int)detid.arm(), (int)detid.station(), (int)detid.plane(), (int)detid.channel()};

calib_params[key] = {0, 0, 0, 0};
calib_time[key] = std::make_pair(0.1, 0.);

hists.leadingTime[chid] = iGetter.get(dqmDir_ + "/t_" + ch_name);
if (hists.leadingTime[chid] == nullptr) {
edm::LogInfo("PPSTimingCalibrationPCLHarvester:dqmEndJob")
Expand Down

0 comments on commit 8ac479a

Please sign in to comment.