Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:20:10

0001 
0002 import FWCore.ParameterSet.Config as cms
0003 
0004 primaryVertexFilter = cms.EDFilter("GoodVertexFilter",
0005                                            vertexCollection = cms.InputTag('offlinePrimaryVertices'),
0006                                            minimumNDOF = cms.uint32(4) ,
0007                                            maxAbsZ = cms.double(24),
0008                                            maxd0 = cms.double(2)
0009                                            )