CMS 3D CMS Logo

Variables

HcalRawToDigi_cfi Namespace Reference

Variables

tuple hcalDigis

Variable Documentation

Initial value:
00001 cms.EDProducer("HcalRawToDigi",
00002     # Flag to enable unpacking of ZDC channels (default = false)
00003     UnpackZDC = cms.untracked.bool(True),
00004     # Flag to enable unpacking of TTP channels (default = false)
00005     UnpackTTP = cms.untracked.bool(True),
00006     # Optional filter to remove any digi with "data valid" off, "error" on, 
00007     # or capids not rotating
00008     FilterDataQuality = cms.bool(True),
00009     InputLabel = cms.InputTag("source"),
00010     # Use the defaults for FED numbers
00011     # Do not complain about missing FEDs
00012     ComplainEmptyData = cms.untracked.bool(False),
00013     # Flag to enable unpacking of calibration channels (default = false)
00014     UnpackCalib = cms.untracked.bool(True),
00015     lastSample = cms.int32(9),
00016     # At most ten samples can be put into a digi, if there are more
00017     # than ten, firstSample and lastSample select which samples
00018     # will be copied to the digi
00019     firstSample = cms.int32(0)
00020 )

Definition at line 4 of file HcalRawToDigi_cfi.py.