Skip to content

Commit

Permalink
Merge pull request #25146 from Dr15Jones/cleanupDQMHcalIsolatedBunchA…
Browse files Browse the repository at this point in the history
…lCaReco

Removed trivial functions from DQMHcalIsolatedBunchAlCaReco
  • Loading branch information
cmsbuild committed Nov 7, 2018
2 parents 7e7ebd8 + d9c2e78 commit b2313ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions DQMOffline/CalibCalo/src/DQMHcalIsolatedBunchAlCaReco.h
Expand Up @@ -35,14 +35,6 @@ class DQMHcalIsolatedBunchAlCaReco : public DQMEDAnalyzer {
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
void analyze(const edm::Event& e, const edm::EventSetup& c) override ;

void beginLuminosityBlock(const edm::LuminosityBlock& lumiSeg,
const edm::EventSetup& context) override { }

void endLuminosityBlock(const edm::LuminosityBlock& lumiSeg,
const edm::EventSetup& c) override { }

void endRun(const edm::Run& r, const edm::EventSetup& c) override { }

private:

//
Expand Down

0 comments on commit b2313ee

Please sign in to comment.