CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtunpackerROS25Local_cfi.py
Go to the documentation of this file.
2 
3 #
4 # configuration for running the DT unpacker on data acquired thorugh ROS25
5 #
6 dtunpacker = cms.EDProducer("DTUnpackingModule",
7  dataType = cms.string('ROS25'),
8  inputLabel = cms.InputTag('source'),
9  fedbyType = cms.bool(False),
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(False),
17  performDataIntegrityMonitor = cms.untracked.bool(False),
18  readDDUIDfromDDU = cms.untracked.bool(False),
19  debug = cms.untracked.bool(False),
20  localDAQ = cms.untracked.bool(True)
21  ),
22  localDAQ = cms.untracked.bool(True),
23  performDataIntegrityMonitor = cms.untracked.bool(False)
24  )
25 )
26 
27