src
HLTrigger
Configuration
python
HLT_75e33
sequences
HLTItLocalRecoSequence_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
..
modules.hltSiPhase2Clusters_cfi
import
*
4
from
..
modules.hltSiPixelClusters_cfi
import
*
5
from
..
modules.hltSiPixelClusterShapeCache_cfi
import
*
6
from
..
modules.hltSiPixelRecHits_cfi
import
*
7
8
HLTItLocalRecoSequence = cms.Sequence(hltSiPhase2Clusters+hltSiPixelClusters+hltSiPixelClusterShapeCache+hltSiPixelRecHits)
9
10
from
..
sequences.HLTDoLocalPixelSequence_cfi
import
*
11
from
..
sequences.HLTDoLocalStripSequence_cfi
import
*
12
_HLTItLocalRecoSequence = cms.Sequence(HLTDoLocalPixelSequence+HLTDoLocalStripSequence)
13
14
from
Configuration.ProcessModifiers.alpaka_cff
import
alpaka
15
alpaka.toReplaceWith(HLTItLocalRecoSequence, _HLTItLocalRecoSequence)
alpaka_cff
hltSiPixelClusterShapeCache_cfi
hltSiPhase2Clusters_cfi
HLTDoLocalPixelSequence_cfi
HLTDoLocalStripSequence_cfi
hltSiPixelClusters_cfi
hltSiPixelRecHits_cfi
Generated for CMSSW Reference Manual by
1.8.14