CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/FastSimulation/EgammaElectronAlgos/python/l1NonIsoEgammaRegionalRecoTracker_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 hltL1NonIsoEgammaRegionalCTFFinalFitWithMaterial = cms.EDProducer("FastTrackMerger",
00005     SaveTracksOnly = cms.untracked.bool(True),
00006     TrackProducers = cms.VInputTag(cms.InputTag("globalPixelWithMaterialTracksForPhotons"),
00007                                    cms.InputTag("globalPixelTrackCandidatesForPhotons"))
00008 )
00009 
00010 # The sequence
00011 HLTL1NonIsoEgammaRegionalRecoTrackerSequence = cms.Sequence(cms.SequencePlaceholder("globalPixelTracking")+
00012                                                             hltL1NonIsoEgammaRegionalCTFFinalFitWithMaterial)
00013