CMS 3D CMS Logo

vertexCompositeCandidateCollectionSelector_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from CommonTools.RecoAlgos.VertexCompositeCandidateCollectionSelector_cfi import VertexCompositeCandidateCollectionSelector
4 
5 vertexCompositeCandidateCollectionSelector = VertexCompositeCandidateCollectionSelector.clone()
6 vertexCompositeCandidateCollectionSelector.v0 = cms.InputTag('generalV0Candidates:Kshort') # generalV0Candidates:Lambda
7 vertexCompositeCandidateCollectionSelector.beamSpot = cms.InputTag('offlineBeamSpot')
8 vertexCompositeCandidateCollectionSelector.primaryVertex = cms.InputTag('offlinePrimaryVertices')
9 vertexCompositeCandidateCollectionSelector.pvNDOF = cms.int32(4)
10 vertexCompositeCandidateCollectionSelector.lxyCUT = cms.double( 16.) # cm (2016 pixel layer3:10.2 cm ; 2017 pixel layer4: 16.0 cm)
11 vertexCompositeCandidateCollectionSelector.lxyWRTbsCUT = cms.double( 0.) # cm
12 #vertexCompositeCandidateCollectionSelector.debug = cms.untracked.bool(False)