1 import FWCore.ParameterSet.Config
as cms
5 ALCARECOPPSCalTrackBasedSelHLT = _hlt.clone(
7 HLTPaths = [
'HLT_ZeroBias_v*'],
17 from HLTrigger.special.hltPPSPerPotTrackFilter_cfi
import hltPPSPerPotTrackFilter
as _filter
18 hltPPSPerPotTrackFilter = _filter.clone(
19 pixelFilter = cms.VPSet(
21 detid = cms.uint32(2022703104),
22 minTracks = cms.int32(1),
23 maxTracks = cms.int32(6),
26 detid = cms.uint32(2023227392),
27 minTracks = cms.int32(1),
28 maxTracks = cms.int32(6),
31 detid = cms.uint32(2039480320),
32 minTracks = cms.int32(1),
33 maxTracks = cms.int32(6),
36 detid = cms.uint32(2040004608),
37 minTracks = cms.int32(1),
38 maxTracks = cms.int32(6),
43 seqALCARECOPPSCalTrackBasedSel = cms.Sequence(
46 ALCARECOPPSCalTrackBasedSelHLT *
47 hltPPSPerPotTrackFilter