Skip to content

Commit

Permalink
remove types
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Kunkle authored and deguio committed Jun 25, 2018
1 parent ce42e3d commit 7d16a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoMET/METFilters/python/hcalLaserEventFilter_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from Configuration.Eras.Modifier_run2_HCAL_2018_cff import run2_HCAL_2018
run2_HCAL_2018.toModify( hcalLaserEventFilter,
vetoByHBHEOccupancy = cms.bool( False),
minOccupiedHBHE = cms.uint32(8000)
vetoByHBHEOccupancy=False,
minOccupiedHBHE=8000,
)

0 comments on commit 7d16a15

Please sign in to comment.