CMS 3D CMS Logo

Variables

cscUnpacker_cfi Namespace Reference

Variables

tuple muonCSCDigis

Variable Documentation

Initial value:
00001 cms.EDProducer("CSCDCCUnpacker",
00002     # Define input to the unpacker
00003     InputObjects = cms.InputTag("source"),
00004     # Use CSC examiner to check for corrupt or semi-corrupt data & avoid unpacker crashes
00005     UseExaminer = cms.bool(True),
00006     # This mask is needed by the examiner 
00007     ExaminerMask = cms.uint32(0x1FEBF3F6),
00008     # Use Examiner to unpack good chambers and skip only bad ones
00009     UseSelectiveUnpacking = cms.bool(True),
00010     # This mask simply reduces error reporting
00011     ErrorMask = cms.uint32(0x0),
00012     # Unpack general status digis?
00013     UnpackStatusDigis = cms.bool(False),
00014     # Unpack FormatStatus digi?
00015     UseFormatStatus = cms.bool(True),                        
00016     # Turn on lots of output                            
00017     Debug = cms.untracked.bool(False),
00018     PrintEventNumber = cms.untracked.bool(False),
00019     # Visualization of raw data in corrupted events
00020     VisualFEDInspect = cms.untracked.bool(False),
00021     VisualFEDShort = cms.untracked.bool(False),
00022     FormatedEventDump = cms.untracked.bool(False)
00023 )

Definition at line 5 of file cscUnpacker_cfi.py.