Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 interestingGamIsoDetId = cms.EDProducer("GamIsoDetIdCollectionProducer",
00005 recHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
00006 emObjectLabel = cms.InputTag("photons"),
00007 etCandCut = cms.double(0.0),
00008 energyCut = cms.double(0.040),
00009 etCut = cms.double(0),
00010 outerRadius = cms.double(0.6),
00011 innerRadius = cms.double(0.0),
00012 interestingDetIdCollection = cms.string(''),
00013
00014 severityLevelCut = cms.int32(4),
00015
00016
00017
00018
00019 recHitFlagsToBeExcluded = cms.vstring(
00020 'kFaultyHardware',
00021 'kPoorCalib',
00022
00023
00024
00025 'kTowerRecovered',
00026 'kDead'
00027 ),
00028 )