CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
gedGsfElectronsGSFixed_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from RecoEgamma.EgammaTools.regressionModifier_cfi import regressionModifier
3 
4 gedGsfElectronsGSFixed = cms.EDProducer("GsfElectronGSCrysFixer",
5  newCores=cms.InputTag("gedGsfElectronCoresGSFixed"),
6  oldEles=cms.InputTag("gedGsfElectrons", '', cms.InputTag.skipCurrentProcess()),
7  ebRecHits=cms.InputTag("ecalMultiAndGSGlobalRecHitEB"),
8  regressionConfig = regressionModifier.clone(rhoCollection=cms.InputTag("fixedGridRhoFastjetAllTmp")),
9 )