Skip to content

Commit

Permalink
Castor dqm update
Browse files Browse the repository at this point in the history
  • Loading branch information
popovvp committed Aug 10, 2018
1 parent d66e69b commit 3222394
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DQM/CastorMonitor/interface/CastorMonitorModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,22 @@ class CastorMonitorModule : public DQMEDAnalyzer{
public:

CastorMonitorModule(const edm::ParameterSet& ps);
~CastorMonitorModule();
~CastorMonitorModule() override;

protected:

void analyze(const edm::Event& iEvent, const edm::EventSetup& eventSetup);
void analyze(const edm::Event& iEvent, const edm::EventSetup& eventSetup) override;

void dqmBeginRun(const edm::Run &, const edm::EventSetup &);
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &);
void dqmBeginRun(const edm::Run &, const edm::EventSetup &) override;
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;

void beginLuminosityBlock(const edm::LuminosityBlock& lumiSeg,
const edm::EventSetup& eventSetup) ;
const edm::EventSetup& eventSetup) override;

void endLuminosityBlock(const edm::LuminosityBlock& lumiSeg,
const edm::EventSetup& eventSetup);
const edm::EventSetup& eventSetup) override;

void endRun(const edm::Run& run, const edm::EventSetup& eventSetup);
void endRun(const edm::Run& run, const edm::EventSetup& eventSetup) override;

private:

Expand Down

0 comments on commit 3222394

Please sign in to comment.