CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
interestingDetIdFromSuperClusterProducer_cfi Namespace Reference

Variables

tuple interestingDetIdFromSuperClusterProducer
 

Variable Documentation

tuple interestingDetIdFromSuperClusterProducer_cfi.interestingDetIdFromSuperClusterProducer
Initial value:
1 = cms.EDProducer("InterestingDetIdFromSuperClusterProducer",
2  superClustersLabel = cms.InputTag(''),
3  recHitsLabel = cms.InputTag('ecalRecHit','EcalRecHitsEB'),
4  etaSize = cms.int32(5),
5  phiSize = cms.int32(5),
6  # keep hits with severity >= severityLevel
7  # set to negative to skip
8  severityLevel = cms.int32(1),
9  interestingDetIdCollection = cms.string(''),
10  keepNextToDead = cms.bool(True),
11  keepNextToBoundary = cms.bool(True)
12  )

Definition at line 3 of file interestingDetIdFromSuperClusterProducer_cfi.py.