Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:35:36

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from CalibTracker.SiStripLorentzAngle.Tree_RAW_cff import *
0004 from CalibTracker.SiStripLorentzAngle.redigi_cff import *
0005 siStripDigis.ProductLabel = 'SiStripDigiToRaw'
0006 
0007 #Schedule
0008 schedule = cms.Schedule( redigi_step, reconstruction_step, filter_refit_ntuplize_step )