![]() |
|
|||
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 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |