CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoForDQM_Sim_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #-------------------------
4 # Reconstruction Modules
5 #-------------------------
6 # Digitizer ####
8 
9 # Local Reco ####
12 
13 # TrackRefitter With Material
15 TrackRefitter.TrajectoryInEvent = True
16 
17 # Sequence
18 RecoModulesForSimData = cms.Sequence(siStripDigis*siStripZeroSuppression*TrackRefitter)
19 
20