Skip to content

Commit

Permalink
Apply patch with changes suggested by cmsbuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoni Shtipliyski committed Aug 25, 2017
1 parent 804a5ce commit cd99957
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions DQM/L1TMonitor/interface/L1TStage2CaloLayer2.h
Expand Up @@ -28,9 +28,9 @@ class L1TStage2CaloLayer2 : public DQMEDAnalyzer {
protected:

void analyze(const edm::Event& e, const edm::EventSetup& c) override;
virtual void dqmBeginRun(const edm::Run&, const edm::EventSetup&) override;
virtual void bookHistograms(DQMStore::IBooker&, const edm::Run&, const edm::EventSetup&) override ;
virtual void beginLuminosityBlock(const edm::LuminosityBlock&, const edm::EventSetup&) override;
void dqmBeginRun(const edm::Run&, const edm::EventSetup&) override;
void bookHistograms(DQMStore::IBooker&, const edm::Run&, const edm::EventSetup&) override ;
void beginLuminosityBlock(const edm::LuminosityBlock&, const edm::EventSetup&) override;

private:

Expand Down
4 changes: 2 additions & 2 deletions DQM/L1TMonitor/interface/L1TdeStage2CaloLayer2.h
Expand Up @@ -59,7 +59,7 @@ class L1TdeStage2CaloLayer2 : public DQMEDAnalyzer {
*
* @return void
*/
virtual void bookHistograms (DQMStore::IBooker&,
void bookHistograms (DQMStore::IBooker&,
const edm::Run&,
const edm::EventSetup&) override;

Expand All @@ -75,7 +75,7 @@ class L1TdeStage2CaloLayer2 : public DQMEDAnalyzer {
*
* @return void
*/
virtual void analyze (const edm::Event&, const edm::EventSetup&) override;
void analyze (const edm::Event&, const edm::EventSetup&) override;

private:

Expand Down
6 changes: 3 additions & 3 deletions DQM/L1TMonitorClient/interface/L1TStage2CaloLayer2DEClient.h
Expand Up @@ -11,13 +11,13 @@ class L1TStage2CaloLayer2DEClient: public DQMEDHarvester {

L1TStage2CaloLayer2DEClient(const edm::ParameterSet&);

virtual ~L1TStage2CaloLayer2DEClient();
~L1TStage2CaloLayer2DEClient() override;

protected:

virtual void dqmEndJob(DQMStore::IBooker &ibooker,
void dqmEndJob(DQMStore::IBooker &ibooker,
DQMStore::IGetter &igetter) override;
virtual void dqmEndLuminosityBlock(DQMStore::IBooker &ibooker,
void dqmEndLuminosityBlock(DQMStore::IBooker &ibooker,
DQMStore::IGetter &igetter,
const edm::LuminosityBlock& lumiSeg,
const edm::EventSetup& c) override;
Expand Down

0 comments on commit cd99957

Please sign in to comment.