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