CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoEgamma/EgammaHLTProducers/python/hltEgammaHcalIsol_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltEgammaHcalIsolationProducersRegional= cms.EDProducer( "EgammaHLTHcalIsolationProducersRegional",
00004                                                          recoEcalCandidateProducer = cms.InputTag( "hltRecoEcalCandidate" ),
00005                                                          hbheRecHitProducer = cms.InputTag( "hbhereco" ),
00006                                                          rhoProducer = cms.InputTag("hltKT6CaloJets", "rho"),
00007                                                          doRhoCorrection           = cms.bool(False),
00008                                                          rhoScale                  = cms.double(1.),
00009                                                          rhoMax                    = cms.double(99999999.),
00010                                                          eMinHB = cms.double( 0.7 ),
00011                                                          eMinHE = cms.double( 0.8 ),
00012                                                          etMinHB = cms.double( -1.0 ),
00013                                                          etMinHE = cms.double( -1.0 ),
00014                                                          innerCone = cms.double( 0.0 ),
00015                                                          outerCone = cms.double( 0.14 ),
00016                                                          depth = cms.int32( -1 ),
00017                                                          doEtSum = cms.bool( False ),
00018                                                          effectiveAreaBarrel       = cms.double(0.021),
00019                                                          effectiveAreaEndcap       = cms.double(0.040)             
00020                                                          )
00021