src
L1Trigger
Configuration
python
SimPhase2L1GlobalTrigger_cff.py
Go to the documentation of this file.
1
# Make Phase 2 Global Trigger "book end" configurations available as an L1 Configuration file
2
# To be made available later in Configuration/StandardSequences.
3
# It's a little circuitous, I admit, but seems correct to be available _everywhere_
4
# Written by: Andrew Loeliger
5
6
import
FWCore.ParameterSet.Config
as
cms
7
8
# Get the GT Producer/first of the "book end"s, responsible for GT inputs
9
from
L1Trigger.Phase2L1GT.l1tGTProducer_cff
import
l1tGTProducer
10
11
l1tGTProducerSequence = cms.Sequence(
12
l1tGTProducer
13
)
14
15
# Get the Algo Block/second of the "book end"s, responsible for trigger results
16
from
L1Trigger.Phase2L1GT.l1tGTAlgoBlockProducer_cff
import
l1tGTAlgoBlockProducer
17
18
l1tGTAlgoBlockProducerSequence = cms.Sequence(
19
l1tGTAlgoBlockProducer
20
)
l1tGTProducer_cff
l1tGTAlgoBlockProducer_cff
Generated for CMSSW Reference Manual by
1.8.14