CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
HcalRawToDigi_cfi Namespace Reference

Variables

tuple hcalDigis
 

Variable Documentation

tuple HcalRawToDigi_cfi.hcalDigis
Initial value:
1 = cms.EDProducer("HcalRawToDigi",
2  # Flag to enable unpacking of ZDC channels (default = false)
3  UnpackZDC = cms.untracked.bool(True),
4  # Flag to enable unpacking of TTP channels (default = false)
5  UnpackTTP = cms.untracked.bool(True),
6  # Optional filter to remove any digi with "data valid" off, "error" on,
7  # or capids not rotating
8  FilterDataQuality = cms.bool(True),
9  InputLabel = cms.InputTag("rawDataCollector"),
10  # Use the defaults for FED numbers
11  # Do not complain about missing FEDs
12  ComplainEmptyData = cms.untracked.bool(False),
13  # Flag to enable unpacking of calibration channels (default = false)
14  UnpackCalib = cms.untracked.bool(True),
15  lastSample = cms.int32(9),
16  # At most ten samples can be put into a digi, if there are more
17  # than ten, firstSample and lastSample select which samples
18  # will be copied to the digi
19  firstSample = cms.int32(0)
20 )

Definition at line 4 of file HcalRawToDigi_cfi.py.