CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
isolEcalPixelTrackProd_cfi.py
Go to the documentation of this file.
2 
3 isolEcalPixelTrackProd = cms.EDProducer("IsolatedEcalPixelTrackCandidateProducer",
4  filterLabel = cms.InputTag("isolPixelTrackProd"),
5  EBRecHitSource = cms.InputTag("hltEcalRegionalPixelTrackRecHit", "EcalRecHitsEB"),
6  EERecHitSource = cms.InputTag("hltEcalRegionalPixelTrackRecHit", "EcalRecHitsEE"),
7  ECHitEnergyThreshold = cms.double(0.05),
8  ECHitCountEnergyThreshold = cms.double(0.5),
9  EcalConeSizeEta0 = cms.double(0.09),
10  EcalConeSizeEta1 = cms.double(0.14)
11  )
12 
13