CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloTowersParam_cfi.py
Go to the documentation of this file.
2 
3 calotowersAnalyzer = cms.EDAnalyzer("CaloTowersAnalyzer",
4  outputFile = cms.untracked.string(''),
5  CaloTowerCollectionLabel = cms.untracked.InputTag('towerMaker'),
6  hcalselector = cms.untracked.string('all'),
7  useAllHistos = cms.untracked.bool(False)
8 )
9