CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
l1GctHwDigis_cfi.py
Go to the documentation of this file.
2 
3 l1GctHwDigis = cms.EDProducer("GctRawToDigi",
4  inputLabel = cms.InputTag("rawDataCollector"),
5  gctFedId = cms.untracked.int32(745),
6  hltMode = cms.bool(False),
7  numberOfGctSamplesToUnpack = cms.uint32(1),
8  numberOfRctSamplesToUnpack = cms.uint32(1),
9  unpackSharedRegions = cms.bool(False),
10  unpackerVersion = cms.uint32(0), # ** SEE BELOW FOR DETAILS OF THIS OPTION **
11  verbose = cms.untracked.bool(False)
12 )
13 
14 # Details of "unpackerVersion" option:
15 #
16 # value | Unpacker/RAW Format Version
17 #-----------|---------------------------------------------------------------------------------
18 # 0 | Auto-detects RAW Format in use - the recommended option.
19 # 1 | Force usage of the Monte-Carlo Legacy unpacker (unpacks DigiToRaw events).
20 # 2 | Force usage of the RAW Format V35 unpacker.
21 # 3 | Force usage of the RAW Format V38 unpacker.