Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoEgamma
EgammaHLTProducers
python
pixelMatchElectronsForHLT_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# produce electrons based on matched pixel hits
4
# $Id: pixelMatchElectronsForHLT_cfi.py,v 1.3 2008/07/02 16:12:04 ghezzi Exp $
5
#
6
pixelMatchElectronsForHLT = cms.EDProducer(
"EgammaHLTPixelMatchElectronProducers"
,
7
# needed for CkfTrajectoryBuilder
8
# propagatorAlong = cms.string('PropagatorWithMaterial'),
9
# nested parameter set for TransientInitialStateEstimator
10
# TransientInitialStateEstimatorParameters = cms.PSet(
11
# propagatorAlongTISE = cms.string('PropagatorWithMaterial'),
12
# propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite')
13
#),
14
# string TrackLabel = "ctfWithMaterialTracksBarrel"
15
TrackProducer = cms.InputTag(
"ctfWithMaterialTracksBarrel"
),
16
BSProducer = cms.InputTag(
"offlineBeamSpot"
)
17
# propagatorOpposite = cms.string('PropagatorWithMaterialOpposite'),
18
# estimator = cms.string('egammaHLTChi2'),
19
# TrajectoryBuilder = cms.string('TrajectoryBuilderForPixelMatchElectrons'),
20
# updator = cms.string('KFUpdator')
21
)
22
23
Config
Generated for CMSSW Reference Manual by
1.8.5