|
||||
File indexing completed on 2024-04-06 12:10:40
0001 import FWCore.ParameterSet.Config as cms 0002 0003 gctDigiToRaw = cms.EDProducer("GctDigiToRaw", 0004 verbose = cms.untracked.bool(False), 0005 packRctCalo = cms.untracked.bool(True), 0006 gctFedId = cms.int32(745), 0007 packRctEm = cms.untracked.bool(True), 0008 rctInputLabel = cms.InputTag("simRctDigis"), 0009 gctInputLabel = cms.InputTag("simGctDigis") 0010 ) 0011 0012
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |