CMS 3D CMS Logo

SimTracker_Nominal_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Tracker Digitization 
00004 # (modeling of the electronics response in pixels and sistrips)
00005 
00006 # Pixel's digitization
00007 from SimTracker.SiPixelDigitizer.PixelDigi_cfi import *
00008 # SiStrip's digitization in APV Mode Deconvolution
00009 from SimTracker.SiStripDigitizer.SiStripDigi_APVModeDec_cff import *
00010 
00011 # Combined sequence
00012 trDigi = cms.Sequence(simSiPixelDigis+simSiStripDigis)

Generated on Tue Jun 9 17:47:52 2009 for CMSSW by  doxygen 1.5.4