Skip to content

Commit

Permalink
Removed unused and commented code #2
Browse files Browse the repository at this point in the history
  • Loading branch information
barvic committed Jul 24, 2014
1 parent 5ed8af8 commit 6d51c3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
11 changes: 0 additions & 11 deletions DQM/CSCMonitorModule/plugins/CSCCertificationInfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,7 @@ CSCCertificationInfo::CSCCertificationInfo(const edm::ParameterSet& ps) {

}

/*** No longer triggered for DQMEDHarvester ***/
/*
void CSCCertificationInfo::beginJob(){
for (std::map<std::string, MonitorElement*>::iterator it = mos.begin(); it != mos.end(); it++) {
it->second->Fill(-1);
}
}
*/

// void CSCCertificationInfo::bookHistograms(DQMStore::IBooker & ibooker, edm::Run const &, edm::EventSetup const &)
void CSCCertificationInfo::dqmEndJob(DQMStore::IBooker & ibooker, DQMStore::IGetter & igetter)
{

Expand Down
6 changes: 0 additions & 6 deletions DQM/CSCMonitorModule/plugins/CSCCertificationInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ class CSCCertificationInfo : public DQMEDHarvester {

private:

// virtual void beginJob() { };
// virtual void beginLuminosityBlock(const edm::LuminosityBlock& , const edm::EventSetup&) { }
// virtual void analyze(const edm::Event&, const edm::EventSetup&) { }
// virtual void endLuminosityBlock(const edm::LuminosityBlock& , const edm::EventSetup&) { }
// virtual void endJob() { }

std::map<std::string, MonitorElement*> mos;

};
Expand Down

0 comments on commit 6d51c3b

Please sign in to comment.