CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simEmtfShowers_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from L1Trigger.L1TMuonEndCap.simEmtfShowersDef_cfi import simEmtfShowersDef
4 
5 ## producer for simulation
6 simEmtfShowers = simEmtfShowersDef.clone()
7 
8 ## producer for re-emulation on unpacked CSC shower data
9 simEmtfShowersData = simEmtfShowers.clone()