src
RecoTracker
Configuration
python
customizePixelTracksForTriplets.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
def
customizePixelTracksForTriplets
(process):
4
5
from
HLTrigger.Configuration.common
import
producers_by_type
6
producers = [
'CAHitNtupletCUDA'
,
'CAHitNtupletCUDAPhase1'
,
'CAHitNtupletCUDAPhase2'
]
7
for
name
in
producers:
8
for
producer
in
producers_by_type
(process, name):
9
producer.includeJumpingForwardDoublets =
True
10
producer.minHitsPerNtuplet = 3
11
12
return
process
customizeForNoTrackerDCS.producers_by_type
def producers_by_type(process, types)
Definition:
customizeForNoTrackerDCS.py:7
customizePixelTracksForTriplets.customizePixelTracksForTriplets
def customizePixelTracksForTriplets(process)
Definition:
customizePixelTracksForTriplets.py:3
common
Generated for CMSSW Reference Manual by
1.8.14