Skip to content

Commit

Permalink
Code-checks/format
Browse files Browse the repository at this point in the history
  • Loading branch information
ggovi committed Oct 6, 2021
1 parent b2f7c08 commit c11e910
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ void WriteEcalMiscalibConstants::analyze(const edm::Event& iEvent, const edm::Ev
edm::LogVerbatim("WriteEcalMiscalibConstants") << "Done";
} else {
edm::LogVerbatim("WriteEcalMiscalibConstants") << "Old IOV";
poolDbService->appendOneIOV<const EcalIntercalibConstants>(
*Mcal, poolDbService->currentTime(), newTagRequest_);
poolDbService->appendOneIOV<const EcalIntercalibConstants>(*Mcal, poolDbService->currentTime(), newTagRequest_);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ void WriteEcalMiscalibConstantsMC::analyze(const edm::Event& iEvent, const edm::
edm::LogVerbatim("WriteEcalMiscalibConstantsMC") << "Done";
} else {
edm::LogVerbatim("WriteEcalMiscalibConstantsMC") << "Old IOV";
poolDbService->appendOneIOV<const EcalIntercalibConstantsMC>(
*Mcal, poolDbService->currentTime(), newTagRequest_);
poolDbService->appendOneIOV<const EcalIntercalibConstantsMC>(*Mcal, poolDbService->currentTime(), newTagRequest_);
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions RecoHI/HiJetAlgos/plugins/UETableProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ void UETableProducer::endJob() {
if (pool->isNewTagRequest("JetCorrectionsRecord")) {
pool->createOneIOV<JetCorrectorParametersCollection>(*jme_payload, pool->beginOfTime(), "JetCorrectionsRecord");
} else {
pool->appendOneIOV<JetCorrectorParametersCollection>(
*jme_payload, pool->currentTime(), "JetCorrectionsRecord");
pool->appendOneIOV<JetCorrectorParametersCollection>(*jme_payload, pool->currentTime(), "JetCorrectionsRecord");
}
} else {
ue_predictor_pf->values = ue_vec;
Expand Down

0 comments on commit c11e910

Please sign in to comment.