src
HLTrigger
Configuration
python
HLT_75e33
tasks
highPtTripletStepTask_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
..
modules.highPtTripletStepTrackCandidates_cfi
import
*
4
from
..
modules.highPtTripletStepTrackCutClassifier_cfi
import
*
5
from
..
modules.highPtTripletStepTracks_cfi
import
*
6
from
..
modules.highPtTripletStepTrackSelectionHighPurity_cfi
import
*
7
from
..
tasks.highPtTripletStepSeedingTask_cfi
import
*
8
9
highPtTripletStepTask = cms.Task(
10
highPtTripletStepSeedingTask,
11
highPtTripletStepTrackCandidates,
12
highPtTripletStepTrackCutClassifier,
13
highPtTripletStepTrackSelectionHighPurity,
14
highPtTripletStepTracks
15
)
highPtTripletStepTrackCandidates_cfi
highPtTripletStepTrackSelectionHighPurity_cfi
highPtTripletStepTracks_cfi
highPtTripletStepTrackCutClassifier_cfi
highPtTripletStepSeedingTask_cfi
Generated for CMSSW Reference Manual by
1.8.14