CMS 3D CMS Logo

Variables

EcalDumpRaw_cfi Namespace Reference

Variables

tuple dumpRaw

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("EcalDumpRaw",
00002                          amplCut = cms.untracked.double(5.),
00003                          dump = cms.untracked.bool(True),
00004                          dumpAdc = cms.untracked.bool(True),
00005                          l1aHistory = cms.untracked.bool(False),
00006                          maxEvt  = cms.untracked.int32(10000),
00007                          profileFedId = cms.untracked.int32(0),
00008                          profileRuId = cms.untracked.int32(1),
00009                          l1aMinX = cms.untracked.int32(1),
00010                          l1aMaxX = cms.untracked.int32(601),
00011                          verbosity = cms.untracked.int32(0),
00012                          writeDCC = cms.untracked.bool(False),
00013                          # fed_id: EE- is 601-609,  EB is 610-645,  EE- is 646-654
00014                          # when using 'single sm' fed corresponds to construction number
00015                          beg_fed_id = cms.untracked.int32(601),
00016                          end_fed_id = cms.untracked.int32(654),
00017 
00018                          # events as counted in the order they are written to file
00019                          first_event = cms.untracked.int32(0),
00020 
00021                          # events as counted in the order they are written to file
00022                          #last_event = cms.untracked.int32(99999),                         
00023 
00024                          #     untracked int32 last_event  = $((nskip+nevts))
00025                          filename = cms.untracked.string('dump.bin'),
00026 
00027                          # If non empty only listed events will be processed:
00028                          eventList = cms.untracked.vuint32()
00029                          )

Definition at line 7 of file EcalDumpRaw_cfi.py.