CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pixelMatchElectronsForHLT_cfi.py
Go to the documentation of this file.
2 
3 # produce electrons based on matched pixel hits
4 # $Id: pixelMatchElectronsForHLT_cfi.py,v 1.5 2012/01/23 12:56:37 sharper Exp $
5 #
6 pixelMatchElectronsForHLT = cms.EDProducer("EgammaHLTPixelMatchElectronProducers",
7  TrackProducer = cms.InputTag("ctfWithMaterialTracksBarrel"),
8  GsfTrackProducer = cms.InputTag(""),
9  UseGsfTracks = cms.bool(False),
10  BSProducer = cms.InputTag("offlineBeamSpot")
11 )
12 
13