Skip to content

Commit

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

}

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

void CSCDaqInfo::dqmEndJob(DQMStore::IBooker & ibooker, DQMStore::IGetter & igetter)
{
Expand Down
9 changes: 0 additions & 9 deletions DQM/CSCMonitorModule/plugins/CSCDaqInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,7 @@ class CSCDaqInfo : 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;
// DQMStore *dbe;

};

Expand Down
8 changes: 0 additions & 8 deletions DQM/CSCMonitorModule/plugins/CSCDcsInfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ CSCDcsInfo::CSCDcsInfo(const edm::ParameterSet& ps) {

}

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

void CSCDcsInfo::dqmEndJob(DQMStore::IBooker & ibooker, DQMStore::IGetter & igetter)
{
Expand Down
10 changes: 0 additions & 10 deletions DQM/CSCMonitorModule/plugins/CSCDcsInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,6 @@ class CSCDcsInfo : 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() { }
*/

// DQMStore *dbe;
std::map<std::string, MonitorElement*> mos;

};
Expand Down

0 comments on commit 5ed8af8

Please sign in to comment.