CMS 3D CMS Logo

ALCARECOHcalCalIsolatedBunchSelector_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #-------------------------------------------------
4 #AlCaReco filtering for HCAL isotrk:isolated bunch:
5 #-------------------------------------------------
7 ALCARECOHcalCalIsolatedBunchSelectorHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
8  eventSetupPathsKey = 'HcalCalIsolatedBunchSelector',
9  throw = False #dont throw except on unknown path name
10 )
11 
13 
14 seqALCARECOHcalCalIsolatedBunchSelector = cms.Sequence(ALCARECOHcalCalIsolatedBunchSelectorHLT *
15  AlcaIsolatedBunchSelector)