Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup DQM/CSCMonitorModule #25124

Merged
merged 2 commits into from Nov 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion DQM/CSCMonitorModule/plugins/BuildFile.xml
Expand Up @@ -2,7 +2,6 @@
<flags CPPDEFINES="DQMGLOBAL"/>
<flags EDM_PLUGIN="1"/>
<use name="DQMServices/ClientConfig"/>
<use name="DQMServices/Components"/>
<use name="DQMServices/Core"/>
<use name="EventFilter/CSCRawToDigi"/>
<use name="FWCore/Framework"/>
Expand Down
6 changes: 0 additions & 6 deletions DQM/CSCMonitorModule/plugins/CSCMonitorModule.h
Expand Up @@ -127,13 +127,7 @@ class CSCMonitorModule: public DQMEDAnalyzer, public cscdqm::MonitorObjectProvid

protected:

void beginJob() { }
// void beginRun(const edm::Run& r, const edm::EventSetup& c);
void setup() { }
void analyze(const edm::Event& e, const edm::EventSetup& c) override;
void beginLuminosityBlock(const edm::LuminosityBlock& lumiSeg, const edm::EventSetup& context) override { }
void endRun(const edm::Run& r, const edm::EventSetup& c) override { }
void endJob() { }
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;

};
Expand Down