CMS 3D CMS Logo

pixelMatchGsfElectrons_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 with gsf fit
00004 #
00005 pixelMatchGsfElectrons = cms.EDProducer("GsfElectronProducer",
00006     #  InputTag endcapSuperClusters = correctedEndcapSuperClustersWithPreshower:electronPixelSeeds
00007     endcapSuperClusters = cms.InputTag("correctedMulti5x5SuperClustersWithPreshower","electronPixelSeeds"),
00008     maxDeltaPhi = cms.double(0.1),
00009     minEOverPEndcaps = cms.double(0.0),
00010     maxEOverPEndcaps = cms.double(10000.0),
00011     minEOverPBarrel = cms.double(0.0),
00012     barrelSuperClusters = cms.InputTag("correctedHybridSuperClusters","electronPixelSeeds"),
00013     applyEtaCorrection = cms.bool(False),
00014     applyAmbResolution = cms.bool(True),
00015     tracks = cms.InputTag("pixelMatchGsfFit"),
00016     maxDeltaEta = cms.double(0.02),
00017     ElectronType = cms.string(''),
00018     # electron preselection parameters
00019     maxEOverPBarrel = cms.double(10000.0),
00020     highPtPreselection = cms.bool(False),
00021     hcalRecHits = cms.InputTag("hbhereco"),
00022     highPtMin = cms.double(150.0),
00023     # nested parameter set for TransientInitialStateEstimator
00024     #FIXME!
00025     TransientInitialStateEstimatorParameters = cms.PSet(
00026         propagatorAlongTISE = cms.string('PropagatorWithMaterial'),
00027         propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite')
00028     )
00029 )
00030 
00031 

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