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 
11 
14 
16 
17 # harvesting sequence for all datasets
18 DQMHarvestL1TMon = cms.Sequence(
19 )
20 
21 # harvesting sequence for electron dataset
22 DQMHarvestL1TEg = cms.Sequence(
23  l1tEGammaEfficiency
24  #* l1tEGammaEmuEfficiency
25  #* l1tEGammaEmuDiff
26 )
27 
28 # l1tEtSumEmuDiff uses plots produced by
29 # l1tEtSumEfficiency
30 # l1tJetEmuDiff uses plots produced by
31 # l1tJetEfficiency
32 
33 # harvesting sequence for muon dataset
34 DQMHarvestL1TMuon = cms.Sequence(
35  l1tEtSumEfficiency
36  * l1tJetEfficiency
37  #* l1tEtSumEmuEfficiency
38  #* l1tJetEmuEfficiency
39  #* l1tEtSumEmuDiff
40  #* l1tJetEmuDiff
41  * l1tTauEfficiency
42  #* l1tTauEmuDiff
43  * l1tMuonDQMEfficiency
44 )
45