CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1Emulator_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # this file is still used by FastSim
4 # no-one else should use it!!!
5 
6 # Configuration (use Fake/Frontier in future)
8 # Emulator modules
12 # Emulator sequence
13 L1Emulator = cms.Sequence(L1CaloEmulator*L1MuonEmulator*gtDigis)
14