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 
12 
13 # l1tStage2CaloLayer2EmuDiff uses plots produced by
14 # l1tStage2CaloLayer2Efficiency
15 DQMHarvestL1Trigger = cms.Sequence(
16  l1tStage2CaloLayer2Efficiency * l1tStage2CaloLayer2EmuDiff *
17  l1tEGammaEfficiency * l1tEGammaEmuDiff *
18  l1tTauEfficiency * l1tTauEmuDiff *
19  l1tMuonDQMEfficiency
20 )
21