Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-11-25 02:29:58

0001 from RecoMET.METFilters.hcallaserevent_cfi import * # from fillDescriptions
0002 
0003 try:
0004     from .hcalLaserBadEvents_2011 import badEvents
0005 except:
0006     print("<hcalLaserEventFilter_cfi> WARNING!  No explicit list 'badEvents.py' containing bad HCAL laser run/events was found!")
0007     badEvents=[]
0008 
0009 hcalLaserEventFilter = hcallaserevent.clone(BadRunEventNumbers=cms.vuint32(badEvents) )
0010 
0011 from Configuration.Eras.Modifier_run2_HCAL_2018_cff import run2_HCAL_2018
0012 run2_HCAL_2018.toModify( hcalLaserEventFilter,
0013                            vetoByHBHEOccupancy=False,
0014                            minOccupiedHBHE=8000,
0015                        )
0016