CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtunpackerDDUGlobal_cfi.py
Go to the documentation of this file.
2 
3 # Module for DT data unpacking: produces a DTDigiCollection and - on demand -
4 # a DTLocalTriggerCollection
5 # Configuration for Global DAQ at MTCC
6 dtunpacker = cms.EDProducer("DTUnpackingModule",
7  dataType = cms.string('DDU'),
8  inputLabel = cms.InputTag('source'),
9  fedbyType = cms.bool(True),
10  useStandardFEDid = cms.bool(True),
11  dqmOnly = cms.bool(False),
12  readOutParameters = cms.PSet(
13  debug = cms.untracked.bool(False),
14  rosParameters = cms.PSet(
15  writeSC = cms.untracked.bool(True),
16  readingDDU = cms.untracked.bool(True),
17  performDataIntegrityMonitor = cms.untracked.bool(False),
18  readDDUIDfromDDU = cms.untracked.bool(True),
19  debug = cms.untracked.bool(False),
20  localDAQ = cms.untracked.bool(False)
21  ),
22  localDAQ = cms.untracked.bool(False),
23  performDataIntegrityMonitor = cms.untracked.bool(False)
24  )
25 )
26 
27