cms.EDProducer("EgammaHLTHcalVarProducerFromRecHit",\ 
    absEtaLowEdges = cms.vdouble(0.0, 1.479),\ 
    depth = cms.int32(0),\ 
    doEtSum = cms.bool(False),\ 
    doRhoCorrection = cms.bool(False),\ 
    eThresHB = cms.vdouble(0.1, 0.2, 0.3, 0.3),\ 
    eThresHE = cms.vdouble(\ 
        0.1, 0.2, 0.2, 0.2, 0.2,\ 
        0.2, 0.2\ 
    ),\ 
    effectiveAreas = cms.vdouble(0.105, 0.17),\ 
    etThresHB = cms.vdouble(0.0, 0.0, 0.0, 0.0),\ 
    etThresHE = cms.vdouble(\ 
        0.0, 0.0, 0.0, 0.0, 0.0,\ 
        0.0, 0.0\ 
    ),\ 
    hbheRecHitsTag = cms.InputTag("hltHbhereco"),\ 
    innerCone = cms.double(0.0),\ 
    maxSeverityHB = cms.int32(9),\ 
    maxSeverityHE = cms.int32(9),\ 
    outerCone = cms.double(0.14),\ 
    recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"),\ 
    rhoMax = cms.double(99999999.0),\ 
    rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),\ 
    rhoScale = cms.double(1.0),\ 
    usePFThresholdsFromDB = cms.bool(True),\ 
    useSingleTower = cms.bool(False)\ 
)\