CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/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.4 2010/02/16 17:08:04 wmtan Exp $
00005 #
00006 pixelMatchElectronsForHLT = cms.EDProducer("EgammaHLTPixelMatchElectronProducers",
00007     # needed for CkfTrajectoryBuilder
00008     # propagatorAlong = cms.string('PropagatorWithMaterial'),
00009     # nested parameter set for TransientInitialStateEstimator
00010     # TransientInitialStateEstimatorParameters = cms.PSet(
00011       #  propagatorAlongTISE = cms.string('PropagatorWithMaterial'),
00012       #  propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite')
00013     #),
00014     # string TrackLabel = "ctfWithMaterialTracksBarrel"
00015     TrackProducer = cms.InputTag("ctfWithMaterialTracksBarrel"),
00016     BSProducer = cms.InputTag("offlineBeamSpot")
00017     # propagatorOpposite = cms.string('PropagatorWithMaterialOpposite'),
00018     # estimator = cms.string('egammaHLTChi2'),
00019     # TrajectoryBuilder = cms.string('TrajectoryBuilderForPixelMatchElectrons'),
00020     # updator = cms.string('KFUpdator')
00021 )
00022 
00023