CMS 3D CMS Logo

L1TZDCEmulation_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from L1Trigger.L1TZDC.l1tZDCEtSums_cfi import l1tZDCEtSums
4 
5 L1TZDCEmulationTask = cms.Task(
6  l1tZDCEtSums
7 )