RecoPixelVertexing
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
for
producer
in
producers_by_type
(process,
'CAHitNtupletCUDA'
):
7
producer.includeJumpingForwardDoublets =
True
8
producer.minHitsPerNtuplet = 3
9
10
return
process
customizePixelTracksForTriplets.customizePixelTracksForTriplets
def customizePixelTracksForTriplets(process)
Definition:
customizePixelTracksForTriplets.py:3
common
common.producers_by_type
def producers_by_type(process, *types)
Definition:
common.py:5
Generated for CMSSW Reference Manual by
1.8.16