CMS 3D CMS Logo

l1tPhase2CaloPFClusterEmulator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1tPhase2CaloPFClusterEmulator = cms.EDProducer("Phase2L1CaloPFClusterEmulator",
4  gctFullTowers = cms.InputTag("l1tPhase2L1CaloEGammaEmulator","GCTFullTowers"),
5 )