Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-08-21 04:46:35

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltPixelClustersMultiplicity = cms.EDProducer("HLTSiPixelClusterMultiplicityValueProducer",
0004     defaultValue = cms.double(-1.0),
0005     mightGet = cms.optional.untracked.vstring,
0006     src = cms.InputTag("hltSiPixelClusters")
0007 )