Skip to content

Commit

Permalink
Removed declaration of unused endLuminosityBlock function in Scouting…
Browse files Browse the repository at this point in the history
…AnalyzerBase
  • Loading branch information
Dr15Jones committed Nov 5, 2018
1 parent 9c04be4 commit 04ff796
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 04ff796

Please sign in to comment.