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