Skip to content

Commit

Permalink
Merge pull request #35602 from tvami/FixPPSTimingSegFault
Browse files Browse the repository at this point in the history
Change to the new method `writeOneIOV` in `PPSTimingCalibrationPCLHarvester`
  • Loading branch information
cmsbuild authored Oct 10, 2021
2 parents ffbbe05 + 0c71747 commit 68c6b4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ void PPSTimingCalibrationPCLHarvester::dqmEndJob(DQMStore::IBooker& iBooker, DQM

// write the object
edm::Service<cond::service::PoolDBOutputService> poolDbService;
poolDbService->writeOne(&calib, poolDbService->currentTime(), "PPSTimingCalibrationRcd");
poolDbService->writeOneIOV(calib, poolDbService->currentTime(), "PPSTimingCalibrationRcd");
}

//------------------------------------------------------------------------------
Expand Down

0 comments on commit 68c6b4c

Please sign in to comment.