Main Page
Namespaces
Classes
Package Documentation
Calibration
HcalAlCaRecoProducers
python
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
#-------------------------------------------------
6
import
HLTrigger.HLTfilters.hltHighLevel_cfi
7
ALCARECOHcalCalIsolatedBunchSelectorHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
8
eventSetupPathsKey =
'HcalCalIsolatedBunchSelector'
,
9
throw =
False
#dont throw except on unknown path name
10
)
11
12
from
Calibration.HcalAlCaRecoProducers.alcaIsolatedBunchSelector_cfi
import
*
13
14
seqALCARECOHcalCalIsolatedBunchSelector = cms.Sequence(ALCARECOHcalCalIsolatedBunchSelectorHLT *
15
AlcaIsolatedBunchSelector)
alcaIsolatedBunchSelector_cfi
hltHighLevel_cfi
Generated for CMSSW Reference Manual by
1.8.11