CMS 3D CMS Logo

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

Variables

tuple hbheplan1
 

Variable Documentation

tuple hbheplan1_cfi.hbheplan1
Initial value:
1 = cms.EDProducer(
2  "HBHEPlan1Combiner",
3 
4  # Label for the input HBHERecHitCollection
5  hbheInput = cms.InputTag("hbheprereco"),
6 
7  # Should we ignore "Plan 1" settings provided by the HcalTopology class?
8  ignorePlan1Topology = cms.bool(False),
9 
10  # If we are ignoring HcalTopology, should the rechits be combined
11  # according to the "Plan 1" scheme? This flag is meaningful only if
12  # "ignorePlan1Topology" is True.
13  usePlan1Mode = cms.bool(True),
14 
15  # Configure the rechit combination algorithm
16  algorithm = cms.PSet(
17  Class = cms.string("SimplePlan1RechitCombiner")
18  )
19 )

Definition at line 3 of file hbheplan1_cfi.py.