CMS 3D CMS Logo

hltPixelClustersMultiplicity_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPixelClustersMultiplicity = cms.EDProducer("HLTSiPixelClusterMultiplicityValueProducer",
4  defaultValue = cms.double(-1.0),
5  mightGet = cms.optional.untracked.vstring,
6  src = cms.InputTag("siPixelClusters")
7 )