src
HLTrigger
Configuration
python
HLT_75e33
tasks
pixelTracksTask_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
..
modules.pixelFitterByHelixProjections_cfi
import
*
4
from
..
modules.pixelTrackFilterByKinematics_cfi
import
*
5
from
..
modules.pixelTracks_cfi
import
*
6
from
..
modules.pixelTracksHitDoublets_cfi
import
*
7
from
..
modules.pixelTracksHitSeeds_cfi
import
*
8
from
..
modules.pixelTracksSeedLayers_cfi
import
*
9
from
..
modules.pixelTracksTrackingRegions_cfi
import
*
10
11
pixelTracksTask = cms.Task(
12
pixelFitterByHelixProjections,
13
pixelTrackFilterByKinematics,
14
pixelTracks,
15
pixelTracksHitDoublets,
16
pixelTracksHitSeeds,
17
pixelTracksSeedLayers,
18
pixelTracksTrackingRegions
19
)
pixelTracksSeedLayers_cfi
pixelTrackFilterByKinematics_cfi
pixelTracksTrackingRegions_cfi
pixelFitterByHelixProjections_cfi
pixelTracksHitDoublets_cfi
pixelTracksHitSeeds_cfi
pixelTracks_cfi
Generated for CMSSW Reference Manual by
1.8.14