CMS 3D CMS Logo

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

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