CMS 3D CMS Logo

l1GctHwDigis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 import EventFilter.GctRawToDigi.gctRawToDigi_cfi
3 
4 l1GctHwDigis = EventFilter.GctRawToDigi.gctRawToDigi_cfi.gctRawToDigi.clone()
5 l1GctHwDigis.inputLabel = cms.InputTag("rawDataCollector")
6 l1GctHwDigis.gctFedId = cms.untracked.int32(745)
7 l1GctHwDigis.hltMode = cms.bool(False)
8 l1GctHwDigis.numberOfGctSamplesToUnpack = cms.uint32(1)
9 l1GctHwDigis.numberOfRctSamplesToUnpack = cms.uint32(1)
10 l1GctHwDigis.unpackSharedRegions = cms.bool(False)
11 l1GctHwDigis.unpackerVersion = cms.uint32(0) # ** SEE BELOW FOR DETAILS OF THIS OPTION **
12 l1GctHwDigis.verbose = cms.untracked.bool(False)
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.