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  v0 = 'generalV0Candidates:Kshort', # generalV0Candidates:Lambda
7  beamSpot = 'offlineBeamSpot',
8  primaryVertex = 'offlinePrimaryVertices',
9  pvNDOF = 4,
10  lxyCUT = 16., # cm (2016 pixel layer3:10.2 cm ; 2017 pixel layer4: 16.0 cm)
11  lxyWRTbsCUT = 0., # cm
12  #debug = cms.untracked.bool(False)
13 )