CMS 3D CMS Logo

hltMuonCSCDigis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltMuonCSCDigis = cms.EDProducer("CSCDCCUnpacker",
4  Debug = cms.untracked.bool(False),
5  ErrorMask = cms.uint32(0),
6  ExaminerMask = cms.uint32(535558134),
7  FormatedEventDump = cms.untracked.bool(False),
8  InputObjects = cms.InputTag("rawDataCollector"),
9  PrintEventNumber = cms.untracked.bool(False),
10  SuppressZeroLCT = cms.untracked.bool(True),
11  UnpackStatusDigis = cms.bool(False),
12  UseExaminer = cms.bool(True),
13  UseFormatStatus = cms.bool(True),
14  UseSelectiveUnpacking = cms.bool(True),
15  VisualFEDInspect = cms.untracked.bool(False),
16  VisualFEDShort = cms.untracked.bool(False),
17  mightGet = cms.optional.untracked.vstring,
18  runDQM = cms.untracked.bool(False)
19 )