CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
gsSimpleFixedGsfElectrons_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #this does the simple fix (replace the crystals, assume fraction of 1)
4 gsSimpleFixedGsfElectrons = cms.EDProducer("GsfEleGSCrysSimpleFixer",
5  oldEles = cms.InputTag("gedGsfElectrons"),
6  ebMultiRecHits = cms.InputTag("reducedEcalRecHitsEB"),
7  ebMultiAndWeightsRecHits = cms.InputTag("ecalMultiAndGSGlobalRecHitEB"),
8 )