CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/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 )