1 import FWCore.ParameterSet.Config
as cms
9 isoHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
11 eventSetupPathsKey=
'HcalCalIsoTrk',
17 TkAlIsoProd = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.AlignmentTrackSelector.clone()
18 TkAlIsoProd.filter =
False
19 TkAlIsoProd.applyBasicCuts =
False
20 TkAlIsoProd.applyMultiplicityFilter =
False
21 TkAlIsoProd.applyNHighestPt =
False
22 TkAlIsoProd.applyIsolationCut =
False
23 TkAlIsoProd.applyChargeCheck =
False
26 seqALCARECOHcalCalIsoTrk = cms.Sequence(isoHLT*IsoProd*TkAlIsoProd)
dont throw on unknown path names