CMS 3D CMS Logo

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.3 2008/07/02 16:12:04 ghezzi Exp $
00005 #
00006 pixelMatchElectronsForHLT = cms.EDFilter("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 

Generated on Tue Jun 9 17:43:22 2009 for CMSSW by  doxygen 1.5.4