Skip to content

Commit

Permalink
Merge pull request #38770 from ChrisMisan/default_cal
Browse files Browse the repository at this point in the history
Add default calibration product to PPS TDC PCL
  • Loading branch information
cmsbuild authored Jul 17, 2022
2 parents 8ab252c + 8ac479a commit 6e01c00
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 6e01c00

Please sign in to comment.