src
L1Trigger
Configuration
python
GTemulator_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# Global Trigger
4
from
L1Trigger.Phase2L1GT.l1tGTProducer_cff
import
*
5
from
L1Trigger.Phase2L1GT.l1tGTAlgoBlockProducer_cff
import
*
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 )
l1tGTProducer_cff
l1tGTAlgoBlockProducer_cff
Generated for CMSSW Reference Manual by
1.8.14