CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
gctDigiToRaw_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 gctDigiToRaw = cms.EDProducer("GctDigiToRaw",
4  verbose = cms.untracked.bool(False),
5  packRctCalo = cms.untracked.bool(True),
6  gctFedId = cms.int32(745),
7  packRctEm = cms.untracked.bool(True),
8  rctInputLabel = cms.InputTag("simRctDigis"),
9  gctInputLabel = cms.InputTag("simGctDigis")
10 )
11 
12