![]() |
|
|||
File indexing completed on 2025-04-24 01:28:09
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hltPhase2TrimmedPixelVertices = cms.EDProducer("PixelVertexCollectionTrimmer", 0004 src = cms.InputTag("hltPhase2PixelVertices"), 0005 maxVtx = cms.uint32(300), 0006 fractionSumPt2 = cms.double(0.3), 0007 minSumPt2 = cms.double(0.0), 0008 PVcomparer = cms.PSet( 0009 refToPSet_ = cms.string("pSetPvClusterComparerForIT"), 0010 ) 0011 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |