Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 ecalIsolPartProd = cms.EDProducer("EcalIsolatedParticleCandidateProducer",
00004 ECHitEnergyThreshold = cms.double(0.05),
00005 L1eTauJetsSource = cms.InputTag("l1extraParticles","Tau"),
00006 L1GTSeedLabel = cms.InputTag("l1sIsolTrack"),
00007 EBrecHitCollectionLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
00008 ECHitCountEnergyThreshold = cms.double(0.5),
00009 EcalInnerConeSize = cms.double(0.3),
00010 EcalOuterConeSize = cms.double(0.7),
00011 EErecHitCollectionLabel = cms.InputTag("ecalRecHit","EcalRecHitsEE")
00012 )
00013
00014