Skip to content

Commit

Permalink
Code-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiml committed Oct 23, 2019
1 parent 6092a00 commit faf2c52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion DQM/EcalPreshowerMonitorModule/src/ESIntegrityTask.cc
Expand Up @@ -65,7 +65,6 @@ ESIntegrityTask::ESIntegrityTask(const ParameterSet& ps) {
void ESIntegrityTask::endRun(const Run& r, const EventSetup& c) {
// In case of Lumi based analysis Disable SoftReset from Integrity histogram to get full statistics
// TODO: no longer possible, clone histo beforehand if full statisticcs at end of run are required.

}

void ESIntegrityTask::beginLuminosityBlock(const edm::LuminosityBlock& lumi, const edm::EventSetup& c) {
Expand Down
4 changes: 1 addition & 3 deletions DQMServices/Components/plugins/MEtoEDMConverter.cc
Expand Up @@ -101,9 +101,7 @@ void MEtoEDMConverter::globalEndRun(edm::Run const& iRun, const edm::EventSetup&

void MEtoEDMConverter::endRunProduce(edm::Run& iRun, const edm::EventSetup& iSetup) {
DQMStore* store = edm::Service<DQMStore>().operator->();
store->meBookerGetter([&](DQMStore::IBooker& b, DQMStore::IGetter& g) {
putData(g, iRun, false, iRun.run(), 0);
});
store->meBookerGetter([&](DQMStore::IBooker& b, DQMStore::IGetter& g) { putData(g, iRun, false, iRun.run(), 0); });
}

std::shared_ptr<meedm::Void> MEtoEDMConverter::globalBeginLuminosityBlock(edm::LuminosityBlock const&,
Expand Down
1 change: 0 additions & 1 deletion DQMServices/Core/src/MonitorElement.cc
Expand Up @@ -870,7 +870,6 @@ namespace dqm::impl {
return a;
}


// implementation: Giuseppe.Della-Ricca@ts.infn.it
// Can be called with sum = h1 or sum = h2
void MonitorElement::addProfiles(TProfile *h1, TProfile *h2, TProfile *sum, float c1, float c2) {
Expand Down

0 comments on commit faf2c52

Please sign in to comment.