CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalHexDisplay_cfi.py
Go to the documentation of this file.
2 
3 hexDump = cms.EDAnalyzer("EcalHexDisplay",
4  verbosity = cms.untracked.int32(0),
5  filename = cms.untracked.string('dump.bin'),
6  # fed_id: EE- is 601-609, EB is 610-645, EE- is 646-654
7  # when using 'single sm' fed corresponds to construction number
8  beg_fed_id = cms.untracked.int32(0),
9  writeDCC = cms.untracked.bool(False),
10  end_fed_id = cms.untracked.int32(654)
11 )