Skip to content

Commit

Permalink
I forgot to remove a commented out line.
Browse files Browse the repository at this point in the history
  • Loading branch information
StoyanStoynev committed Nov 5, 2014
1 parent c035cb4 commit d6192b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RecoMET/METFilters/plugins/HcalLaserEventFilter.cc
Expand Up @@ -65,7 +65,6 @@ class HcalLaserEventFilter : public edm::EDFilter {

// Filter option 1: veto events by run, event number
const bool vetoByRunEventNumber_;
// std::vector<std::pair<unsigned int,unsigned int> > RunEventData_;
std::vector<std::pair<edm::RunNumber_t,edm::EventNumber_t> > RunEventData_;

// Filter option 2: veto events by HBHE occupancy
Expand Down

0 comments on commit d6192b1

Please sign in to comment.