CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalRecHitParam_cfi.py
Go to the documentation of this file.
2 
3 hcalRecHitsAnalyzer = cms.EDAnalyzer("HcalRecHitsAnalyzer",
4 # outputFile = cms.untracked.string('HcalRecHitValidationRelVal.root'),
5  outputFile = cms.untracked.string(''),
6 
7  HBHERecHitCollectionLabel = cms.untracked.InputTag("hbhereco"),
8  HFRecHitCollectionLabel = cms.untracked.InputTag("hfreco"),
9  HORecHitCollectionLabel = cms.untracked.InputTag("horeco"),
10 
11  eventype = cms.untracked.string('multi'),
12  ecalselector = cms.untracked.string('yes'),
13  hcalselector = cms.untracked.string('all'),
14  useAllHistos = cms.untracked.bool(False)
15 )
16