CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Tree_RAW_cff.py
Go to the documentation of this file.
2 
6 shallowTrackClusters.Tracks = "CalibrationTracksRefitRAW"
7 shallowTrackClusters.Clusters = 'CalibrationTracksRAW'
8 shallowClusters.Clusters = 'CalibrationTracksRAW'
9 
10 #Schedule
11 filter_refit_ntuplize_step = cms.Path( trackFilterRefitRAW + LorentzAngleNtuple )
12 schedule = cms.Schedule( reconstruction_step, filter_refit_ntuplize_step )