Skip to content

Commit

Permalink
Merge pull request #25125 from Dr15Jones/fixScoutingAnalyzerBase
Browse files Browse the repository at this point in the history
Removed unused endLuminosityBlock function in ScoutingAnalyzerBase
  • Loading branch information
cmsbuild committed Nov 7, 2018
2 parents ddaf6f9 + 04ff796 commit 7f9b017
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DQM/DataScouting/interface/ScoutingAnalyzerBase.h
Expand Up @@ -24,7 +24,6 @@ class ScoutingAnalyzerBase : public DQMEDAnalyzer {
~ScoutingAnalyzerBase() override;
//virtual void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &);
void analyze( const edm::Event & e, const edm::EventSetup & c ) override {}
void endLuminosityBlock( edm::LuminosityBlock const &, edm::EventSetup const & ) override {}

std::string newName(const std::string & name);

Expand Down

0 comments on commit 7f9b017

Please sign in to comment.