CMS 3D CMS Logo

GTemulator_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Global Trigger
6 
7 # define a core which can be extented in customizations:
8 GTemulatorTask = cms.Task(
9  l1tGTProducer,
10  l1tGTAlgoBlockProducer
11 )
12 
13 GTemulator = cms.Sequence( GTemulatorTask )