From 04ff7963e1bd6f9fd2cbf4cc5d4bb67f5107532f Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 5 Nov 2018 13:19:18 -0600 Subject: [PATCH] Removed declaration of unused endLuminosityBlock function in ScoutingAnalyzerBase --- DQM/DataScouting/interface/ScoutingAnalyzerBase.h | 1 - 1 file changed, 1 deletion(-) diff --git a/DQM/DataScouting/interface/ScoutingAnalyzerBase.h b/DQM/DataScouting/interface/ScoutingAnalyzerBase.h index bf3db70e0de3b..f6fe800b5f450 100644 --- a/DQM/DataScouting/interface/ScoutingAnalyzerBase.h +++ b/DQM/DataScouting/interface/ScoutingAnalyzerBase.h @@ -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);