CMS 3D CMS Logo

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

Variables

tuple muonCSCDigis
 

Variable Documentation

tuple cscUnpacker_cfi.muonCSCDigis
Initial value:
1 = cms.EDProducer("CSCDCCUnpacker",
2  # Define input to the unpacker
3  InputObjects = cms.InputTag("rawDataCollector"),
4  # Use CSC examiner to check for corrupt or semi-corrupt data & avoid unpacker crashes
5  UseExaminer = cms.bool(True),
6  # This mask is needed by the examiner
7  ExaminerMask = cms.uint32(0x1FEBF3F6),
8  # Use Examiner to unpack good chambers and skip only bad ones
9  UseSelectiveUnpacking = cms.bool(True),
10  # This mask simply reduces error reporting
11  ErrorMask = cms.uint32(0x0),
12  # Unpack general status digis?
13  UnpackStatusDigis = cms.bool(False),
14  # Unpack FormatStatus digi?
15  UseFormatStatus = cms.bool(True),
16  # Turn on lots of output
17  Debug = cms.untracked.bool(False),
18  PrintEventNumber = cms.untracked.bool(False),
19  # Visualization of raw data in corrupted events
20  VisualFEDInspect = cms.untracked.bool(False),
21  VisualFEDShort = cms.untracked.bool(False),
22  FormatedEventDump = cms.untracked.bool(False)
23 )

Definition at line 5 of file cscUnpacker_cfi.py.