ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/TrackerElectrons/python/iterativeTkGsf_cff.py
Revision: 1.1
Committed: Mon Dec 1 18:30:16 2008 UTC (16 years, 5 months ago) by bendavid
Content type: text/x-python
Branch: MAIN
CVS Tags: Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a
Log Message:
Added TrackerElectron package

File Contents

# User Rev Content
1 bendavid 1.1 import FWCore.ParameterSet.Config as cms
2    
3     from MitEdm.TrackerElectrons.SecStepGsf_cff import *
4     from MitEdm.TrackerElectrons.ThStepGsf_cff import *
5     from MitEdm.TrackerElectrons.PixelLessStepGsf_cff import *
6     iterTrackingGsf = cms.Sequence(secondStepGsf*thirdStepGsf*fourthStepGsf)
7     #iterTracking = cms.Sequence(firstfilter*secondStep*thirdStep)
8