CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalIsolPartProd_cfi.py
Go to the documentation of this file.
2 
3 ecalIsolPartProd = cms.EDProducer("EcalIsolatedParticleCandidateProducer",
4  ECHitEnergyThreshold = cms.double(0.05),
5  L1eTauJetsSource = cms.InputTag("l1extraParticles","Tau"),
6  L1GTSeedLabel = cms.InputTag("l1sIsolTrack"),
7  EBrecHitCollectionLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
8  ECHitCountEnergyThreshold = cms.double(0.5),
9  EcalInnerConeSize = cms.double(0.3),
10  EcalOuterConeSize = cms.double(0.7),
11  EErecHitCollectionLabel = cms.InputTag("ecalRecHit","EcalRecHitsEE")
12 )
13 
14