HLTrigger
Configuration
python
HLT_75e33
tasks
highPtTripletStepSeedingTask_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
..
modules.highPtTripletStepClusters_cfi
import
*
4
from
..
modules.highPtTripletStepHitDoublets_cfi
import
*
5
from
..
modules.highPtTripletStepHitTriplets_cfi
import
*
6
from
..
modules.highPtTripletStepSeedLayers_cfi
import
*
7
from
..
modules.highPtTripletStepSeeds_cfi
import
*
8
from
..
modules.highPtTripletStepTrackingRegions_cfi
import
*
9
10
highPtTripletStepSeedingTask = cms.Task(
11
highPtTripletStepClusters,
12
highPtTripletStepHitDoublets,
13
highPtTripletStepHitTriplets,
14
highPtTripletStepSeedLayers,
15
highPtTripletStepSeeds,
16
highPtTripletStepTrackingRegions
17
)
highPtTripletStepSeeds_cfi
highPtTripletStepSeedLayers_cfi
highPtTripletStepTrackingRegions_cfi
highPtTripletStepHitTriplets_cfi
highPtTripletStepClusters_cfi
highPtTripletStepHitDoublets_cfi
Generated for CMSSW Reference Manual by
1.8.14