CMS 3D CMS Logo

alcaPCCIntegrator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 alcaPCCIntegrator = cms.EDProducer("AlcaPCCIntegrator",
4  AlcaPCCIntegratorParameters = cms.PSet(
5  inputPccLabel = cms.InputTag("hltAlcaPixelClusterCounts","alcaPCCEvent"),
6  ProdInst = cms.string("alcaPCCRandom")
7  )
8 )