Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
fabferro committed Nov 26, 2021
1 parent f48deba commit b0ab699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CondTools/CTPPS/src/WriteCTPPSPixelAnalysisMask.cc
Expand Up @@ -68,7 +68,7 @@ void WriteCTPPSPixelAnalysisMask::analyze(const edm::Event &, edm::EventSetup co

// Write Analysis Mask to sqlite file:

const auto& analysisMask = es.getData(tokenAnalysisMask_);
const auto &analysisMask = es.getData(tokenAnalysisMask_);
edm::Service<cond::service::PoolDBOutputService> poolDbService;
if (poolDbService.isAvailable()) {
poolDbService->writeOneIOV(analysisMask, analysismaskiov_, record_);
Expand Down
2 changes: 1 addition & 1 deletion CondTools/CTPPS/src/WriteCTPPSPixelDAQMapping.cc
Expand Up @@ -67,7 +67,7 @@ void WriteCTPPSPixelDAQMapping::analyze(const edm::Event &, edm::EventSetup cons

// Write DAQ Mapping to sqlite file:

const auto& mapping = es.getData(tokenMapping_);
const auto &mapping = es.getData(tokenMapping_);

edm::Service<cond::service::PoolDBOutputService> poolDbService;
if (poolDbService.isAvailable()) {
Expand Down

0 comments on commit b0ab699

Please sign in to comment.