Skip to content

Commit

Permalink
clone hcalLaserEventFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Kunkle authored and deguio committed Apr 26, 2018
1 parent 0f95a06 commit 51605b2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions RecoMET/METFilters/python/hcalLaserEventFilter_cfi.py
Expand Up @@ -6,9 +6,4 @@
print "<hcalLaserEventFilter_cfi> WARNING! No explicit list 'badEvents.py' containing bad HCAL laser run/events was found!"
badEvents=[]

#hcalLaserEventFilter = cms.EDFilter("HcalLaserEventFilter",)
hcalLaserEventFilter = cms.EDFilter("HcalLaserEventFilter",
BadRunEventNumbers=cms.vuint32(badEvents
# badEvents file contains 218 bad events, as of 28 Nov. 2011
),
)
hcalLaserEventFilter = hcallaserevent.clone(BadRunEventNumbers=cms.vuint32(badEvents) )

0 comments on commit 51605b2

Please sign in to comment.