CMS 3D CMS Logo

L1TriggerDqmOffline_SecondStep_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
8 
9 # l1tStage2CaloLayer2EmuDiff uses plots produced by
10 # l1tStage2CaloLayer2Efficiency
11 DQMHarvestL1Trigger = cms.Sequence(
12  l1tStage2CaloLayer2Efficiency * l1tStage2CaloLayer2EmuDiff *
13  l1tEGammaEfficiency * l1tEGammaEmuDiff
14 )
15