CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CalibTracker/SiStripLorentzAngle/python/Tree_REDIGI_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CalibTracker.SiStripLorentzAngle.Tree_RAW_cff import *
00004 from CalibTracker.SiStripLorentzAngle.redigi_cff import *
00005 siStripDigis.ProductLabel = 'SiStripDigiToRaw'
00006 
00007 #Schedule
00008 schedule = cms.Schedule( redigi_step, reconstruction_step, filter_refit_ntuplize_step )