src
HLTrigger
Configuration
python
HLT_75e33
tasks
hltPhase2PixelTracksTask_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
..
modules.hltPhase2PixelFitterByHelixProjections_cfi
import
*
4
from
..
modules.hltPhase2PixelTrackFilterByKinematics_cfi
import
*
5
from
..
modules.hltPhase2PixelTracks_cfi
import
*
6
from
..
modules.hltPhase2PixelTracksHitDoublets_cfi
import
*
7
from
..
modules.hltPhase2PixelTracksHitSeeds_cfi
import
*
8
from
..
modules.hltPhase2PixelTracksSeedLayers_cfi
import
*
9
from
..
modules.hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi
import
*
10
11
hltPhase2PixelTracksTask = cms.Task(
12
hltPhase2PixelFitterByHelixProjections,
13
hltPhase2PixelTrackFilterByKinematics,
14
hltPhase2PixelTracks,
15
hltPhase2PixelTracksHitDoublets,
16
hltPhase2PixelTracksHitSeeds,
17
hltPhase2PixelTracksSeedLayers,
18
hltPhase2PixelTracksAndHighPtStepTrackingRegions
19
)
hltPhase2PixelFitterByHelixProjections_cfi
hltPhase2PixelTracksHitDoublets_cfi
hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi
hltPhase2PixelTracksSeedLayers_cfi
hltPhase2PixelTracks_cfi
hltPhase2PixelTrackFilterByKinematics_cfi
hltPhase2PixelTracksHitSeeds_cfi
Generated for CMSSW Reference Manual by
1.8.14