CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EBRecoSummary_cfi.py
Go to the documentation of this file.
2 
3 ecalBarrelRecoSummary = cms.EDAnalyzer("EBRecoSummary",
4  prefixME = cms.untracked.string('EcalBarrel'),
5  superClusterCollection_EB = cms.InputTag("correctedHybridSuperClusters"),
6  recHitCollection_EB = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
7  redRecHitCollection_EB = cms.InputTag("reducedEcalRecHitsEB"),
8  basicClusterCollection_EB = cms.InputTag("hybridSuperClusters","hybridBarrelBasicClusters"),
9 
10  ethrEB = cms.double(0.8),
11 
12  scEtThrEB = cms.double(0.0),
13 )
14