CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/EventFilter/GctRawToDigi/python/l1GctHwDigis_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1GctHwDigis = cms.EDProducer("GctRawToDigi",
00004     inputLabel = cms.InputTag("source"),
00005     gctFedId = cms.untracked.int32(745),
00006     hltMode = cms.bool(False),
00007     numberOfGctSamplesToUnpack = cms.uint32(1), 
00008     numberOfRctSamplesToUnpack = cms.uint32(1),
00009     unpackSharedRegions = cms.bool(False),
00010     unpackerVersion = cms.uint32(0), #  ** SEE BELOW FOR DETAILS OF THIS OPTION **
00011     verbose = cms.untracked.bool(False)
00012 )
00013 
00014 # Details of "unpackerVersion" option:
00015 # 
00016 #   value   |                        Unpacker/RAW Format Version 
00017 #-----------|---------------------------------------------------------------------------------
00018 #     0     |   Auto-detects RAW Format in use - the recommended option.
00019 #     1     |   Force usage of the Monte-Carlo Legacy unpacker (unpacks DigiToRaw events).
00020 #     2     |   Force usage of the RAW Format V35 unpacker.
00021 #     3     |   Force usage of the RAW Format V38 unpacker.