CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
localReco2006_rawData_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Hodoscope Reconstruction
5 # TDC Reconstruction
7 # uncalibrated rechit producer
9 localReco2006_rawData = cms.Sequence(ecal2006TBHodoscopeReconstructor*ecal2006TBTDCReconstructor*ecal2006TBWeightUncalibRecHit)
10