CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoEgamma/EgammaHLTProducers/python/pixelMatchElectronsForHLT_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # produce electrons based on matched pixel hits
00004 # $Id: pixelMatchElectronsForHLT_cfi.py,v 1.5 2012/01/23 12:56:37 sharper Exp $
00005 #
00006 pixelMatchElectronsForHLT = cms.EDProducer("EgammaHLTPixelMatchElectronProducers",
00007     TrackProducer = cms.InputTag("ctfWithMaterialTracksBarrel"),
00008     GsfTrackProducer = cms.InputTag(""),
00009     UseGsfTracks = cms.bool(False),   
00010     BSProducer = cms.InputTag("offlineBeamSpot")
00011 )
00012 
00013