CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/CalibTracker/SiStripLorentzAngle/python/Tree_RAW_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CalibTracker.Configuration.Reconstruction_cff import *
00004 from CalibTracker.Configuration.Filter_Refit_cff import *
00005 from CalibTracker.SiStripLorentzAngle.ntuple_cff import *
00006 shallowTrackClusters.Tracks = "CalibrationTracksRefitRAW"
00007 shallowTrackClusters.Clusters = 'CalibrationTracksRAW'
00008 shallowClusters.Clusters = 'CalibrationTracksRAW'
00009 
00010 #Schedule
00011 filter_refit_ntuplize_step = cms.Path( trackFilterRefitRAW + LorentzAngleNtuple )
00012 schedule = cms.Schedule( reconstruction_step, filter_refit_ntuplize_step )