CMS 3D CMS Logo

hltDeepTrackVertexArbitratorPF_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltDeepTrackVertexArbitratorPF = cms.EDProducer("CandidateVertexArbitrator",
4  beamSpot = cms.InputTag("offlineBeamSpot"),
5  dLenFraction = cms.double(0.333),
6  dRCut = cms.double(0.4),
7  distCut = cms.double(0.04),
8  fitterRatio = cms.double(0.25),
9  fitterSigmacut = cms.double(3),
10  fitterTini = cms.double(256),
11  maxTimeSignificance = cms.double(3.5),
12  mightGet = cms.optional.untracked.vstring,
13  primaryVertices = cms.InputTag("offlinePrimaryVertices"),
14  secondaryVertices = cms.InputTag("hltDeepInclusiveSecondaryVerticesPF"),
15  sigCut = cms.double(5),
16  trackMinLayers = cms.int32(4),
17  trackMinPixels = cms.int32(1),
18  trackMinPt = cms.double(1.4),
19  tracks = cms.InputTag("particleFlowTmp")
20 )