CMS 3D CMS Logo

gctInternJetProd_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 gctInternJetProducer = cms.EDProducer("L1GctInternJetProducer",
4  internalJetSource = cms.InputTag("gctDigis"),
5  centralBxOnly = cms.bool(True)
6 )