Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
common
common.producers_by_type
def producers_by_type
Definition:
common.py:4
customizePixelTracksForTriplets.customizePixelTracksForTriplets
def customizePixelTracksForTriplets
Definition:
customizePixelTracksForTriplets.py:3
Generated for CMSSW Reference Manual by
1.8.5