CMS 3D CMS Logo

l1NonIsoLargeWindowElectronsRegionalRecoTracker_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 hltL1NonIsoLargeWindowElectronsRegionalCTFFinalFitWithMaterial = cms.EDFilter("FastTrackMerger",
00005     SaveTracksOnly = cms.untracked.bool(True),
00006     TrackProducers = cms.VInputTag(cms.InputTag("globalPixelWithMaterialTracksForElectrons"),
00007                                    cms.InputTag("globalPixelTrackCandidatesForElectrons"))
00008 )
00009 
00010 # The sequence
00011 HLTL1NonIsoLargeWindowElectronsRegionalRecoTrackerSequence = cms.Sequence(cms.SequencePlaceholder("globalPixelTracking")+
00012                                                                           hltL1NonIsoLargeWindowElectronsRegionalCTFFinalFitWithMaterial)
00013 

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