CMS 3D CMS Logo

l1IsoEgammaRegionalRecoTracker_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Take all pixel tracks but the potential electrons
00004 hltL1IsoEgammaRegionalCTFFinalFitWithMaterial = cms.EDFilter("FastTrackMerger",
00005     SaveTracksOnly = cms.untracked.bool(True),
00006     TrackProducers = cms.VInputTag(cms.InputTag("globalPixelWithMaterialTracksForPhotons"),
00007                                    cms.InputTag("globalPixelTrackCandidatesForPhotons"))
00008 )
00009 
00010 # The sequence
00011 HLTL1IsoEgammaRegionalRecoTrackerSequence = cms.Sequence(cms.SequencePlaceholder("globalPixelTracking")+
00012                                                          hltL1IsoEgammaRegionalCTFFinalFitWithMaterial)
00013 

Generated on Tue Jun 9 17:35:06 2009 for CMSSW by  doxygen 1.5.4