CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pixelDigitizer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from SimGeneral.MixingModule.SiPixelSimParameters_cfi import SiPixelSimBlock
4 
5 pixelDigitizer = cms.PSet(
6  SiPixelSimBlock,
7  accumulatorType = cms.string("SiPixelDigitizer"),
8  hitsProducer = cms.string('g4SimHits'),
9  makeDigiSimLinks = cms.untracked.bool(True)
10 )