CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hlt_relval-layouts.py
Go to the documentation of this file.
1 ###
2 # """
3 # Layout file for trigger release validation
4 # facilitating organization/regrouping of subsystem histograms
5 # -use subsystem top-folder as specified in previous stages eg
6 # def trigval<subsys>(i, p, *rows): i["HLT/<subsys>/Preselection" + p] = DQMItem(layout=rows)
7 # """
8 ###
9 
10 ###---- EGAMMA selection goes here: ----
11 
12 def trigvalegammaZ(i, p, *rows): i["HLT/HLTEgammaValidation/Zee Preselection/" + p] = DQMItem(layout=rows)
13 
14 trigvalegammaZ(dqmitems,"doubleEle5SWL1R/total",
15  [{'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/efficiency_by_step_MC_matched", 'description':"per-event efficiency (MC matched) for doubleEle5SWL1R"},
16  {'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/efficiency_by_step", 'description':"per-event efficiency (MC matched) for doubleEle5SWL1R"}])
17 
18 trigvalegammaZ(dqmitems,"doubleEle5SWL1R/kinematics",
19  [{'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/gen_et", 'description':"per-event efficiency (MC matched) for doubleEle5SWL1R"},
20  {'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/gen_eta", 'description':"per-event efficiency (MC matched) for doubleEle5SWL1R"}])
21 
22 trigvalegammaZ(dqmitems,"doubleEle5SWL1R/L1 match",
23  [{'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoDoubleElectronEt5L1MatchFilterRegional_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoDoubleElectronEt5L1MatchFilterRegional in doubleEle5SWL1R_vs_eta"},
24  {'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoDoubleElectronEt5L1MatchFilterRegional_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoDoubleElectronEt5L1MatchFilterRegional in doubleEle5SWL1R_vs_et"}])
25 
26 trigvalegammaZ(dqmitems,"doubleEle5SWL1R/Et cut",
27  [{'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoDoubleElectronEt5EtFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoDoubleElectronEt5EtFilter in doubleEle5SWL1R_vs_eta"},
28  {'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoDoubleElectronEt5EtFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoDoubleElectronEt5EtFilter in doubleEle5SWL1R_vs_et"}])
29 
30 trigvalegammaZ(dqmitems,"doubleEle5SWL1R/Hcal isolation",
31  [{'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoDoubleElectronEt5HcalIsolFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonHLTnonIsoIsoDoubleElectronEt5HcalIsolFilter in doubleEle5SWL1R_vs_eta"},
32  {'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoDoubleElectronEt5HcalIsolFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonHLTnonIsoIsoDoubleElectronEt5HcalIsolFilter in doubleEle5SWL1R_vs_et"}])
33 
34 trigvalegammaZ(dqmitems,"doubleEle5SWL1R/pixel match",
35  [{'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoDoubleElectronEt5PixelMatchFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoDoubleElectronEt5PixelMatchFilter in doubleEle5SWL1R_vs_eta"},
36  {'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoDoubleElectronEt5PixelMatchFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoDoubleElectronEt5PixelMatchFilter in doubleEle5SWL1R_vs_et"}])
37 
38 
39 
40 trigvalegammaZ(dqmitems,"Ele10LWL1R/total",
41  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/efficiency_by_step_MC_matched", 'description':"per-event efficiency (MC matched) for Ele10LWL1R"},
42  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/efficiency_by_step", 'description':"per-event efficiency (MC matched) for Ele10LWL1R"}])
43 
44 trigvalegammaZ(dqmitems,"Ele10LWL1R/kinematics",
45  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/gen_et", 'description':"per-event efficiency (MC matched) for Ele10LWL1R"},
46  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/gen_eta", 'description':"per-event efficiency (MC matched) for Ele10LWL1R"}])
47 
48 trigvalegammaZ(dqmitems,"Ele10LWL1R/L1 match",
49  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10L1MatchFilterRegional_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10L1MatchFilterRegional in Ele10LWL1R_vs_eta"},
50  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10L1MatchFilterRegional_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10L1MatchFilterRegional in Ele10LWL1R_vs_et"}])
51 
52 trigvalegammaZ(dqmitems,"Ele10LWL1R/Et cut",
53  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EtFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EtFilter in Ele10LWL1R_vs_eta"},
54  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EtFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EtFilter in Ele10LWL1R_vs_et"}])
55 
56 trigvalegammaZ(dqmitems,"Ele10LWL1R/Hcal isolation",
57  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10HcalIsolFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10HcalIsolFilter in Ele10LWL1R_vs_eta"},
58  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10HcalIsolFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10HcalIsolFilter in Ele10LWL1R_vs_et"}])
59 
60 trigvalegammaZ(dqmitems,"Ele10LWL1R/pixel match",
61  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10PixelMatchFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10PixelMatchFilter in Ele10LWL1R_vs_eta"},
62  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10PixelMatchFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10PixelMatchFilter in Ele10LWL1R_vs_et"}])
63 
64 
65 
66 trigvalegammaZ(dqmitems,"Ele10LWEleIdL1R/total",
67  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_by_step_MC_matched", 'description':"per-event efficiency (MC matched) for Ele10LWEleIdL1R"},
68  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_by_step", 'description':"per-event efficiency (MC matched) for Ele10LWEleIdL1R"}])
69 
70 trigvalegammaZ(dqmitems,"Ele10LWEleIdL1R/kinematics",
71  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/gen_et", 'description':"per-event efficiency (MC matched) for Ele10LWEleIdL1R"},
72  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/gen_eta", 'description':"per-event efficiency (MC matched) for Ele10LWEleIdL1R"}])
73 
74 trigvalegammaZ(dqmitems,"Ele10LWEleIdL1R/L1 match",
75  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdL1MatchFilterRegional_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdL1MatchFilterRegional in Ele10LWEleIdL1R_vs_eta"},
76  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdL1MatchFilterRegional_vs_et_MC_matched" , 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdL1MatchFilterRegional in Ele10LWEleIdL1R_vs_et"}])
77 
78 trigvalegammaZ(dqmitems,"Ele10LWEleIdL1R/Et cut",
79  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdEtFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdEtFilter in Ele10LWEleIdL1R_vs_eta"},
80  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdEtFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdEtFilter in Ele10LWEleIdL1R_vs_et"}])
81 
82 trigvalegammaZ(dqmitems,"Ele10LWEleIdL1R/cluster shape cut",
83  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdClusterShapeFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdClusterShapeFilter in Ele10LWEleIdL1R_vs_eta"},
84  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdClusterShapeFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdClusterShapeFilter in Ele10LWEleIdL1R_vs_et"}])
85 
86 trigvalegammaZ(dqmitems,"Ele10LWEleIdL1R/Hcal isolation",
87  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdHcalIsolFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdHcalIsolFilter in Ele10LWEleIdL1R_vs_eta"},
88  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdHcalIsolFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdHcalIsolFilter in Ele10LWEleIdL1R_vs_et"}])
89 
90 trigvalegammaZ(dqmitems,"Ele10LWEleIdL1R/pixel match",
91  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdPixelMatchFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdPixelMatchFilter in Ele10LWEleIdL1R_vs_eta"},
92  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdPixelMatchFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdPixelMatchFilter in Ele10LWEleIdL1R_vs_et"}])
93 
94 trigvalegammaZ(dqmitems,"Ele10LWEleIdL1R/ 1oE - 1op cut",
95  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdOneOEMinusOneOPFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdOneOEMinusOneOPFilter in Ele10LWEleIdL1R_vs_eta"},
96  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdOneOEMinusOneOPFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdOneOEMinusOneOPFilter in Ele10LWEleIdL1R_vs_et"}])
97 
98 trigvalegammaZ(dqmitems,"Ele10LWEleIdL1R/ delta-eta cut",
99  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDetaFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDetaFilter in Ele10LWEleIdL1R_vs_eta"},
100  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDetaFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDetaFilter in Ele10LWEleIdL1R_vs_et"}])
101 
102 trigvalegammaZ(dqmitems,"Ele10LWEleIdL1R/ delta-phi cut",
103  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDphiFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDphiFilter in Ele10LWEleIdL1R_vs_eta"},
104  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDphiFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDphiFilter in Ele10LWEleIdL1R_vs_et"}])
105 
106 
107 
108 
109 
110 def hltlayoutW(i, p, *rows): i["HLT/HLTEgammaValidation/Wenu Preselection/" + p] = DQMItem(layout=rows)
111 
112 hltlayoutW(dqmitems,"Ele10LWL1R/total",
113  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/efficiency_by_step_MC_matched", 'description':"per-event efficiency (MC matched) for Ele10LWL1R"},
114  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/efficiency_by_step", 'description':"per-event efficiency (MC matched) for Ele10LWL1R"}])
115 
116 hltlayoutW(dqmitems,"Ele10LWL1R/kinematics",
117  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/gen_et", 'description':"per-event efficiency (MC matched) for Ele10LWL1R"},
118  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/gen_eta", 'description':"per-event efficiency (MC matched) for Ele10LWL1R"}])
119 
120 hltlayoutW(dqmitems,"Ele10LWL1R/L1 match",
121  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10L1MatchFilterRegional_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10L1MatchFilterRegional in Ele10LWL1R_vs_eta"},
122  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10L1MatchFilterRegional_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10L1MatchFilterRegional in Ele10LWL1R_vs_et"}])
123 
124 hltlayoutW(dqmitems,"Ele10LWL1R/Et cut",
125  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EtFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EtFilter in Ele10LWL1R_vs_eta"},
126  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EtFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EtFilter in Ele10LWL1R_vs_et"}])
127 
128 hltlayoutW(dqmitems,"Ele10LWL1R/Hcal isolation",
129  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10HcalIsolFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10HcalIsolFilter in Ele10LWL1R_vs_eta"},
130  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10HcalIsolFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10HcalIsolFilter in Ele10LWL1R_vs_et"}])
131 
132 hltlayoutW(dqmitems,"Ele10LWL1R/pixel match",
133  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10PixelMatchFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10PixelMatchFilter in Ele10LWL1R_vs_eta"},
134  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10PixelMatchFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10PixelMatchFilter in Ele10LWL1R_vs_et"}])
135 
136 
137 
138 hltlayoutW(dqmitems,"Ele10LWEleIdL1R/total",
139  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_by_step_MC_matched", 'description':"per-event efficiency (MC matched) for Ele10LWEleIdL1R"},
140  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_by_step", 'description':"per-event efficiency (MC matched) for Ele10LWEleIdL1R"}])
141 
142 hltlayoutW(dqmitems,"Ele10LWEleIdL1R/kinematics",
143  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/gen_et", 'description':"per-event efficiency (MC matched) for Ele10LWEleIdL1R"},
144  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/gen_eta", 'description':"per-event efficiency (MC matched) for Ele10LWEleIdL1R"}])
145 
146 hltlayoutW(dqmitems,"Ele10LWEleIdL1R/L1 match",
147  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdL1MatchFilterRegional_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdL1MatchFilterRegional in Ele10LWEleIdL1R_vs_eta"},
148  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdL1MatchFilterRegional_vs_et_MC_matched" , 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdL1MatchFilterRegional in Ele10LWEleIdL1R_vs_et"}])
149 
150 hltlayoutW(dqmitems,"Ele10LWEleIdL1R/Et cut",
151  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdEtFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdEtFilter in Ele10LWEleIdL1R_vs_eta"},
152  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdEtFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdEtFilter in Ele10LWEleIdL1R_vs_et"}])
153 
154 hltlayoutW(dqmitems,"Ele10LWEleIdL1R/cluster shape cut",
155  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdClusterShapeFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdClusterShapeFilter in Ele10LWEleIdL1R_vs_eta"},
156  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdClusterShapeFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdClusterShapeFilter in Ele10LWEleIdL1R_vs_et"}])
157 
158 hltlayoutW(dqmitems,"Ele10LWEleIdL1R/Hcal isolation",
159  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdHcalIsolFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdHcalIsolFilter in Ele10LWEleIdL1R_vs_eta"},
160  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdHcalIsolFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdHcalIsolFilter in Ele10LWEleIdL1R_vs_et"}])
161 
162 hltlayoutW(dqmitems,"Ele10LWEleIdL1R/pixel match",
163  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdPixelMatchFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdPixelMatchFilter in Ele10LWEleIdL1R_vs_eta"},
164  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdPixelMatchFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdPixelMatchFilter in Ele10LWEleIdL1R_vs_et"}])
165 
166 hltlayoutW(dqmitems,"Ele10LWEleIdL1R/ 1oE - 1op cut",
167  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdOneOEMinusOneOPFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdOneOEMinusOneOPFilter in Ele10LWEleIdL1R_vs_eta"},
168  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdOneOEMinusOneOPFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdOneOEMinusOneOPFilter in Ele10LWEleIdL1R_vs_et"}])
169 
170 hltlayoutW(dqmitems,"Ele10LWEleIdL1R/ delta-eta cut",
171  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDetaFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDetaFilter in Ele10LWEleIdL1R_vs_eta"},
172  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDetaFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDetaFilter in Ele10LWEleIdL1R_vs_et"}])
173 
174 hltlayoutW(dqmitems,"Ele10LWEleIdL1R/ delta-phi cut",
175  [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDphiFilter_vs_eta_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDphiFilter in Ele10LWEleIdL1R_vs_eta"},
176  {'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDphiFilter_vs_et_MC_matched", 'description':"per-object (MC matched) for hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDphiFilter in Ele10LWEleIdL1R_vs_et"}])
177 
178 
179 def hltLayoutGammaJet(i, p, *rows): i["HLT/HLTEgammaValidation/Photon Summary" + p] = DQMItem(layout=rows)
180 hltLayoutGammaJet(dqmitems,"/HLT_Photon10_L1R Efficiency vs Et",
181  [{'path':"HLT/HLTEgammaValidation/HLT_Photon10_L1R_DQMGammaJet/final_eff_vs_et", 'description':"Efficiency of HLT_Photon10_L1R vs Et of generated photon"}])
182 hltLayoutGammaJet(dqmitems,"/HLT_Photon10_L1R Efficiency vs eta",
183  [{'path':"HLT/HLTEgammaValidation/HLT_Photon10_L1R_DQMGammaJet/final_eff_vs_eta", 'description':"Efficiency of HLT_Photon10_L1R vs eta of generated photon"}])
184 hltLayoutGammaJet(dqmitems,"/L1 EgammaEt5 Efficiency vs et",
185  [{'path':"HLT/HLTEgammaValidation/HLT_Photon10_L1R_DQMGammaJet/efficiency_hltL1sRelaxedSingleEgammaEt5_vs_et_MC_matched", 'description':"Efficiency of L1 EgammaEt5 vs et of generated photon"}])
186 hltLayoutGammaJet(dqmitems,"/L1 EgammaEt5 Efficiency vs eta",
187  [{'path':"HLT/HLTEgammaValidation/HLT_Photon10_L1R_DQMGammaJet/efficiency_hltL1sRelaxedSingleEgammaEt5_vs_eta_MC_matched", 'description':"Efficiency of L1 EgammaEt5 vs eta of generated photon"}])
188 hltLayoutGammaJet(dqmitems,"/HLT_Photon15_LooseEcalIso_L1R Efficiency vs Et",
189  [{'path':"HLT/HLTEgammaValidation/HLT_Photon15_LooseEcalIso_L1R_DQMGammaJet/final_eff_vs_et",'description':"Efficiency of HLT_Photon15_LooseEcalIso_L1R vs Et of generated photon"}])
190 hltLayoutGammaJet(dqmitems,"/HLT_Photon15_LooseEcalIso_L1R Efficiency vs eta",
191  [{'path':"HLT/HLTEgammaValidation/HLT_Photon15_LooseEcalIso_L1R_DQMGammaJet/final_eff_vs_eta",'description':"Efficiency of HLT_Photon15_LooseEcalIso_L1R vs eta of generated photon"}])
192 hltLayoutGammaJet(dqmitems,"/HLT_Photon15_TrackIso_L1R Efficiency vs Et",
193  [{'path':"HLT/HLTEgammaValidation/HLT_Photon15_TrackIso_L1R_DQMGammaJet/final_eff_vs_et",'description':"Efficiency of HLT_Photon15_TrackIso_L1R vs Et of generated photon"}])
194 hltLayoutGammaJet(dqmitems,"/HLT_Photon15_TrackIso_L1R Efficiency vs eta",
195  [{'path':"HLT/HLTEgammaValidation/HLT_Photon15_TrackIso_L1R_DQMGammaJet/final_eff_vs_eta",'description':"Efficiency of HLT_Photon15_TrackIso_L1R vs eta of generated photon"}])
196 
197 
198 ###---- MUON selection goes here: ----
199 
200 def trigvalmuon(i, p, *rows): i["HLT/Muon/Efficiency_Layouts/" + p] = DQMItem(layout=rows)
201 
202 paths = ['HLT_DoubleMu0', 'HLT_DoubleMu3_v2', 'HLT_DoubleMu3_v3', 'HLT_DoubleMu3_v5', 'HLT_DoubleMu5_v1', 'HLT_DoubleMu6_v1', 'HLT_DoubleMu6_v3', 'HLT_DoubleMu7_v1', 'HLT_DoubleMu7_v3', 'HLT_IsoMu11_v4', 'HLT_IsoMu12_v1', 'HLT_IsoMu12_v3', 'HLT_IsoMu13_v4', 'HLT_IsoMu15_v4', 'HLT_IsoMu15_v5', 'HLT_IsoMu15_v7', 'HLT_IsoMu17_v4', 'HLT_IsoMu17_v5', 'HLT_IsoMu17_v7', 'HLT_IsoMu24_v1', 'HLT_IsoMu24_v3', 'HLT_IsoMu30_v1', 'HLT_IsoMu30_v3', 'HLT_IsoMu9_v4', 'HLT_L1DoubleMu0_v1', 'HLT_L1DoubleMu0_v2', 'HLT_L1DoubleMuOpen', 'HLT_L1Mu20', 'HLT_L1Mu7_v1', 'HLT_L1MuOpen_v2', 'HLT_L2DoubleMu0', 'HLT_L2DoubleMu0_v2', 'HLT_L2DoubleMu0_v4', 'HLT_L2DoubleMu20_NoVertex_v1', 'HLT_L2DoubleMu23_NoVertex_v3', 'HLT_L2DoubleMu35_NoVertex_v1', 'HLT_L2Mu0_NoVertex', 'HLT_L2Mu10_v1', 'HLT_L2Mu10_v3', 'HLT_L2Mu20_v1', 'HLT_L2Mu20_v3', 'HLT_L2Mu30_v1', 'HLT_L2Mu7_v1', 'HLT_L2MuOpen_NoVertex_v1', 'HLT_Mu0_v2', 'HLT_Mu11', 'HLT_Mu12_v1', 'HLT_Mu12_v3', 'HLT_Mu13_v1', 'HLT_Mu15_v1', 'HLT_Mu15_v2', 'HLT_Mu15_v4', 'HLT_Mu17_v1', 'HLT_Mu19_v1', 'HLT_Mu20_v1', 'HLT_Mu20_v3', 'HLT_Mu21_v1', 'HLT_Mu24_v1', 'HLT_Mu24_v3', 'HLT_Mu25_v1', 'HLT_Mu30_NoVertex_v1', 'HLT_Mu30_v1', 'HLT_Mu30_v3', 'HLT_Mu3_v2', 'HLT_Mu3_v3', 'HLT_Mu3_v5', 'HLT_Mu40_v1', 'HLT_Mu5', 'HLT_Mu5_v3', 'HLT_Mu5_v5', 'HLT_Mu7', 'HLT_Mu8_v1', 'HLT_Mu8_v3', 'HLT_Mu9']
203 
204 for thisPath in paths:
205 
206  thisDir = "HLT/Muon/Distributions/" + thisPath
207  thisDocumentation = " (" + thisPath + " path) (<a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationMuon\">documentation</a>)"
208 
209 ## trigvalmuon(dqmitems, thisPath + "/1: Trigger Path Efficiency Summary",
210 ## [{'path': "HLT/Muon/Summary/Efficiency_Summary", 'description':"Percentage of total events in the sample which pass each muon trigger"}])
211  trigvalmuon(dqmitems, thisPath + "/1: Efficiency L3 vs. Reco",
212  [{'path': thisDir + "/recEffEta_Total", 'description':"Efficiency to find an L3 muon associated to a reconstructed muon vs. pT" + thisDocumentation}])
213  trigvalmuon(dqmitems, thisPath + "/2: pT Turn-On L3 vs. Reco",
214  [{'path': thisDir + "/recTurnOn1_Total", 'description':"Efficiency to find an L3 muon associated to a reconstructed muon vs. pT" + thisDocumentation}])
215  trigvalmuon(dqmitems, thisPath + "/pT Turn-On L1 vs. Gen",
216  [{'path': thisDir + "/genTurnOn1_L1", 'description':"Efficiency to find an L1 muon associated to a generated muon vs. pT" + thisDocumentation}])
217  trigvalmuon(dqmitems, thisPath + "/pT Turn-On L2 vs. Gen",
218  [{'path': thisDir + "/genTurnOn1_L2", 'description':"Efficiency to find a gen-matched L2 muon associated to a gen-matched L1 muon vs. pT" + thisDocumentation}])
219  trigvalmuon(dqmitems, thisPath + "/pT Turn-On L3 vs. Gen",
220  [{'path': thisDir + "/genTurnOn1_L3", 'description':"Efficiency to find a gen-matched L3 muon associated to a gen-matched L1 muon vs. pT" + thisDocumentation}])
221  trigvalmuon(dqmitems, thisPath + "/Efficiency L1 vs. Gen",
222  [{'path': thisDir + "/genEffEta_L1", 'description':"Efficiency to find an L1 muon associated to a generated muon vs. eta" + thisDocumentation}])
223  trigvalmuon(dqmitems, thisPath + "/Efficiency L2 vs. Gen",
224  [{'path': thisDir + "/genEffEta_L2", 'description':"Efficiency to find a gen-matched L2 muon associated to a gen-matched L1 muon vs. eta" + thisDocumentation}])
225  trigvalmuon(dqmitems, thisPath + "/Efficiency L3 vs. Gen",
226  [{'path': thisDir + "/genEffEta_L3", 'description':"Efficiency to find a gen-matched L3 muon associated to a gen-matched L1 muon vs. eta" + thisDocumentation}])
227  if "Iso" in thisPath:
228  trigvalmuon(dqmitems, thisPath + "/pT Turn-On L2 Isolated vs. Gen",
229  [{'path': thisDir + "/genTurnOn1_L2Iso", 'description':"Efficiency to find an isolated gen-matched L2 muon associated to a gen-matched L1 muon vs. pT" + thisDocumentation}])
230  trigvalmuon(dqmitems, thisPath + "/pT Turn-On L3 Isolated vs. Gen",
231  [{'path': thisDir + "/genTurnOn1_L3Iso", 'description':"Efficiency to find an isolated gen-matched L3 muon associated to a gen-matched L1 muon vs. pT" + thisDocumentation}])
232  trigvalmuon(dqmitems, thisPath + "/Efficiency L2 Isolated vs. Gen",
233  [{'path': thisDir + "/genEffEta_L2Iso", 'description':"Efficiency to find an isolated gen-matched L2 muon associated to a gen-matched L1 muon vs. eta" + thisDocumentation}])
234  trigvalmuon(dqmitems, thisPath + "/Efficiency L3 Isolated vs. Gen",
235  [{'path': thisDir + "/genEffEta_L3Iso", 'description':"Efficiency to find an isolated gen-matched L3 muon associated to a gen-matched L1 muon vs. eta" + thisDocumentation}])
236 
237 
238 ###---- TAU selection goes here: ----
239 def trigvaltau(i, p, *rows): i["HLT/TauRelVal/Summary For " + p] = DQMItem(layout=rows)
240 
241 for lumi in ["8E29","1E31"]:
242  trigvaltau(dqmitems,"MC_"+lumi+" Menu/Double Tau Path Performance",
243  [{'path': "HLT/TauRelVal/MC_"+lumi+ "/DoubleTau/EfficiencyRefInput",
244  'description':"Efficiency of the Double Tau Path with ref to MC for "+lumi},
245  {'path': "HLT/TauRelVal/MC_"+lumi+ "/DoubleTau/EfficiencyRefPrevious",
246  'description':"Efficiency of the Double Tau Path with ref to previous step( "+lumi+")"}
247 
248  ])
249  trigvaltau(dqmitems,"MC_"+lumi+" Menu/Single Tau Path Performance",
250  [
251  {'path': "HLT/TauRelVal/MC_"+lumi+ "/SingleTau/EfficiencyRefInput",
252  'description':"Efficiency of the Single Tau Path with ref to MC for "+lumi},
253  {'path': "HLT/TauRelVal/MC_"+lumi+ "/SingleTau/EfficiencyRefPrevious",
254  'description':"Efficiency of the Single Tau Path with ref to previous step( "+lumi+")"}
255  ])
256  trigvaltau(dqmitems,"MC_"+lumi+" Menu/L1 Efficency",
257  [
258  {'path': "HLT/TauRelVal/MC_"+lumi+ "/L1/L1TauEtEff", 'description':"L1 Tau Efficiency vs pt with ref to MC for "+lumi},
259  {'path': "HLT/TauRelVal/MC_"+lumi+ "/L1/L1TauEtaEff", 'description':"L1 Tau Efficiency vs pt with ref to MC for "+lumi},
260  ])
261 
262 
263  trigvaltau(dqmitems,"MC_"+lumi+" Menu/L2 Efficency",
264  [
265  {'path': "HLT/TauRelVal/MC_"+lumi+ "/L2/L2TauEtEff", 'description':"L2 Tau Efficiency vs pt with ref to MC for "+lumi},
266  {'path': "HLT/TauRelVal/MC_"+lumi+ "/L2/L2TauEtaEff", 'description':"L2 Tau Efficiency vs pt with ref to MC for "+lumi},
267  ])
268 
269  trigvaltau(dqmitems,"MC_"+lumi+" Menu/L1 Resolution",
270  [
271  {'path': "HLT/TauRelVal/MC_"+lumi+ "/L1/L1TauEtResol", 'description':"L1 Tau ET resolution with ref to MC for "+lumi}
272  ])
273 
274  trigvaltau(dqmitems,"MC_"+lumi+" Menu/L2 Resolution",
275  [
276  {'path': "HLT/TauRelVal/MC_"+lumi+ "/L2/L2TauEtResol", 'description':"L2 Tau ET resolution with ref to MC for "+lumi}
277  ])
278 
279 ###---- JETMET selection goes here: ----
280 def trigvaljetmet(i, p, *rows): i["HLT/HLTJETMET/ValidationReport/" + p] = DQMItem(layout=rows)
281 
282 trigvaljetmet(dqmitems,"HLTMET35 eff vs genMet RelVal",
283  [{'path': "HLT/HLTJETMET/SingleMET35/Gen Missing ET Turn-On RelVal", 'description': "Trigger efficiency for HLTMET35 versus genMET wrt full sample"}])
284 trigvaljetmet(dqmitems,"HLTMET45 eff vs genMet RelVal",
285  [{'path': "HLT/HLTJETMET/SingleMET45/Gen Missing ET Turn-On RelVal", 'description': "Trigger efficiency for HLTMET45 versus genMET wrt full sample"}])
286 trigvaljetmet(dqmitems,"HLTMET60 eff vs genMet RelVal",
287  [{'path': "HLT/HLTJETMET/SingleMET60/Gen Missing ET Turn-On RelVal", 'description': "Trigger efficiency for HLTMET60 versus genMET wrt full sample"}])
288 trigvaljetmet(dqmitems,"HLTMET100 eff vs genMet RelVal",
289  [{'path': "HLT/HLTJETMET/SingleMET100/Gen Missing ET Turn-On RelVal", 'description': "Trigger efficiency for HLTMET100 versus genMET wrt full sample"}])
290 trigvaljetmet(dqmitems,"HLTMET35 eff vs recMet RelVal",
291  [{'path': "HLT/HLTJETMET/SingleMET35/Reco Missing ET Turn-On RelVal", 'description': "Trigger efficiency for HLTMET35 versus recMET wrt full sample"}])
292 trigvaljetmet(dqmitems,"HLTMET45 eff vs recMet RelVal",
293  [{'path': "HLT/HLTJETMET/SingleMET45/Reco Missing ET Turn-On RelVal", 'description': "Trigger efficiency for HLTMET45 versus recMET wrt full sample"}])
294 trigvaljetmet(dqmitems,"HLTMET60 eff vs recMet RelVal",
295  [{'path': "HLT/HLTJETMET/SingleMET60/Reco Missing ET Turn-On RelVal", 'description': "Trigger efficiency for HLTMET60 versus recMET wrt full sample"}])
296 trigvaljetmet(dqmitems,"HLTMET100 eff vs recMet RelVal",
297  [{'path': "HLT/HLTJETMET/SingleMET100/Reco Missing ET Turn-On RelVal", 'description': "Trigger efficiency for HLTMET100 versus recMET wrt full sample"}])
298 trigvaljetmet(dqmitems,"HLTJet15U eff vs genJet Pt RelVal",
299  [{'path': "HLT/HLTJETMET/SingleJet15U/Gen Jet Pt Turn-On RelVal", 'description': "Trigger efficiency for HLTJet15U versus genJet Pt wrt full sample"}])
300 trigvaljetmet(dqmitems,"HLTJet30U eff vs genJet Pt RelVal",
301  [{'path': "HLT/HLTJETMET/SingleJet30U/Gen Jet Pt Turn-On RelVal", 'description': "Trigger efficiency for HLTJet30U versus genJet Pt wrt full sample"}])
302 trigvaljetmet(dqmitems,"HLTJet50U eff vs genJet Pt RelVal",
303  [{'path': "HLT/HLTJETMET/SingleJet50U/Gen Jet Pt Turn-On RelVal", 'description': "Trigger efficiency for HLTJet50U versus genJet Pt wrt full sample"}])
304 trigvaljetmet(dqmitems,"HLTJet70U eff vs genJet Pt RelVal",
305  [{'path': "HLT/HLTJETMET/SingleJet70U/Gen Jet Pt Turn-On RelVal", 'description': "Trigger efficiency for HLTJet70U versus genJet Pt wrt full sample"}])
306 trigvaljetmet(dqmitems,"HLTJet100U eff vs genJet Pt RelVal",
307  [{'path': "HLT/HLTJETMET/SingleJet100U/Gen Jet Pt Turn-On RelVal", 'description': "Trigger efficiency for HLTJet100U versus genJet Pt wrt full sample"}])
308 trigvaljetmet(dqmitems,"HLTJet15U eff vs recJet Pt RelVal",
309  [{'path': "HLT/HLTJETMET/SingleJet15U/Reco Jet Pt Turn-On RelVal", 'description': "Trigger efficiency for HLTJet15U versus recJet Pt wrt full sample"}])
310 trigvaljetmet(dqmitems,"HLTJet30U eff vs recJet Pt RelVal",
311  [{'path': "HLT/HLTJETMET/SingleJet30U/Reco Jet Pt Turn-On RelVal", 'description': "Trigger efficiency for HLTJet30U versus recJet Pt wrt full sample"}])
312 trigvaljetmet(dqmitems,"HLTJet50U eff vs recJet Pt RelVal",
313  [{'path': "HLT/HLTJETMET/SingleJet50U/Reco Jet Pt Turn-On RelVal", 'description': "Trigger efficiency for HLTJet50U versus recJet Pt wrt full sample"}])
314 trigvaljetmet(dqmitems,"HLTJet70U eff vs recJet Pt RelVal",
315  [{'path': "HLT/HLTJETMET/SingleJet70U/Reco Jet Pt Turn-On RelVal", 'description': "Trigger efficiency for HLTJet70U versus recJet Pt wrt full sample"}])
316 trigvaljetmet(dqmitems,"HLTJet100U eff vs recJet Pt RelVal",
317  [{'path': "HLT/HLTJETMET/SingleJet100U/Reco Jet Pt Turn-On RelVal", 'description': "Trigger efficiency for HLTJet100U versus recJet Pt wrt full sample"}])
318 trigvaljetmet(dqmitems,"HLTJet15U eff vs genJet Eta RelVal",
319  [{'path': "HLT/HLTJETMET/SingleJet15U/Gen Jet Eta Turn-On RelVal", 'description': "Trigger efficiency for HLTJet15U versus genJet Eta wrt full sample"}])
320 trigvaljetmet(dqmitems,"HLTJet30U eff vs genJet Eta RelVal",
321  [{'path': "HLT/HLTJETMET/SingleJet30U/Gen Jet Eta Turn-On RelVal", 'description': "Trigger efficiency for HLTJet30U versus genJet Eta wrt full sample"}])
322 trigvaljetmet(dqmitems,"HLTJet50U eff vs genJet Eta RelVal",
323  [{'path': "HLT/HLTJETMET/SingleJet50U/Gen Jet Eta Turn-On RelVal", 'description': "Trigger efficiency for HLTJet50U versus genJet Eta wrt full sample"}])
324 trigvaljetmet(dqmitems,"HLTJet70U eff vs genJet Eta RelVal",
325  [{'path': "HLT/HLTJETMET/SingleJet70U/Gen Jet Eta Turn-On RelVal", 'description': "Trigger efficiency for HLTJet70U versus genJet Eta wrt full sample"}])
326 trigvaljetmet(dqmitems,"HLTJet100U eff vs genJet Eta RelVal",
327  [{'path': "HLT/HLTJETMET/SingleJet100U/Gen Jet Eta Turn-On RelVal", 'description': "Trigger efficiency for HLTJet100U versus genJet Eta wrt full sample"}])
328 trigvaljetmet(dqmitems,"HLTJet15U eff vs recJet Eta RelVal",
329  [{'path': "HLT/HLTJETMET/SingleJet15U/Reco Jet Eta Turn-On RelVal", 'description': "Trigger efficiency for HLTJet15U versus recJet Eta wrt full sample"}])
330 trigvaljetmet(dqmitems,"HLTJet30U eff vs recJet Eta RelVal",
331  [{'path': "HLT/HLTJETMET/SingleJet30U/Reco Jet Eta Turn-On RelVal", 'description': "Trigger efficiency for HLTJet30U versus recJet Eta wrt full sample"}])
332 trigvaljetmet(dqmitems,"HLTJet50U eff vs recJet Eta RelVal",
333  [{'path': "HLT/HLTJETMET/SingleJet50U/Reco Jet Eta Turn-On RelVal", 'description': "Trigger efficiency for HLTJet50U versus recJet Eta wrt full sample"}])
334 trigvaljetmet(dqmitems,"HLTJet70U eff vs recJet Eta RelVal",
335  [{'path': "HLT/HLTJETMET/SingleJet70U/Reco Jet Eta Turn-On RelVal", 'description': "Trigger efficiency for HLTJet70U versus recJet Eta wrt full sample"}])
336 trigvaljetmet(dqmitems,"HLTJet100U eff vs recJet Eta RelVal",
337  [{'path': "HLT/HLTJETMET/SingleJet100U/Reco Jet Eta Turn-On RelVal", 'description': "Trigger efficiency for HLTJet100U versus recJet Eta wrt full sample"}])
338 trigvaljetmet(dqmitems,"HLTJet15U eff vs genJet Phi RelVal",
339  [{'path': "HLT/HLTJETMET/SingleJet15U/Gen Jet Phi Turn-On RelVal", 'description': "Trigger efficiency for HLTJet15U versus genJet Phi wrt full sample"}])
340 trigvaljetmet(dqmitems,"HLTJet30U eff vs genJet Phi RelVal",
341  [{'path': "HLT/HLTJETMET/SingleJet30U/Gen Jet Phi Turn-On RelVal", 'description': "Trigger efficiency for HLTJet30U versus genJet Phi wrt full sample"}])
342 trigvaljetmet(dqmitems,"HLTJet50U eff vs genJet Phi RelVal",
343  [{'path': "HLT/HLTJETMET/SingleJet50U/Gen Jet Phi Turn-On RelVal", 'description': "Trigger efficiency for HLTJet50U versus genJet Phi wrt full sample"}])
344 trigvaljetmet(dqmitems,"HLTJet70U eff vs genJet Phi RelVal",
345  [{'path': "HLT/HLTJETMET/SingleJet70U/Gen Jet Phi Turn-On RelVal", 'description': "Trigger efficiency for HLTJet70U versus genJet Phi wrt full sample"}])
346 trigvaljetmet(dqmitems,"HLTJet100U eff vs genJet Phi RelVal",
347  [{'path': "HLT/HLTJETMET/SingleJet100U/Gen Jet Phi Turn-On RelVal", 'description': "Trigger efficiency for HLTJet100U versus genJet Phi wrt full sample"}])
348 trigvaljetmet(dqmitems,"HLTJet15U eff vs recJet Phi RelVal",
349  [{'path': "HLT/HLTJETMET/SingleJet15U/Reco Jet Phi Turn-On RelVal", 'description': "Trigger efficiency for HLTJet15U versus recJet Phi wrt full sample"}])
350 trigvaljetmet(dqmitems,"HLTJet30U eff vs recJet Phi RelVal",
351  [{'path': "HLT/HLTJETMET/SingleJet30U/Reco Jet Phi Turn-On RelVal", 'description': "Trigger efficiency for HLTJet30U versus recJet Phi wrt full sample"}])
352 trigvaljetmet(dqmitems,"HLTJet50U eff vs recJet Phi RelVal",
353  [{'path': "HLT/HLTJETMET/SingleJet50U/Reco Jet Phi Turn-On RelVal", 'description': "Trigger efficiency for HLTJet50U versus recJet Phi wrt full sample"}])
354 trigvaljetmet(dqmitems,"HLTJet70U eff vs recJet Phi RelVal",
355  [{'path': "HLT/HLTJETMET/SingleJet70U/Reco Jet Phi Turn-On RelVal", 'description': "Trigger efficiency for HLTJet70U versus recJet Phi wrt full sample"}])
356 trigvaljetmet(dqmitems,"HLTJet100U eff vs recJet Phi RelVal",
357  [{'path': "HLT/HLTJETMET/SingleJet100U/Reco Jet Phi Turn-On RelVal", 'description': "Trigger efficiency for HLTJet100U versus recJet Phi wrt full sample"}])
358 trigvaljetmet(dqmitems,"HLTHT300MHT100 eff vs genHT RelVal",
359  [{'path': "HLT/HLTJETMET/HT300MHT100/Gen HT Turn-On RelVal", 'description': "Trigger efficiency for HLTHT300MHT100 versus genHT wrt full sample"}])
360 trigvaljetmet(dqmitems,"HLTHT300MHT100 eff vs recHT RelVal",
361  [{'path': "HLT/HLTJETMET/HT300MHT100/Reco HT Turn-On RelVal", 'description': "Trigger efficiency for HLTHT300MHT100 versus recHT wrt full sample"}])
362 
363 ###---- BJET selection goes here: ----
364 #def trigvalbjet(i, p, *rows): i["HLT//Preselection" + p] = DQMItem(layout=rows)
365 
366 ###---- ALCA selection goes here: ----
367 def trigvalalca(i, p, *rows): i["HLT/AlCaEcalPi0/Preselection" + p] = DQMItem(layout=rows)
368 
369 ###---- TOP selection goes here: ----
370 def trigvaltopmuon(i, p, *rows): i["HLT/Top/TopValidationReport/Semileptonic_muon/" + p] = DQMItem(layout=rows)
371 
372 trigvaltopmuon(dqmitems,"HLTMu9 eff vs eta",
373  [{'path': "HLT/Top/Semileptonic_muon/EffVsEta_HLT_Mu9", 'description': "Trigger efficiency for HLTMu9 versus eta of the highest pt reconstructed muon with pt>20, eta<2.1 "}])
374 trigvaltopmuon(dqmitems,"HLTMu9 eff vs pt",
375  [{'path': "HLT/Top/Semileptonic_muon/EffVsPt_HLT_Mu9", 'description': "Trigger efficiency for HLTMu9 versus pt of the highest pt reconstructed muon with pt>20, eta<2.1"}])
376 
377 trigvaltopmuon(dqmitems,"HLTMu15 eff vs eta",
378  [{'path': "HLT/Top/Semileptonic_muon/EffVsEta_HLT_Mu15", 'description': "Trigger efficiency for HLTMu15 versus eta of the highest pt reconstructed muon with pt>20, eta<2.1"}])
379 trigvaltopmuon(dqmitems,"HLTMu15 eff vs pt",
380  [{'path': "HLT/Top/Semileptonic_muon/EffVsPt_HLT_Mu15", 'description': "Trigger efficiency for HLTMu15 versus pt of the highest pt reconstructed muon with pt>20, eta<2.1"}])
381 
382 trigvaltopmuon(dqmitems,"Muon trigger efficiencies wrt gen",
383  [{'path': "HLT/Top/Semileptonic_muon/Efficiencies_MuonTriggers_gen", 'description': "Muon trigger efficiencies wrt mc acceptance (1 muon from W decay, pt>10, eta<2.4)"}])
384 
385 trigvaltopmuon(dqmitems,"Muon trigger efficiencies wrt gen+reco",
386  [{'path': "HLT/Top/Semileptonic_muon/Efficiencies_MuonTriggers", 'description': "Muon trigger efficiencies wrt mc acceptance+offline (acc: 1 muon from W, pt>10, eta<2.4; off: at least 1 rec muon, pt>20, eta<2.1 and 2 jets Et_raw>13, eta<2.4)"}])
387 
388 
389 def trigvaltopelectron(i, p, *rows): i["HLT/Top/TopValidationReport/Semileptonic_electron/" + p] = DQMItem(layout=rows)
390 
391 trigvaltopelectron(dqmitems,"HLTEle15SWL1R eff vs eta",
392  [{'path': "HLT/Top/Semileptonic_electron/EffVsEta_HLT_Ele15_SW_L1R", 'description': "Trigger efficiency for HLT_Ele15_SW_L1R versus eta of the highest pt reconstructed electron with pt>20, eta<2.4"}])
393 
394 trigvaltopelectron(dqmitems,"HLTEle15SWL1R eff vs pt",
395  [{'path': "HLT/Top/Semileptonic_electron/EffVsPt_HLT_Ele15_SW_L1R", 'description': "Trigger efficiency for HLT_Ele15_SW_L1R versus pt of the highest pt reconstructed electron with pt>20, eta<2.4"}])
396 
397 
398 trigvaltopelectron(dqmitems,"HLTEle15SWLooseTrackIsoL1R eff vs eta",
399  [{'path': "HLT/Top/Semileptonic_electron/EffVsEta_HLT_Ele15_SW_LooseTrackIso_L1R", 'description': "Trigger efficiency for HLT_Ele15_SW_LooseTrackIso_L1R versus eta of the highest pt reconstructed electron with pt>20, eta<2.4"}])
400 
401 trigvaltopelectron(dqmitems,"HLTEle15SWLooseTrackIsoL1R eff vs pt",
402  [{'path': "HLT/Top/Semileptonic_electron/EffVsPt_HLT_Ele15_SW_LooseTrackIso_L1R", 'description': "Trigger efficiency for HLTEle15_SW_LooseTrackIso_L1R versus pt of the highest pt reconstructed electron with pt>20, eta<2.4"}])
403 
404 trigvaltopelectron(dqmitems,"Electron trigger efficiencies wrt gen",
405  [{'path': "HLT/Top/Semileptonic_electron/Efficiencies_Electrontriggers_gen", 'description': "Electron trigger efficiencies wrt mc acceptance (1 electron from W decay, pt>10, eta<2.4)"}])
406 
407 trigvaltopelectron(dqmitems,"Electron trigger efficiencies wrt gen+reco",
408  [{'path': "HLT/Top/Semileptonic_electron/Efficiencies_Electrontriggers", 'description': "Electron trigger efficiencies wrt mc acceptance+offline (acc: 1 electron from W, pt>10, eta<2.4; off: at least 1 rec electron, pt>20, eta<2.4 and 2 jets Et_raw>13, eta<2.4)"}])
409 
410 
411 
412 
413 ###---- HEAVYFLAVOR selection goes here: ----
414 
415 bphysPlotNumber=1
416 def trigvalbphys(items, title, histogram, description):
417  global bphysPlotNumber
418  items["HLT/HeavyFlavor/HLTValidationReport/" + '%02d) '%bphysPlotNumber + title] = DQMItem(layout=[[{'path':"HLT/HeavyFlavor/HLT/"+histogram, 'description':description}]])
419 # items["HLT/HeavyFlavor/HLT2ValidationReport/" + '%02d) '%bphysPlotNumber + title] = DQMItem(layout=[[{'path':"HLT/HeavyFlavor/HLT2/"+histogram, 'description':description}]])
420  bphysPlotNumber+=1
421 
422 # SUMMARY PLOT
423 
424 trigvalbphys(dqmitems,
425  "Trigger Efficiencies in Di-global Events",
426  "effPathGlob_recoPt",
427  "Trigger path efficiencies in di-global muon events where the muons are associated to the generated muons as a function of di-muon pT"
428 )
429 
430 # SINGLE MUON
431 
432 trigvalbphys(dqmitems,
433  "Glob\Gen Single Muon Efficiency (HLT_Mu3)",
434  "HLT_Mu3/effGlobGen_genEtaPhi",
435  "Efficiency to find a global muon associated to a generated muon as a function of generated muon Eta and Phi"
436 )
437 trigvalbphys(dqmitems,
438  "Glob\Gen Single Muon Efficiency (HLT_Mu3)",
439  "HLT_Mu3/effGlobGen_genEtaPt",
440  "Efficiency to find a global muon associated to a generated muon as a function of generated muon Eta and pT"
441 )
442 trigvalbphys(dqmitems,
443  "Glob\Gen Single Muon Efficiency (HLT_Mu3)",
444  "HLT_Mu3/effGlobGen_genEtaPtX",
445  "Efficiency to find a global muon associated to a generated muon as a function of generated muon Eta"
446 )
447 trigvalbphys(dqmitems,
448  "Glob\Gen Single Muon Efficiency (HLT_Mu3)",
449  "HLT_Mu3/effGlobGen_genEtaPtY",
450  "Efficiency to find a global muon associated to a generated muon as a function of generated muon pT"
451 )
452 trigvalbphys(dqmitems,
453  "Glob\Gen Single Muon Efficiency (HLT_Mu3)",
454  "HLT_Mu3/effGlobGen_genEtaPhiY",
455  "Efficiency to find a global muon associated to a generated muon as a function of generated muon Phi"
456 )
457 
458 trigvalbphys(dqmitems,
459  "L1\Glob Single Muon Efficiency (HLT_Mu3)",
460  "HLT_Mu3/effFilt1Glob_recoEtaPhi",
461  "Efficiency to find a L1 muon associated to a global+gen muon as a function of global muon Eta and Phi"
462 )
463 trigvalbphys(dqmitems,
464  "L1\Glob Single Muon Efficiency (HLT_Mu3)",
465  "HLT_Mu3/effFilt1Glob_recoEtaPt",
466  "Efficiency to find a L1 muon associated to a global+gen muon as a function of global muon Eta and pT"
467 )
468 trigvalbphys(dqmitems,
469  "L1\Glob Single Muon Efficiency (HLT_Mu3)",
470  "HLT_Mu3/effFilt1Glob_recoEtaPtX",
471  "Efficiency to find a L1 muon associated to a global+gen muon as a function of global muon Eta"
472 )
473 trigvalbphys(dqmitems,
474  "L1\Glob Single Muon Efficiency (HLT_Mu3)",
475  "HLT_Mu3/effFilt1Glob_recoEtaPtY",
476  "Efficiency to find a L1 muon associated to a global+gen muon as a function of global muon pT"
477 )
478 trigvalbphys(dqmitems,
479  "L1\Glob Single Muon Efficiency (HLT_Mu3)",
480  "HLT_Mu3/effFilt1Glob_recoEtaPhiY",
481  "Efficiency to find a L1 muon associated to a global+gen muon as a function of global muon Phi"
482 )
483 
484 trigvalbphys(dqmitems,
485  "L2\L1 Single Muon Efficiency (HLT_Mu3)",
486  "HLT_Mu3/effFilt2Filt1_recoEtaPhi",
487  "Efficiency to find a L2 muon associated to a L1+global+gen muon as a function of global muon Eta and Phi"
488 )
489 trigvalbphys(dqmitems,
490  "L2\L1 Single Muon Efficiency (HLT_Mu3)",
491  "HLT_Mu3/effFilt2Filt1_recoEtaPt",
492  "Efficiency to find a L2 muon associated to a L1+global+gen muon as a function of global muon Eta and pT"
493 )
494 trigvalbphys(dqmitems,
495  "L2\L1 Single Muon Efficiency (HLT_Mu3)",
496  "HLT_Mu3/effFilt2Filt1_recoEtaPtX",
497  "Efficiency to find a L2 muon associated to a L1+global+gen muon as a function of global muon Eta"
498 )
499 trigvalbphys(dqmitems,
500  "L2\L1 Single Muon Efficiency (HLT_Mu3)",
501  "HLT_Mu3/effFilt2Filt1_recoEtaPtY",
502  "Efficiency to find a L2 muon associated to a L1+global+gen muon as a function of global muon pT"
503 )
504 trigvalbphys(dqmitems,
505  "L2\L1 Single Muon Efficiency (HLT_Mu3)",
506  "HLT_Mu3/effFilt2Filt1_recoEtaPhiY",
507  "Efficiency to find a L2 muon associated to a L1+global+gen muon as a function of global muon Phi"
508 )
509 
510 trigvalbphys(dqmitems,
511  "L3\L2 Single Muon Efficiency (HLT_Mu3)",
512  "HLT_Mu3/effFilt3Filt2_recoEtaPhi",
513  "Efficiency to find a L3 muon associated to a L2+L1+global+gen muon as a function of global muon Eta and Phi"
514 )
515 trigvalbphys(dqmitems,
516  "L3\L2 Single Muon Efficiency (HLT_Mu3)",
517  "HLT_Mu3/effFilt3Filt2_recoEtaPt",
518  "Efficiency to find a L3 muon associated to a L2+L1+global+gen muon as a function of global muon Eta and pT"
519 )
520 trigvalbphys(dqmitems,
521  "L3\L2 Single Muon Efficiency (HLT_Mu3)",
522  "HLT_Mu3/effFilt3Filt2_recoEtaPtX",
523  "Efficiency to find a L3 muon associated to a L2+L1+global+gen muon as a function of global muon Eta"
524 )
525 trigvalbphys(dqmitems,
526  "L3\L2 Single Muon Efficiency (HLT_Mu3)",
527  "HLT_Mu3/effFilt3Filt2_recoEtaPtY",
528  "Efficiency to find a L3 muon associated to a L2+L1+global+gen muon as a function of global muon pT"
529 )
530 trigvalbphys(dqmitems,
531  "L3\L2 Single Muon Efficiency (HLT_Mu3)",
532  "HLT_Mu3/effFilt3Filt2_recoEtaPhiY",
533  "Efficiency to find a L3 muon associated to a L2+L1+global+gen muon as a function of global muon Phi"
534 )
535 
536 trigvalbphys(dqmitems,
537  "L3\Glob Single Muon Efficiency (HLT_Mu3)",
538  "HLT_Mu3/effFilt3Glob_recoEtaPhi",
539  "Efficiency to find a L3 muon associated to a global+gen muon as a function of global muon Eta and Phi"
540 )
541 trigvalbphys(dqmitems,
542  "L3\Glob Single Muon Efficiency (HLT_Mu3)",
543  "HLT_Mu3/effFilt3Glob_recoEtaPt",
544  "Efficiency to find a L3 muon associated to a global+gen muon as a function of global muon Eta and pT"
545 )
546 trigvalbphys(dqmitems,
547  "L3\Glob Single Muon Efficiency (HLT_Mu3)",
548  "HLT_Mu3/effFilt3Glob_recoEtaPtX",
549  "Efficiency to find a L3 muon associated to a global+gen muon as a function of global muon Eta"
550 )
551 trigvalbphys(dqmitems,
552  "L3\Glob Single Muon Efficiency (HLT_Mu3)",
553  "HLT_Mu3/effFilt3Glob_recoEtaPtY",
554  "Efficiency to find a L3 muon associated to a global+gen muon as a function of global muon pT"
555 )
556 trigvalbphys(dqmitems,
557  "L3\Glob Single Muon Efficiency (HLT_Mu3)",
558  "HLT_Mu3/effFilt3Glob_recoEtaPhiY",
559  "Efficiency to find a L3 muon associated to a global+gen muon as a function of global muon Phi"
560 )
561 
562 # DOUBLE MUON
563 
564 trigvalbphys(dqmitems,
565  "Glob\Gen Dimuon Efficiency (HLT_DoubleMu0)",
566  "HLT_DoubleMu0/effGlobDigenAND_genRapPt",
567  "Efficiency to find two global muons associated to two generated muons as a function of generated dimuon Rapidity and pT"
568 )
569 trigvalbphys(dqmitems,
570  "Glob\Gen Dimuon Efficiency (HLT_DoubleMu0)",
571  "HLT_DoubleMu0/effGlobDigenAND_genRapPtX",
572  "Efficiency to find two global muons associated to two generated muons as a function of generated dimuon Rapidity"
573 )
574 trigvalbphys(dqmitems,
575  "Glob\Gen Dimuon Efficiency (HLT_DoubleMu0)",
576  "HLT_DoubleMu0/effGlobDigenAND_genRapPtY",
577  "Efficiency to find two global muons associated to two generated muons as a function of generated dimuon pT"
578 )
579 trigvalbphys(dqmitems,
580  "Glob\Gen Dimuon Efficiency (HLT_DoubleMu0)",
581  "HLT_DoubleMu0/effGlobDigenAND_genPtDR",
582  "Efficiency to find two global muons associated to two generated muons (with pT>7) as a function of generated dimuon pT and DeltaR at Interaction Point"
583 )
584 trigvalbphys(dqmitems,
585  "Glob\Gen Dimuon Efficiency (HLT_DoubleMu0)",
586  "HLT_DoubleMu0/effGlobDigenAND_genPtDRY",
587  "Efficiency to find two global muons associated to two generated muons (with pT>7) as a function of generated dimuon DeltaR at Interaction Point"
588 )
589 
590 trigvalbphys(dqmitems,
591  "L1\Glob Dimuon Efficiency (HLT_DoubleMu0)",
592  "HLT_DoubleMu0/effFilt1DiglobAND_recoRapPt",
593  "Efficiency to find two L1 muons associated to two global+gen muons as a function of global dimuon Rapidity and pT"
594 )
595 trigvalbphys(dqmitems,
596  "L1\Glob Dimuon Efficiency (HLT_DoubleMu0)",
597  "HLT_DoubleMu0/effFilt1DiglobAND_recoRapPtX",
598  "Efficiency to find two L1 dimuon associated to two global+gen muons as a function of global dimuon Rapidity"
599 )
600 trigvalbphys(dqmitems,
601  "L1\Glob Dimuon Efficiency (HLT_DoubleMu0)",
602  "HLT_DoubleMu0/effFilt1DiglobAND_recoRapPtY",
603  "Efficiency to find two L1 muons associated to two global+gen muons as a function of global dimuon pT"
604 )
605 trigvalbphys(dqmitems,
606  "L1\Glob Dimuon Efficiency (HLT_DoubleMu0)",
607  "HLT_DoubleMu0/effFilt1DiglobAND_recoPtDRpos",
608  "Efficiency to find two L1 muons associated to two global+gen muons (with pT>7) as a function of global dimuon pT and DeltaR in the Muon System"
609 )
610 trigvalbphys(dqmitems,
611  "L1\Glob Dimuon Efficiency (HLT_DoubleMu0)",
612  "HLT_DoubleMu0/effFilt1DiglobAND_recoPtDRposY",
613  "Efficiency to find two L1 muons associated to two global+gen muons (with pT>7) as a function of global dimuon deltaR in the Muon System"
614 )
615 
616 trigvalbphys(dqmitems,
617  "L2\L1 Dimuon Efficiency (HLT_DoubleMu0)",
618  "HLT_DoubleMu0/effFilt2Difilt1AND_recoRapPt",
619  "Efficiency to find two L2 muons associated to two L1+global+gen muons as a function of global dimuon Rapidity and pT"
620 )
621 trigvalbphys(dqmitems,
622  "L2\L1 Dimuon Efficiency (HLT_DoubleMu0)",
623  "HLT_DoubleMu0/effFilt2Difilt1AND_recoRapPtX",
624  "Efficiency to find two L2 muons associated to two L1+global+gen muons as a function of global dimuon Rapidity"
625 )
626 trigvalbphys(dqmitems,
627  "L2\L1 Dimuon Efficiency (HLT_DoubleMu0)",
628  "HLT_DoubleMu0/effFilt2Difilt1AND_recoRapPtY",
629  "Efficiency to find two L2 muons associated to two L1+global+gen muons as a function of global dimuon pT"
630 )
631 trigvalbphys(dqmitems,
632  "L2\L1 Dimuon Efficiency (HLT_DoubleMu0)",
633  "HLT_DoubleMu0/effFilt2Difilt1AND_recoPtDRpos",
634  "Efficiency to find two L2 muons associated to two L1+global+gen muons (with pT>7) as a function of global dimuon pT and DeltaR in the Muon System"
635 )
636 trigvalbphys(dqmitems,
637  "L2\L1 Dimuon Efficiency (HLT_DoubleMu0)",
638  "HLT_DoubleMu0/effFilt2Difilt1AND_recoPtDRposY",
639  "Efficiency to find two L2 muons associated to two L1+global+gen muons (with pT>7) as a function of global dimuon DeltaR in the Muon System"
640 )
641 
642 trigvalbphys(dqmitems,
643  "L3\L2 Dimuon Efficiency (HLT_DoubleMu0)",
644  "HLT_DoubleMu0/effFilt3Difilt2AND_recoRapPt",
645  "Efficiency to find two L3 muons associated to two L2+L1+global+gen muons as a function of global dimuon Rapidity and pT"
646 )
647 trigvalbphys(dqmitems,
648  "L3\L2 Dimuon Efficiency (HLT_DoubleMu0)",
649  "HLT_DoubleMu0/effFilt3Difilt2AND_recoRapPtX",
650  "Efficiency to find two L3 muons associated to two L2+L1+global+gen muons as a function of global dimuon Rapidity"
651 )
652 trigvalbphys(dqmitems,
653  "L3\L2 Dimuon Efficiency (HLT_DoubleMu0)",
654  "HLT_DoubleMu0/effFilt3Difilt2AND_recoRapPtY",
655  "Efficiency to find two L3 muons associated to two L2+L1+global+gen muons as a function of global dimuon pT"
656 )
657 trigvalbphys(dqmitems,
658  "L3\L2 Dimuon Efficiency (HLT_DoubleMu0)",
659  "HLT_DoubleMu0/effFilt3Difilt2AND_recoPtDR",
660  "Efficiency to find two L3 muons associated to two L2+L1+global+gen muons (with pT>7) as a function of global dimuon pT and DeltaR at Interaction Point"
661 )
662 trigvalbphys(dqmitems,
663  "L3\L2 Dimuon Efficiency (HLT_DoubleMu0)",
664  "HLT_DoubleMu0/effFilt3Difilt2AND_recoPtDRY",
665  "Efficiency to find two L3 muons associated to two L2+L1+global+gen muons (with pT>7) as a function of global dimuon DeltaR at Interaction Point"
666 )
667 
668 trigvalbphys(dqmitems,
669  "L3\Glob Dimuon Efficiency (HLT_DoubleMu0)",
670  "HLT_DoubleMu0/effFilt3DiglobAND_recoRapPt",
671  "Efficiency to find two L3 muons associated to two global+gen muons as a function of global dimuon Rapidity and pT"
672 )
673 trigvalbphys(dqmitems,
674  "L3\Glob Dimuon Efficiency (HLT_DoubleMu0)",
675  "HLT_DoubleMu0/effFilt3DiglobAND_recoRapPtX",
676  "Efficiency to find two L3 muons associated to two global+gen muons as a function of global dimuon Rapidity"
677 )
678 trigvalbphys(dqmitems,
679  "L3\Glob Dimuon Efficiency (HLT_DoubleMu0)",
680  "HLT_DoubleMu0/effFilt3DiglobAND_recoRapPtY",
681  "Efficiency to find two L3 muons associated to two global+gen muons as a function of global dimuon pT"
682 )
683 
684 # TRIGGER PATH
685 
686 trigvalbphys(dqmitems,
687  "HLT_Mu3 Efficiency in Di-Global Events",
688  "HLT_Mu3/effPathDiglobOR_recoRapPt",
689  "Efficiency to find an HLT_Mu3 muon associated to one of the global+gen muons as a function of global dimuon Rapidity and pT"
690 )
691 trigvalbphys(dqmitems,
692  "HLT_Mu3 Efficiency in Di-Global Events",
693  "HLT_Mu3/effPathDiglobOR_recoRapPtX",
694  "Efficiency to find an HLT_Mu3 muon associated to one of the global+gen muons as a function of global dimuon Rapidity"
695 )
696 trigvalbphys(dqmitems,
697  "HLT_Mu3 Efficiency in Di-Global Events",
698  "HLT_Mu3/effPathDiglobOR_recoRapPtY",
699  "Efficiency to find an HLT_Mu3 muon associated to one of the global+gen muons as a function of global dimuon pT"
700 )
701 
702 trigvalbphys(dqmitems,
703  "HLT_Mu5 Efficiency in Di-Global Events",
704  "HLT_Mu5/effPathDiglobOR_recoRapPt",
705  "Efficiency to find an HLT_Mu5 muon associated to one of the global+gen muons as a function of global dimuon Rapidity and pT"
706 )
707 trigvalbphys(dqmitems,
708  "HLT_Mu5 Efficiency in Di-Global Events",
709  "HLT_Mu5/effPathDiglobOR_recoRapPtX",
710  "Efficiency to find an HLT_Mu5 muon associated to one of the global+gen muons as a function of global dimuon Rapidity"
711 )
712 trigvalbphys(dqmitems,
713  "HLT_Mu5 Efficiency in Di-Global Events",
714  "HLT_Mu5/effPathDiglobOR_recoRapPtY",
715  "Efficiency to find an HLT_Mu5 muon associated to one of the global+gen muons as a function of global dimuon pT"
716 )
717 
718 trigvalbphys(dqmitems,
719  "HLT_Mu9 Efficiency in Di-Global Events",
720  "HLT_Mu9/effPathDiglobOR_recoRapPt",
721  "Efficiency to find an HLT_Mu9 muon associated to one of the global+gen muons as a function of global dimuon Rapidity and pT"
722 )
723 trigvalbphys(dqmitems,
724  "HLT_Mu9 Efficiency in Di-Global Events",
725  "HLT_Mu9/effPathDiglobOR_recoRapPtX",
726  "Efficiency to find an HLT_Mu9 muon associated to one of the global+gen muons as a function of global dimuon Rapidity"
727 )
728 trigvalbphys(dqmitems,
729  "HLT_Mu9 Efficiency in Di-Global Events",
730  "HLT_Mu9/effPathDiglobOR_recoRapPtY",
731  "Efficiency to find an HLT_Mu9 muon associated to one of the global+gen muons as a function of global dimuon pT"
732 )
733 
734 trigvalbphys(dqmitems,
735  "HLT_DoubleMu0 Efficiency in Di-Global Events",
736  "HLT_DoubleMu0/effPathDiglobAND_recoRapPt",
737  "Efficiency to find two HLT_DoubleMu0 muons associated to two global+gen muons as a function of global dimuon Rapidity and pT"
738 )
739 trigvalbphys(dqmitems,
740  "HLT_DoubleMu0 Efficiency in Di-Global Events",
741  "HLT_DoubleMu0/effPathDiglobAND_recoRapPtX",
742  "Efficiency to find two HLT_DoubleMu0 muons associated to two global+gen muons as a function of global dimuon Rapidity"
743 )
744 trigvalbphys(dqmitems,
745  "HLT_DoubleMu0 Efficiency in Di-Global Events",
746  "HLT_DoubleMu0/effPathDiglobAND_recoRapPtY",
747  "Efficiency to find two HLT_DoubleMu0 muons associated to two global+gen muons as a function of global dimuon pT"
748 )
749 
750 trigvalbphys(dqmitems,
751  "HLT_DoubleMu3 Efficiency in Di-Global Events",
752  "HLT_DoubleMu3/effPathDiglobAND_recoRapPt",
753  "Efficiency to find two HLT_DoubleMu3 muons associated to two global+gen muons as a function of global dimuon Rapidity and pT"
754 )
755 trigvalbphys(dqmitems,
756  "HLT_DoubleMu3 Efficiency in Di-Global Events",
757  "HLT_DoubleMu3/effPathDiglobAND_recoRapPtX",
758  "Efficiency to find two HLT_DoubleMu3 muons associated to two global+gen muons as a function of global dimuon Rapidity"
759 )
760 trigvalbphys(dqmitems,
761  "HLT_DoubleMu3 Efficiency in Di-Global Events",
762  "HLT_DoubleMu3/effPathDiglobAND_recoRapPtY",
763  "Efficiency to find two HLT_DoubleMu3 muons associated to two global+gen muons as a function of global dimuon pT"
764 )
765 
766 ###---- SUSYEXO selection goes here: ----
767 def trigvalsusybsm(i, p, *rows): i["HLT/SusyExo/00 SusyExoValidationReport/00 Global Efficiencies/" + p] = DQMItem(layout=rows)
768 
769 ############# Mc Selections ################
770 
771 ### RA1
772 
773 # L1
774 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/00 L1/00 L1_EG",
775  [{'path': "HLT/SusyExo/McSelection/RA1/L1_RA1_EG", 'description': "Efficiency for L1 e-gamma bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
776 
777 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/00 L1/01 L1_Mu",
778  [{'path': "HLT/SusyExo/McSelection/RA1/L1_RA1_Mu", 'description': "Efficiency for L1 muon bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
779 
780 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/00 L1/02 L1_Jet",
781  [{'path': "HLT/SusyExo/McSelection/RA1/L1_RA1_Jet", 'description': "Efficiency for L1 jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
782 
783 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/00 L1/03 L1_ETM_ETT_HTT",
784  [{'path': "HLT/SusyExo/McSelection/RA1/L1_RA1_ETM_ETT_HTT", 'description': "Efficiency for L1 ETM, ETT and HTT bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
785 
786 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/00 L1/04 L1_TauJet",
787  [{'path': "HLT/SusyExo/McSelection/RA1/L1_RA1_TauJet", 'description': "Efficiency for L1 tau jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
788 
789 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/00 L1/05 L1_XTrigger",
790  [{'path': "HLT/SusyExo/McSelection/RA1/L1_RA1_XTrigger", 'description': "Efficiency for L1 cross trigger bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
791 
792 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/00 L1/06 L1_Others",
793  [{'path': "HLT/SusyExo/McSelection/RA1/L1_RA1_Overflow", 'description': "Efficiency for other L1 bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
794 
795 # HLT
796 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/01 HLT/00 Hlt_Ele",
797  [{'path': "HLT/SusyExo/McSelection/RA1/Hlt_RA1_Ele", 'description': "Efficiency for HLT electron paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
798 
799 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/01 HLT/01 Hlt_Photon",
800  [{'path': "HLT/SusyExo/McSelection/RA1/Hlt_RA1_Photon", 'description': "Efficiency for HLT photon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
801 
802 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/01 HLT/02 Hlt_Mu",
803  [{'path': "HLT/SusyExo/McSelection/RA1/Hlt_RA1_Mu", 'description': "Efficiency for HLT muon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
804 
805 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/01 HLT/03 Hlt_Jet",
806  [{'path': "HLT/SusyExo/McSelection/RA1/Hlt_RA1_Jet", 'description': "Efficiency for HLT jet paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
807 
808 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/01 HLT/04 Hlt_MET_HT",
809  [{'path': "HLT/SusyExo/McSelection/RA1/Hlt_RA1_MET_HT", 'description': "Efficiency for HLT MET and HT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
810 
811 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/01 HLT/05 Hlt_Tau_BTag",
812  [{'path': "HLT/SusyExo/McSelection/RA1/Hlt_RA1_Tau_BTag", 'description': "Efficiency for HLT tau and b-tag paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
813 
814 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/01 HLT/06 Hlt_XTrigger",
815  [{'path': "HLT/SusyExo/McSelection/RA1/Hlt_RA1_XTrigger", 'description': "Efficiency for HLT cross trigger paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
816 
817 trigvalsusybsm(dqmitems,"01 McSelection/00 RA1/01 HLT/07 Hlt_Others",
818  [{'path': "HLT/SusyExo/McSelection/RA1/Hlt_RA1_Overflow", 'description': "Efficiency for other HLT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
819 
820 
821 ### RA2
822 
823 # L1
824 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/00 L1/00 L1_EG",
825  [{'path': "HLT/SusyExo/McSelection/RA2/L1_RA2_EG", 'description': "Efficiency for L1 e-gamma bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
826 
827 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/00 L1/01 L1_Mu",
828  [{'path': "HLT/SusyExo/McSelection/RA2/L1_RA2_Mu", 'description': "Efficiency for L1 muon bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
829 
830 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/00 L1/02 L1_Jet",
831  [{'path': "HLT/SusyExo/McSelection/RA2/L1_RA2_Jet", 'description': "Efficiency for L1 jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
832 
833 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/00 L1/03 L1_ETM_ETT_HTT",
834  [{'path': "HLT/SusyExo/McSelection/RA2/L1_RA2_ETM_ETT_HTT", 'description': "Efficiency for L1 ETM, ETT and HTT bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
835 
836 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/00 L1/04 L1_TauJet",
837  [{'path': "HLT/SusyExo/McSelection/RA2/L1_RA2_TauJet", 'description': "Efficiency for L1 tau jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
838 
839 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/00 L1/05 L1_XTrigger",
840  [{'path': "HLT/SusyExo/McSelection/RA2/L1_RA2_XTrigger", 'description': "Efficiency for L1 cross trigger bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
841 
842 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/00 L1/06 L1_Others",
843  [{'path': "HLT/SusyExo/McSelection/RA2/L1_RA2_Overflow", 'description': "Efficiency for other L1 bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
844 
845 # HLT
846 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/01 HLT/00 Hlt_Ele",
847  [{'path': "HLT/SusyExo/McSelection/RA2/Hlt_RA2_Ele", 'description': "Efficiency for HLT electron paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
848 
849 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/01 HLT/01 Hlt_Photon",
850  [{'path': "HLT/SusyExo/McSelection/RA2/Hlt_RA2_Photon", 'description': "Efficiency for HLT photon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
851 
852 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/01 HLT/02 Hlt_Mu",
853  [{'path': "HLT/SusyExo/McSelection/RA2/Hlt_RA2_Mu", 'description': "Efficiency for HLT muon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
854 
855 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/01 HLT/03 Hlt_Jet",
856  [{'path': "HLT/SusyExo/McSelection/RA2/Hlt_RA2_Jet", 'description': "Efficiency for HLT jet paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
857 
858 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/01 HLT/04 Hlt_MET_HT",
859  [{'path': "HLT/SusyExo/McSelection/RA2/Hlt_RA2_MET_HT", 'description': "Efficiency for HLT MET and HT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
860 
861 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/01 HLT/05 Hlt_Tau_BTag",
862  [{'path': "HLT/SusyExo/McSelection/RA2/Hlt_RA2_Tau_BTag", 'description': "Efficiency for HLT tau and b-tag paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
863 
864 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/01 HLT/06 Hlt_XTrigger",
865  [{'path': "HLT/SusyExo/McSelection/RA2/Hlt_RA2_XTrigger", 'description': "Efficiency for HLT cross trigger paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
866 
867 trigvalsusybsm(dqmitems,"01 McSelection/01 RA2/01 HLT/07 Hlt_Others",
868  [{'path': "HLT/SusyExo/McSelection/RA2/Hlt_RA2_Overflow", 'description': "Efficiency for other HLT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
869 
870 ### RA3
871 
872 # L1
873 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/00 L1/00 L1_EG",
874  [{'path': "HLT/SusyExo/McSelection/RA3/L1_RA3_EG", 'description': "Efficiency for L1 e-gamma bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
875 
876 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/00 L1/01 L1_Mu",
877  [{'path': "HLT/SusyExo/McSelection/RA3/L1_RA3_Mu", 'description': "Efficiency for L1 muon bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
878 
879 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/00 L1/02 L1_Jet",
880  [{'path': "HLT/SusyExo/McSelection/RA3/L1_RA3_Jet", 'description': "Efficiency for L1 jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
881 
882 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/00 L1/03 L1_ETM_ETT_HTT",
883  [{'path': "HLT/SusyExo/McSelection/RA3/L1_RA3_ETM_ETT_HTT", 'description': "Efficiency for L1 ETM, ETT and HTT bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
884 
885 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/00 L1/04 L1_TauJet",
886  [{'path': "HLT/SusyExo/McSelection/RA3/L1_RA3_TauJet", 'description': "Efficiency for L1 tau jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
887 
888 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/00 L1/05 L1_XTrigger",
889  [{'path': "HLT/SusyExo/McSelection/RA3/L1_RA3_XTrigger", 'description': "Efficiency for L1 cross trigger bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
890 
891 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/00 L1/06 L1_Others",
892  [{'path': "HLT/SusyExo/McSelection/RA3/L1_RA3_Overflow", 'description': "Efficiency for other L1 bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
893 
894 # HLT
895 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/01 HLT/00 Hlt_Ele",
896  [{'path': "HLT/SusyExo/McSelection/RA3/Hlt_RA3_Ele", 'description': "Efficiency for HLT electron paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
897 
898 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/01 HLT/01 Hlt_Photon",
899  [{'path': "HLT/SusyExo/McSelection/RA3/Hlt_RA3_Photon", 'description': "Efficiency for HLT photon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
900 
901 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/01 HLT/02 Hlt_Mu",
902  [{'path': "HLT/SusyExo/McSelection/RA3/Hlt_RA3_Mu", 'description': "Efficiency for HLT muon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
903 
904 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/01 HLT/03 Hlt_Jet",
905  [{'path': "HLT/SusyExo/McSelection/RA3/Hlt_RA3_Jet", 'description': "Efficiency for HLT jet paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
906 
907 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/01 HLT/04 Hlt_MET_HT",
908  [{'path': "HLT/SusyExo/McSelection/RA3/Hlt_RA3_MET_HT", 'description': "Efficiency for HLT MET and HT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
909 
910 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/01 HLT/05 Hlt_Tau_BTag",
911  [{'path': "HLT/SusyExo/McSelection/RA3/Hlt_RA3_Tau_BTag", 'description': "Efficiency for HLT tau and b-tag paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
912 
913 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/01 HLT/06 Hlt_XTrigger",
914  [{'path': "HLT/SusyExo/McSelection/RA3/Hlt_RA3_XTrigger", 'description': "Efficiency for HLT cross trigger paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
915 
916 trigvalsusybsm(dqmitems,"01 McSelection/02 RA3/01 HLT/07 Hlt_Others",
917  [{'path': "HLT/SusyExo/McSelection/RA3/Hlt_RA3_Overflow", 'description': "Efficiency for other HLT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
918 
919 
920 ### RA4_e
921 
922 # L1
923 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/00 L1/00 L1_EG",
924  [{'path': "HLT/SusyExo/McSelection/RA4_e/L1_RA4_e_EG", 'description': "Efficiency for L1 e-gamma bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
925 
926 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/00 L1/01 L1_Mu",
927  [{'path': "HLT/SusyExo/McSelection/RA4_e/L1_RA4_e_Mu", 'description': "Efficiency for L1 muon bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
928 
929 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/00 L1/02 L1_Jet",
930  [{'path': "HLT/SusyExo/McSelection/RA4_e/L1_RA4_e_Jet", 'description': "Efficiency for L1 jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
931 
932 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/00 L1/03 L1_ETM_ETT_HTT",
933  [{'path': "HLT/SusyExo/McSelection/RA4_e/L1_RA4_e_ETM_ETT_HTT", 'description': "Efficiency for L1 ETM, ETT and HTT bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
934 
935 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/00 L1/04 L1_TauJet",
936  [{'path': "HLT/SusyExo/McSelection/RA4_e/L1_RA4_e_TauJet", 'description': "Efficiency for L1 tau jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
937 
938 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/00 L1/05 L1_XTrigger",
939  [{'path': "HLT/SusyExo/McSelection/RA4_e/L1_RA4_e_XTrigger", 'description': "Efficiency for L1 cross trigger bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
940 
941 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/00 L1/06 L1_Others",
942  [{'path': "HLT/SusyExo/McSelection/RA4_e/L1_RA4_e_Overflow", 'description': "Efficiency for other L1 bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
943 
944 # HLT
945 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/01 HLT/00 Hlt_Ele",
946  [{'path': "HLT/SusyExo/McSelection/RA4_e/Hlt_RA4_e_Ele", 'description': "Efficiency for HLT electron paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
947 
948 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/01 HLT/01 Hlt_Photon",
949  [{'path': "HLT/SusyExo/McSelection/RA4_e/Hlt_RA4_e_Photon", 'description': "Efficiency for HLT photon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
950 
951 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/01 HLT/02 Hlt_Mu",
952  [{'path': "HLT/SusyExo/McSelection/RA4_e/Hlt_RA4_e_Mu", 'description': "Efficiency for HLT muon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
953 
954 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/01 HLT/03 Hlt_Jet",
955  [{'path': "HLT/SusyExo/McSelection/RA4_e/Hlt_RA4_e_Jet", 'description': "Efficiency for HLT jet paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
956 
957 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/01 HLT/04 Hlt_MET_HT",
958  [{'path': "HLT/SusyExo/McSelection/RA4_e/Hlt_RA4_e_MET_HT", 'description': "Efficiency for HLT MET and HT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
959 
960 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/01 HLT/05 Hlt_Tau_BTag",
961  [{'path': "HLT/SusyExo/McSelection/RA4_e/Hlt_RA4_e_Tau_BTag", 'description': "Efficiency for HLT tau and b-tag paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
962 
963 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/01 HLT/06 Hlt_XTrigger",
964  [{'path': "HLT/SusyExo/McSelection/RA4_e/Hlt_RA4_e_XTrigger", 'description': "Efficiency for HLT cross trigger paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
965 
966 trigvalsusybsm(dqmitems,"01 McSelection/03 RA4_e/01 HLT/07 Hlt_Others",
967  [{'path': "HLT/SusyExo/McSelection/RA4_e/Hlt_RA4_e_Overflow", 'description': "Efficiency for other HLT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
968 
969 ### RA4_m
970 
971 # L1
972 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/00 L1/00 L1_EG",
973  [{'path': "HLT/SusyExo/McSelection/RA4_m/L1_RA4_m_EG", 'description': "Efficiency for L1 e-gamma bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
974 
975 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/00 L1/01 L1_Mu",
976  [{'path': "HLT/SusyExo/McSelection/RA4_m/L1_RA4_m_Mu", 'description': "Efficiency for L1 muon bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
977 
978 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/00 L1/02 L1_Jet",
979  [{'path': "HLT/SusyExo/McSelection/RA4_m/L1_RA4_m_Jet", 'description': "Efficiency for L1 jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
980 
981 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/00 L1/03 L1_ETM_ETT_HTT",
982  [{'path': "HLT/SusyExo/McSelection/RA4_m/L1_RA4_m_ETM_ETT_HTT", 'description': "Efficiency for L1 ETM, ETT and HTT bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
983 
984 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/00 L1/04 L1_TauJet",
985  [{'path': "HLT/SusyExo/McSelection/RA4_m/L1_RA4_m_TauJet", 'description': "Efficiency for L1 tau jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
986 
987 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/00 L1/05 L1_XTrigger",
988  [{'path': "HLT/SusyExo/McSelection/RA4_m/L1_RA4_m_XTrigger", 'description': "Efficiency for L1 cross trigger bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
989 
990 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/00 L1/06 L1_Others",
991  [{'path': "HLT/SusyExo/McSelection/RA4_m/L1_RA4_m_Overflow", 'description': "Efficiency for other L1 bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
992 
993 # HLT
994 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/01 HLT/00 Hlt_Ele",
995  [{'path': "HLT/SusyExo/McSelection/RA4_m/Hlt_RA4_m_Ele", 'description': "Efficiency for HLT electron paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
996 
997 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/01 HLT/01 Hlt_Photon",
998  [{'path': "HLT/SusyExo/McSelection/RA4_m/Hlt_RA4_m_Photon", 'description': "Efficiency for HLT photon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
999 
1000 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/01 HLT/02 Hlt_Mu",
1001  [{'path': "HLT/SusyExo/McSelection/RA4_m/Hlt_RA4_m_Mu", 'description': "Efficiency for HLT muon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1002 
1003 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/01 HLT/03 Hlt_Jet",
1004  [{'path': "HLT/SusyExo/McSelection/RA4_m/Hlt_RA4_m_Jet", 'description': "Efficiency for HLT jet paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1005 
1006 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/01 HLT/04 Hlt_MET_HT",
1007  [{'path': "HLT/SusyExo/McSelection/RA4_m/Hlt_RA4_m_MET_HT", 'description': "Efficiency for HLT MET and HT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1008 
1009 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/01 HLT/05 Hlt_Tau_BTag",
1010  [{'path': "HLT/SusyExo/McSelection/RA4_m/Hlt_RA4_m_Tau_BTag", 'description': "Efficiency for HLT tau and b-tag paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1011 
1012 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/01 HLT/06 Hlt_XTrigger",
1013  [{'path': "HLT/SusyExo/McSelection/RA4_m/Hlt_RA4_m_XTrigger", 'description': "Efficiency for HLT cross trigger paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1014 
1015 trigvalsusybsm(dqmitems,"01 McSelection/04 RA4_m/01 HLT/07 Hlt_Others",
1016  [{'path': "HLT/SusyExo/McSelection/RA4_m/Hlt_RA4_m_Overflow", 'description': "Efficiency for other HLT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1017 
1018 ### RA5RA6_2e
1019 
1020 # L1
1021 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/00 L1/00 L1_EG",
1022  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/L1_RA5RA6_2e_EG", 'description': "Efficiency for L1 e-gamma bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1023 
1024 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/00 L1/01 L1_Mu",
1025  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/L1_RA5RA6_2e_Mu", 'description': "Efficiency for L1 muon bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1026 
1027 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/00 L1/02 L1_Jet",
1028  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/L1_RA5RA6_2e_Jet", 'description': "Efficiency for L1 jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1029 
1030 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/00 L1/03 L1_ETM_ETT_HTT",
1031  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/L1_RA5RA6_2e_ETM_ETT_HTT", 'description': "Efficiency for L1 ETM, ETT and HTT bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1032 
1033 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/00 L1/04 L1_TauJet",
1034  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/L1_RA5RA6_2e_TauJet", 'description': "Efficiency for L1 tau jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1035 
1036 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/00 L1/05 L1_XTrigger",
1037  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/L1_RA5RA6_2e_XTrigger", 'description': "Efficiency for L1 cross trigger bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1038 
1039 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/00 L1/06 L1_Others",
1040  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/L1_RA5RA6_2e_Overflow", 'description': "Efficiency for other L1 bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1041 
1042 # HLT
1043 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/01 HLT/00 Hlt_Ele",
1044  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/Hlt_RA5RA6_2e_Ele", 'description': "Efficiency for HLT electron paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1045 
1046 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/01 HLT/01 Hlt_Photon",
1047  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/Hlt_RA5RA6_2e_Photon", 'description': "Efficiency for HLT photon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1048 
1049 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/01 HLT/02 Hlt_Mu",
1050  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/Hlt_RA5RA6_2e_Mu", 'description': "Efficiency for HLT muon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1051 
1052 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/01 HLT/03 Hlt_Jet",
1053  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/Hlt_RA5RA6_2e_Jet", 'description': "Efficiency for HLT jet paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1054 
1055 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/01 HLT/04 Hlt_MET_HT",
1056  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/Hlt_RA5RA6_2e_MET_HT", 'description': "Efficiency for HLT MET and HT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1057 
1058 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/01 HLT/05 Hlt_Tau_BTag",
1059  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/Hlt_RA5RA6_2e_Tau_BTag", 'description': "Efficiency for HLT tau and b-tag paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1060 
1061 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/01 HLT/06 Hlt_XTrigger",
1062  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/Hlt_RA5RA6_2e_XTrigger", 'description': "Efficiency for HLT cross trigger paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1063 
1064 trigvalsusybsm(dqmitems,"01 McSelection/05 RA5RA6_2e/01 HLT/07 Hlt_Others",
1065  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2e/Hlt_RA5RA6_2e_Overflow", 'description': "Efficiency for other HLT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1066 
1067 ### RA5RA6_1e1m
1068 
1069 # L1
1070 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/00 L1/00 L1_EG",
1071  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/L1_RA5RA6_1e1m_EG", 'description': "Efficiency for L1 e-gamma bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1072 
1073 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/00 L1/01 L1_Mu",
1074  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/L1_RA5RA6_1e1m_Mu", 'description': "Efficiency for L1 muon bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1075 
1076 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/00 L1/02 L1_Jet",
1077  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/L1_RA5RA6_1e1m_Jet", 'description': "Efficiency for L1 jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1078 
1079 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/00 L1/03 L1_ETM_ETT_HTT",
1080  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/L1_RA5RA6_1e1m_ETM_ETT_HTT", 'description': "Efficiency for L1 ETM, ETT and HTT bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1081 
1082 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/00 L1/04 L1_TauJet",
1083  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/L1_RA5RA6_1e1m_TauJet", 'description': "Efficiency for L1 tau jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1084 
1085 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/00 L1/05 L1_XTrigger",
1086  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/L1_RA5RA6_1e1m_XTrigger", 'description': "Efficiency for L1 cross trigger bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1087 
1088 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/00 L1/06 L1_Others",
1089  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/L1_RA5RA6_1e1m_Overflow", 'description': "Efficiency for other L1 bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1090 
1091 # HLT
1092 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/01 HLT/00 Hlt_Ele",
1093  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/Hlt_RA5RA6_1e1m_Ele", 'description': "Efficiency for HLT electron paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1094 
1095 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/01 HLT/01 Hlt_Photon",
1096  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/Hlt_RA5RA6_1e1m_Photon", 'description': "Efficiency for HLT photon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1097 
1098 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/01 HLT/02 Hlt_Mu",
1099  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/Hlt_RA5RA6_1e1m_Mu", 'description': "Efficiency for HLT muon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1100 
1101 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/01 HLT/03 Hlt_Jet",
1102  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/Hlt_RA5RA6_1e1m_Jet", 'description': "Efficiency for HLT jet paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1103 
1104 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/01 HLT/04 Hlt_MET_HT",
1105  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/Hlt_RA5RA6_1e1m_MET_HT", 'description': "Efficiency for HLT MET and HT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1106 
1107 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/01 HLT/05 Hlt_Tau_BTag",
1108  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/Hlt_RA5RA6_1e1m_Tau_BTag", 'description': "Efficiency for HLT tau and b-tag paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1109 
1110 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/01 HLT/06 Hlt_XTrigger",
1111  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/Hlt_RA5RA6_1e1m_XTrigger", 'description': "Efficiency for HLT cross trigger paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1112 
1113 trigvalsusybsm(dqmitems,"01 McSelection/06 RA5RA6_1e1m/01 HLT/07 Hlt_Others",
1114  [{'path': "HLT/SusyExo/McSelection/RA5RA6_1e1m/Hlt_RA5RA6_1e1m_Overflow", 'description': "Efficiency for other HLT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1115 
1116 ### RA5RA6_2m
1117 
1118 # L1
1119 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/00 L1/00 L1_EG",
1120  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/L1_RA5RA6_2m_EG", 'description': "Efficiency for L1 e-gamma bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1121 
1122 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/00 L1/01 L1_Mu",
1123  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/L1_RA5RA6_2m_Mu", 'description': "Efficiency for L1 muon bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1124 
1125 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/00 L1/02 L1_Jet",
1126  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/L1_RA5RA6_2m_Jet", 'description': "Efficiency for L1 jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1127 
1128 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/00 L1/03 L1_ETM_ETT_HTT",
1129  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/L1_RA5RA6_2m_ETM_ETT_HTT", 'description': "Efficiency for L1 ETM, ETT and HTT bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1130 
1131 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/00 L1/04 L1_TauJet",
1132  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/L1_RA5RA6_2m_TauJet", 'description': "Efficiency for L1 tau jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1133 
1134 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/00 L1/05 L1_XTrigger",
1135  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/L1_RA5RA6_2m_XTrigger", 'description': "Efficiency for L1 cross trigger bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1136 
1137 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/00 L1/06 L1_Others",
1138  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/L1_RA5RA6_2m_Overflow", 'description': "Efficiency for other L1 bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1139 
1140 # HLT
1141 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/01 HLT/00 Hlt_Ele",
1142  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/Hlt_RA5RA6_2m_Ele", 'description': "Efficiency for HLT electron paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1143 
1144 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/01 HLT/01 Hlt_Photon",
1145  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/Hlt_RA5RA6_2m_Photon", 'description': "Efficiency for HLT photon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1146 
1147 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/01 HLT/02 Hlt_Mu",
1148  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/Hlt_RA5RA6_2m_Mu", 'description': "Efficiency for HLT muon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1149 
1150 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/01 HLT/03 Hlt_Jet",
1151  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/Hlt_RA5RA6_2m_Jet", 'description': "Efficiency for HLT jet paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1152 
1153 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/01 HLT/04 Hlt_MET_HT",
1154  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/Hlt_RA5RA6_2m_MET_HT", 'description': "Efficiency for HLT MET and HT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1155 
1156 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/01 HLT/05 Hlt_Tau_BTag",
1157  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/Hlt_RA5RA6_2m_Tau_BTag", 'description': "Efficiency for HLT tau and b-tag paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1158 
1159 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/01 HLT/06 Hlt_XTrigger",
1160  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/Hlt_RA5RA6_2m_XTrigger", 'description': "Efficiency for HLT cross trigger paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1161 
1162 trigvalsusybsm(dqmitems,"01 McSelection/07 RA5RA6_2m/01 HLT/07 Hlt_Others",
1163  [{'path': "HLT/SusyExo/McSelection/RA5RA6_2m/Hlt_RA5RA6_2m_Overflow", 'description': "Efficiency for other HLT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1164 
1165 ### RA7_3e
1166 
1167 # L1
1168 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/00 L1/00 L1_EG",
1169  [{'path': "HLT/SusyExo/McSelection/RA7_3e/L1_RA7_3e_EG", 'description': "Efficiency for L1 e-gamma bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1170 
1171 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/00 L1/01 L1_Mu",
1172  [{'path': "HLT/SusyExo/McSelection/RA7_3e/L1_RA7_3e_Mu", 'description': "Efficiency for L1 muon bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1173 
1174 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/00 L1/02 L1_Jet",
1175  [{'path': "HLT/SusyExo/McSelection/RA7_3e/L1_RA7_3e_Jet", 'description': "Efficiency for L1 jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1176 
1177 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/00 L1/03 L1_ETM_ETT_HTT",
1178  [{'path': "HLT/SusyExo/McSelection/RA7_3e/L1_RA7_3e_ETM_ETT_HTT", 'description': "Efficiency for L1 ETM, ETT and HTT bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1179 
1180 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/00 L1/04 L1_TauJet",
1181  [{'path': "HLT/SusyExo/McSelection/RA7_3e/L1_RA7_3e_TauJet", 'description': "Efficiency for L1 tau jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1182 
1183 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/00 L1/05 L1_XTrigger",
1184  [{'path': "HLT/SusyExo/McSelection/RA7_3e/L1_RA7_3e_XTrigger", 'description': "Efficiency for L1 cross trigger bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1185 
1186 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/00 L1/06 L1_Others",
1187  [{'path': "HLT/SusyExo/McSelection/RA7_3e/L1_RA7_3e_Overflow", 'description': "Efficiency for other L1 bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1188 
1189 # HLT
1190 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/01 HLT/00 Hlt_Ele",
1191  [{'path': "HLT/SusyExo/McSelection/RA7_3e/Hlt_RA7_3e_Ele", 'description': "Efficiency for HLT electron paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1192 
1193 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/01 HLT/01 Hlt_Photon",
1194  [{'path': "HLT/SusyExo/McSelection/RA7_3e/Hlt_RA7_3e_Photon", 'description': "Efficiency for HLT photon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1195 
1196 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/01 HLT/02 Hlt_Mu",
1197  [{'path': "HLT/SusyExo/McSelection/RA7_3e/Hlt_RA7_3e_Mu", 'description': "Efficiency for HLT muon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1198 
1199 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/01 HLT/03 Hlt_Jet",
1200  [{'path': "HLT/SusyExo/McSelection/RA7_3e/Hlt_RA7_3e_Jet", 'description': "Efficiency for HLT jet paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1201 
1202 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/01 HLT/04 Hlt_MET_HT",
1203  [{'path': "HLT/SusyExo/McSelection/RA7_3e/Hlt_RA7_3e_MET_HT", 'description': "Efficiency for HLT MET and HT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1204 
1205 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/01 HLT/05 Hlt_Tau_BTag",
1206  [{'path': "HLT/SusyExo/McSelection/RA7_3e/Hlt_RA7_3e_Tau_BTag", 'description': "Efficiency for HLT tau and b-tag paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1207 
1208 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/01 HLT/06 Hlt_XTrigger",
1209  [{'path': "HLT/SusyExo/McSelection/RA7_3e/Hlt_RA7_3e_XTrigger", 'description': "Efficiency for HLT cross trigger paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1210 
1211 trigvalsusybsm(dqmitems,"01 McSelection/08 RA7_3e/01 HLT/07 Hlt_Others",
1212  [{'path': "HLT/SusyExo/McSelection/RA7_3e/Hlt_RA7_3e_Overflow", 'description': "Efficiency for other HLT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1213 
1214 ### RA7_2e1m
1215 
1216 # L1
1217 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/00 L1/00 L1_EG",
1218  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/L1_RA7_2e1m_EG", 'description': "Efficiency for L1 e-gamma bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1219 
1220 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/00 L1/01 L1_Mu",
1221  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/L1_RA7_2e1m_Mu", 'description': "Efficiency for L1 muon bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1222 
1223 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/00 L1/02 L1_Jet",
1224  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/L1_RA7_2e1m_Jet", 'description': "Efficiency for L1 jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1225 
1226 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/00 L1/03 L1_ETM_ETT_HTT",
1227  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/L1_RA7_2e1m_ETM_ETT_HTT", 'description': "Efficiency for L1 ETM, ETT and HTT bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1228 
1229 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/00 L1/04 L1_TauJet",
1230  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/L1_RA7_2e1m_TauJet", 'description': "Efficiency for L1 tau jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1231 
1232 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/00 L1/05 L1_XTrigger",
1233  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/L1_RA7_2e1m_XTrigger", 'description': "Efficiency for L1 cross trigger bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1234 
1235 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/00 L1/06 L1_Others",
1236  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/L1_RA7_2e1m_Overflow", 'description': "Efficiency for other L1 bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1237 
1238 # HLT
1239 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/01 HLT/00 Hlt_Ele",
1240  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/Hlt_RA7_2e1m_Ele", 'description': "Efficiency for HLT electron paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1241 
1242 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/01 HLT/01 Hlt_Photon",
1243  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/Hlt_RA7_2e1m_Photon", 'description': "Efficiency for HLT photon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1244 
1245 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/01 HLT/02 Hlt_Mu",
1246  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/Hlt_RA7_2e1m_Mu", 'description': "Efficiency for HLT muon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1247 
1248 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/01 HLT/03 Hlt_Jet",
1249  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/Hlt_RA7_2e1m_Jet", 'description': "Efficiency for HLT jet paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1250 
1251 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/01 HLT/04 Hlt_MET_HT",
1252  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/Hlt_RA7_2e1m_MET_HT", 'description': "Efficiency for HLT MET and HT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1253 
1254 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/01 HLT/05 Hlt_Tau_BTag",
1255  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/Hlt_RA7_2e1m_Tau_BTag", 'description': "Efficiency for HLT tau and b-tag paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1256 
1257 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/01 HLT/06 Hlt_XTrigger",
1258  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/Hlt_RA7_2e1m_XTrigger", 'description': "Efficiency for HLT cross trigger paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1259 
1260 trigvalsusybsm(dqmitems,"01 McSelection/09 RA7_2e1m/01 HLT/07 Hlt_Others",
1261  [{'path': "HLT/SusyExo/McSelection/RA7_2e1m/Hlt_RA7_2e1m_Overflow", 'description': "Efficiency for other HLT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1262 
1263 ### RA7_1e2m
1264 
1265 # L1
1266 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/00 L1/00 L1_EG",
1267  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/L1_RA7_1e2m_EG", 'description': "Efficiency for L1 e-gamma bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1268 
1269 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/00 L1/01 L1_Mu",
1270  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/L1_RA7_1e2m_Mu", 'description': "Efficiency for L1 muon bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1271 
1272 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/00 L1/02 L1_Jet",
1273  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/L1_RA7_1e2m_Jet", 'description': "Efficiency for L1 jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1274 
1275 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/00 L1/03 L1_ETM_ETT_HTT",
1276  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/L1_RA7_1e2m_ETM_ETT_HTT", 'description': "Efficiency for L1 ETM, ETT and HTT bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1277 
1278 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/00 L1/04 L1_TauJet",
1279  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/L1_RA7_1e2m_TauJet", 'description': "Efficiency for L1 tau jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1280 
1281 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/00 L1/05 L1_XTrigger",
1282  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/L1_RA7_1e2m_XTrigger", 'description': "Efficiency for L1 cross trigger bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1283 
1284 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/00 L1/06 L1_Others",
1285  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/L1_RA7_1e2m_Overflow", 'description': "Efficiency for other L1 bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1286 
1287 # HLT
1288 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/01 HLT/00 Hlt_Ele",
1289  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/Hlt_RA7_1e2m_Ele", 'description': "Efficiency for HLT electron paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1290 
1291 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/01 HLT/01 Hlt_Photon",
1292  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/Hlt_RA7_1e2m_Photon", 'description': "Efficiency for HLT photon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1293 
1294 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/01 HLT/02 Hlt_Mu",
1295  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/Hlt_RA7_1e2m_Mu", 'description': "Efficiency for HLT muon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1296 
1297 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/01 HLT/03 Hlt_Jet",
1298  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/Hlt_RA7_1e2m_Jet", 'description': "Efficiency for HLT jet paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1299 
1300 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/01 HLT/04 Hlt_MET_HT",
1301  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/Hlt_RA7_1e2m_MET_HT", 'description': "Efficiency for HLT MET and HT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1302 
1303 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/01 HLT/05 Hlt_Tau_BTag",
1304  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/Hlt_RA7_1e2m_Tau_BTag", 'description': "Efficiency for HLT tau and b-tag paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1305 
1306 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/01 HLT/06 Hlt_XTrigger",
1307  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/Hlt_RA7_1e2m_XTrigger", 'description': "Efficiency for HLT cross trigger paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1308 
1309 trigvalsusybsm(dqmitems,"01 McSelection/10 RA7_1e2m/01 HLT/07 Hlt_Others",
1310  [{'path': "HLT/SusyExo/McSelection/RA7_1e2m/Hlt_RA7_1e2m_Overflow", 'description': "Efficiency for other HLT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1311 
1312 ### RA7_3m
1313 
1314 # L1
1315 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/00 L1/00 L1_EG",
1316  [{'path': "HLT/SusyExo/McSelection/RA7_3m/L1_RA7_3m_EG", 'description': "Efficiency for L1 e-gamma bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1317 
1318 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/00 L1/01 L1_Mu",
1319  [{'path': "HLT/SusyExo/McSelection/RA7_3m/L1_RA7_3m_Mu", 'description': "Efficiency for L1 muon bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1320 
1321 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/00 L1/02 L1_Jet",
1322  [{'path': "HLT/SusyExo/McSelection/RA7_3m/L1_RA7_3m_Jet", 'description': "Efficiency for L1 jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1323 
1324 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/00 L1/03 L1_ETM_ETT_HTT",
1325  [{'path': "HLT/SusyExo/McSelection/RA7_3m/L1_RA7_3m_ETM_ETT_HTT", 'description': "Efficiency for L1 ETM, ETT and HTT bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1326 
1327 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/00 L1/04 L1_TauJet",
1328  [{'path': "HLT/SusyExo/McSelection/RA7_3m/L1_RA7_3m_TauJet", 'description': "Efficiency for L1 tau jet bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1329 
1330 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/00 L1/05 L1_XTrigger",
1331  [{'path': "HLT/SusyExo/McSelection/RA7_3m/L1_RA7_3m_XTrigger", 'description': "Efficiency for L1 cross trigger bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1332 
1333 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/00 L1/06 L1_Others",
1334  [{'path': "HLT/SusyExo/McSelection/RA7_3m/L1_RA7_3m_Overflow", 'description': "Efficiency for other L1 bits. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1335 
1336 # HLT
1337 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/01 HLT/00 Hlt_Ele",
1338  [{'path': "HLT/SusyExo/McSelection/RA7_3m/Hlt_RA7_3m_Ele", 'description': "Efficiency for HLT electron paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1339 
1340 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/01 HLT/01 Hlt_Photon",
1341  [{'path': "HLT/SusyExo/McSelection/RA7_3m/Hlt_RA7_3m_Photon", 'description': "Efficiency for HLT photon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1342 
1343 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/01 HLT/02 Hlt_Mu",
1344  [{'path': "HLT/SusyExo/McSelection/RA7_3m/Hlt_RA7_3m_Mu", 'description': "Efficiency for HLT muon paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1345 
1346 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/01 HLT/03 Hlt_Jet",
1347  [{'path': "HLT/SusyExo/McSelection/RA7_3m/Hlt_RA7_3m_Jet", 'description': "Efficiency for HLT jet paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1348 
1349 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/01 HLT/04 Hlt_MET_HT",
1350  [{'path': "HLT/SusyExo/McSelection/RA7_3m/Hlt_RA7_3m_MET_HT", 'description': "Efficiency for HLT MET and HT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1351 
1352 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/01 HLT/05 Hlt_Tau_BTag",
1353  [{'path': "HLT/SusyExo/McSelection/RA7_3m/Hlt_RA7_3m_Tau_BTag", 'description': "Efficiency for HLT tau and b-tag paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1354 
1355 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/01 HLT/06 Hlt_XTrigger",
1356  [{'path': "HLT/SusyExo/McSelection/RA7_3m/Hlt_RA7_3m_XTrigger", 'description': "Efficiency for HLT cross trigger paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1357 
1358 trigvalsusybsm(dqmitems,"01 McSelection/11 RA7_3m/01 HLT/07 Hlt_Others",
1359  [{'path': "HLT/SusyExo/McSelection/RA7_3m/Hlt_RA7_3m_Overflow", 'description': "Efficiency for other HLT paths. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1360 
1361 
1362 ############# Reco Distributions
1363 def trigvalsusybsm(i, p, *rows): i["HLT/SusyExo/00 SusyExoValidationReport/01 Reco Distributions/" + p] = DQMItem(layout=rows)
1364 
1365 ########General
1366 
1367 ### Reco Electrons
1368 trigvalsusybsm(dqmitems,
1369  "00 General/00 Elec Mult",
1370  [{'path': "HLT/SusyExo/RecoElectrons/General/ElecMult",
1371  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1372 
1373 trigvalsusybsm(dqmitems,
1374  "00 General/01 Elec Pt",
1375  [{'path': "HLT/SusyExo/RecoElectrons/General/Elec1Pt",
1376  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1377  {'path': "HLT/SusyExo/RecoElectrons/General/Elec2Pt",
1378  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1379 
1380 trigvalsusybsm(dqmitems,
1381  "00 General/02 Elec Eta",
1382  [{'path': "HLT/SusyExo/RecoElectrons/General/Elec1Eta",
1383  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1384  {'path': "HLT/SusyExo/RecoElectrons/General/Elec2Eta",
1385  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1386 
1387 trigvalsusybsm(dqmitems,
1388  "00 General/03 Elec Phi",
1389  [{'path': "HLT/SusyExo/RecoElectrons/General/Elec1Phi",
1390  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1391  {'path': "HLT/SusyExo/RecoElectrons/General/Elec2Phi",
1392  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1393 
1394 ### Reco Muons
1395 trigvalsusybsm(dqmitems,
1396  "00 General/04 Muon Mult",
1397  [{'path': "HLT/SusyExo/RecoMuons/General/MuonMult",
1398  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1399 
1400 trigvalsusybsm(dqmitems,
1401  "00 General/05 Muon Pt",
1402  [{'path': "HLT/SusyExo/RecoMuons/General/Muon1Pt",
1403  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1404  {'path': "HLT/SusyExo/RecoMuons/General/Muon2Pt",
1405  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1406 
1407 trigvalsusybsm(dqmitems,
1408  "00 General/06 Muon Eta",
1409  [{'path': "HLT/SusyExo/RecoMuons/General/Muon1Eta",
1410  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1411  {'path': "HLT/SusyExo/RecoMuons/General/Muon2Eta",
1412  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1413 
1414 trigvalsusybsm(dqmitems,
1415  "00 General/07 Muon Phi",
1416  [{'path': "HLT/SusyExo/RecoMuons/General/Muon1Phi",
1417  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1418  {'path': "HLT/SusyExo/RecoMuons/General/Muon2Phi",
1419  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1420 
1421 ### Reco Jets
1422 trigvalsusybsm(dqmitems,
1423  "00 General/08 Jet Mult",
1424  [{'path': "HLT/SusyExo/RecoJets/General/JetMult",
1425  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1426 
1427 trigvalsusybsm(dqmitems,
1428  "00 General/09 Jet Pt",
1429  [{'path': "HLT/SusyExo/RecoJets/General/Jet1Pt",
1430  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1431  {'path': "HLT/SusyExo/RecoJets/General/Jet2Pt",
1432  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1433 
1434 trigvalsusybsm(dqmitems,
1435  "00 General/10 Jet Eta",
1436  [{'path': "HLT/SusyExo/RecoJets/General/Jet1Eta",
1437  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1438  {'path': "HLT/SusyExo/RecoJets/General/Jet2Eta",
1439  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1440 
1441 trigvalsusybsm(dqmitems,
1442  "00 General/11 Jet Phi",
1443  [{'path': "HLT/SusyExo/RecoJets/General/Jet1Phi",
1444  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1445  {'path': "HLT/SusyExo/RecoJets/General/Jet2Phi",
1446  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1447 
1448 ### Reco Photons
1449 trigvalsusybsm(dqmitems,
1450  "00 General/12 Photon Mult",
1451  [{'path': "HLT/SusyExo/RecoPhotons/General/PhotonMult",
1452  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1453 
1454 trigvalsusybsm(dqmitems,
1455  "00 General/13 Photon Pt",
1456  [{'path': "HLT/SusyExo/RecoPhotons/General/Photon1Pt",
1457  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1458  {'path': "HLT/SusyExo/RecoPhotons/General/Photon2Pt",
1459  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1460 
1461 trigvalsusybsm(dqmitems,
1462  "00 General/14 Photon Eta",
1463  [{'path': "HLT/SusyExo/RecoPhotons/General/Photon1Eta",
1464  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1465  {'path': "HLT/SusyExo/RecoPhotons/General/Photon2Eta",
1466  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1467 
1468 trigvalsusybsm(dqmitems,
1469  "00 General/15 Photon Phi",
1470  [{'path': "HLT/SusyExo/RecoPhotons/General/Photon1Phi",
1471  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1472  {'path': "HLT/SusyExo/RecoPhotons/General/Photon2Phi",
1473  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1474 
1475 ### Reco MET
1476 trigvalsusybsm(dqmitems,
1477  "00 General/16 MET",
1478  [{'path': "HLT/SusyExo/RecoMET/General/MET",
1479  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1480 
1481 trigvalsusybsm(dqmitems,
1482  "00 General/17 MET x-y-phi",
1483  [{'path': "HLT/SusyExo/RecoMET/General/METphi",
1484  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
1485  [{'path': "HLT/SusyExo/RecoMET/General/METx",
1486  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1487  {'path': "HLT/SusyExo/RecoMET/General/METy",
1488  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1489 
1490 trigvalsusybsm(dqmitems,
1491  "00 General/18 METSignificance",
1492  [{'path': "HLT/SusyExo/RecoMET/General/METSignificance",
1493  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1494 
1495 trigvalsusybsm(dqmitems,
1496  "00 General/19 SumEt",
1497  [{'path': "HLT/SusyExo/RecoMET/General/SumEt",
1498  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1499 
1500 ######## HLT_Jet110
1501 
1502 ### Reco Electrons
1503 trigvalsusybsm(dqmitems,
1504  "01 HLT_Jet110/00 Elec Mult",
1505  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_Jet110",
1506  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1507 
1508 trigvalsusybsm(dqmitems,
1509  "01 HLT_Jet110/01 Elec Pt",
1510  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_Jet110",
1511  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1512  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_Jet110",
1513  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1514 
1515 trigvalsusybsm(dqmitems,
1516  "01 HLT_Jet110/02 Elec Eta",
1517  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_Jet110",
1518  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1519  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_Jet110",
1520  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1521 
1522 trigvalsusybsm(dqmitems,
1523  "01 HLT_Jet110/03 Elec Phi",
1524  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_Jet110",
1525  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1526  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_Jet110",
1527  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1528 
1529 ### Reco Muons
1530 trigvalsusybsm(dqmitems,
1531  "01 HLT_Jet110/04 Muon Mult",
1532  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_Jet110",
1533  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1534 
1535 trigvalsusybsm(dqmitems,
1536  "01 HLT_Jet110/05 Muon Pt",
1537  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_Jet110",
1538  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1539  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_Jet110",
1540  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1541 
1542 trigvalsusybsm(dqmitems,
1543  "01 HLT_Jet110/06 Muon Eta",
1544  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_Jet110",
1545  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1546  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_Jet110",
1547  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1548 
1549 trigvalsusybsm(dqmitems,
1550  "01 HLT_Jet110/07 Muon Phi",
1551  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_Jet110",
1552  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1553  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_Jet110",
1554  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1555 
1556 ### Reco Jets
1557 trigvalsusybsm(dqmitems,
1558  "01 HLT_Jet110/08 Jet Mult",
1559  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_Jet110",
1560  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1561 
1562 trigvalsusybsm(dqmitems,
1563  "01 HLT_Jet110/09 Jet Pt",
1564  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_Jet110",
1565  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1566  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_Jet110",
1567  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1568 
1569 trigvalsusybsm(dqmitems,
1570  "01 HLT_Jet110/10 Jet Eta",
1571  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_Jet110",
1572  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1573  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_Jet110",
1574  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1575 
1576 trigvalsusybsm(dqmitems,
1577  "01 HLT_Jet110/11 Jet Phi",
1578  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_Jet110",
1579  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1580  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_Jet110",
1581  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1582 
1583 ### Reco Photons
1584 trigvalsusybsm(dqmitems,
1585  "01 HLT_Jet110/12 Photon Mult",
1586  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_Jet110",
1587  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1588 
1589 trigvalsusybsm(dqmitems,
1590  "01 HLT_Jet110/13 Photon Pt",
1591  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_Jet110",
1592  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1593  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_Jet110",
1594  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1595 
1596 trigvalsusybsm(dqmitems,
1597  "01 HLT_Jet110/14 Photon Eta",
1598  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_Jet110",
1599  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1600  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_Jet110",
1601  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1602 
1603 trigvalsusybsm(dqmitems,
1604  "01 HLT_Jet110/15 Photon Phi",
1605  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_Jet110",
1606  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1607  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_Jet110",
1608  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1609 
1610 ### Reco MET
1611 trigvalsusybsm(dqmitems,
1612  "01 HLT_Jet110/16 MET",
1613  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_Jet110",
1614  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1615 
1616 trigvalsusybsm(dqmitems,
1617  "01 HLT_Jet110/17 MET x-y-phi",
1618  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_Jet110",
1619  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
1620  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_Jet110",
1621  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1622  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_Jet110",
1623  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1624 
1625 trigvalsusybsm(dqmitems,
1626  "01 HLT_Jet110/18 METSignificance",
1627  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_Jet110",
1628  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1629 
1630 trigvalsusybsm(dqmitems,
1631  "01 HLT_Jet110/19 SumEt",
1632  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_Jet110",
1633  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1634 
1635 
1636 ######## HLT_Jet140
1637 
1638 ### Reco Electrons
1639 trigvalsusybsm(dqmitems,
1640  "02 HLT_Jet140/00 Elec Mult",
1641  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_Jet140",
1642  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1643 
1644 trigvalsusybsm(dqmitems,
1645  "02 HLT_Jet140/01 Elec Pt",
1646  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_Jet140",
1647  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1648  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_Jet140",
1649  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1650 
1651 trigvalsusybsm(dqmitems,
1652  "02 HLT_Jet140/02 Elec Eta",
1653  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_Jet140",
1654  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1655  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_Jet140",
1656  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1657 
1658 trigvalsusybsm(dqmitems,
1659  "02 HLT_Jet140/03 Elec Phi",
1660  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_Jet140",
1661  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1662  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_Jet140",
1663  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1664 
1665 ### Reco Muons
1666 trigvalsusybsm(dqmitems,
1667  "02 HLT_Jet140/04 Muon Mult",
1668  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_Jet140",
1669  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1670 
1671 trigvalsusybsm(dqmitems,
1672  "02 HLT_Jet140/05 Muon Pt",
1673  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_Jet140",
1674  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1675  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_Jet140",
1676  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1677 
1678 trigvalsusybsm(dqmitems,
1679  "02 HLT_Jet140/06 Muon Eta",
1680  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_Jet140",
1681  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1682  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_Jet140",
1683  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1684 
1685 trigvalsusybsm(dqmitems,
1686  "02 HLT_Jet140/07 Muon Phi",
1687  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_Jet140",
1688  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1689  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_Jet140",
1690  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1691 
1692 ### Reco Jets
1693 trigvalsusybsm(dqmitems,
1694  "02 HLT_Jet140/08 Jet Mult",
1695  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_Jet140",
1696  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1697 
1698 trigvalsusybsm(dqmitems,
1699  "02 HLT_Jet140/09 Jet Pt",
1700  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_Jet140",
1701  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1702  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_Jet140",
1703  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1704 
1705 trigvalsusybsm(dqmitems,
1706  "02 HLT_Jet140/10 Jet Eta",
1707  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_Jet140",
1708  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1709  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_Jet140",
1710  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1711 
1712 trigvalsusybsm(dqmitems,
1713  "02 HLT_Jet140/11 Jet Phi",
1714  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_Jet140",
1715  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1716  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_Jet140",
1717  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1718 
1719 ### Reco Photons
1720 trigvalsusybsm(dqmitems,
1721  "02 HLT_Jet140/12 Photon Mult",
1722  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_Jet140",
1723  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1724 
1725 trigvalsusybsm(dqmitems,
1726  "02 HLT_Jet140/13 Photon Pt",
1727  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_Jet140",
1728  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1729  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_Jet140",
1730  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1731 
1732 trigvalsusybsm(dqmitems,
1733  "02 HLT_Jet140/14 Photon Eta",
1734  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_Jet140",
1735  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1736  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_Jet140",
1737  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1738 
1739 trigvalsusybsm(dqmitems,
1740  "02 HLT_Jet140/15 Photon Phi",
1741  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_Jet140",
1742  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1743  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_Jet140",
1744  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1745 
1746 ### Reco MET
1747 trigvalsusybsm(dqmitems,
1748  "02 HLT_Jet140/16 MET",
1749  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_Jet140",
1750  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1751 
1752 trigvalsusybsm(dqmitems,
1753  "02 HLT_Jet140/17 MET x-y-phi",
1754  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_Jet140",
1755  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
1756  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_Jet140",
1757  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1758  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_Jet140",
1759  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1760 
1761 trigvalsusybsm(dqmitems,
1762  "02 HLT_Jet140/18 METSignificance",
1763  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_Jet140",
1764  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1765 
1766 trigvalsusybsm(dqmitems,
1767  "02 HLT_Jet140/19 SumEt",
1768  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_Jet140",
1769  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1770 
1771 ######## HLT_MET60
1772 
1773 ### Reco Electrons
1774 trigvalsusybsm(dqmitems,
1775  "03 HLT_MET60/00 Elec Mult",
1776  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_MET60",
1777  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1778 
1779 trigvalsusybsm(dqmitems,
1780  "03 HLT_MET60/01 Elec Pt",
1781  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_MET60",
1782  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1783  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_MET60",
1784  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1785 
1786 trigvalsusybsm(dqmitems,
1787  "03 HLT_MET60/02 Elec Eta",
1788  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_MET60",
1789  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1790  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_MET60",
1791  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1792 
1793 trigvalsusybsm(dqmitems,
1794  "03 HLT_MET60/03 Elec Phi",
1795  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_MET60",
1796  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1797  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_MET60",
1798  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1799 
1800 ### Reco Muons
1801 trigvalsusybsm(dqmitems,
1802  "03 HLT_MET60/04 Muon Mult",
1803  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_MET60",
1804  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1805 
1806 trigvalsusybsm(dqmitems,
1807  "03 HLT_MET60/05 Muon Pt",
1808  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_MET60",
1809  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1810  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_MET60",
1811  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1812 
1813 trigvalsusybsm(dqmitems,
1814  "03 HLT_MET60/06 Muon Eta",
1815  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_MET60",
1816  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1817  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_MET60",
1818  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1819 
1820 trigvalsusybsm(dqmitems,
1821  "03 HLT_MET60/07 Muon Phi",
1822  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_MET60",
1823  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1824  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_MET60",
1825  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1826 
1827 ### Reco Jets
1828 trigvalsusybsm(dqmitems,
1829  "03 HLT_MET60/08 Jet Mult",
1830  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_MET60",
1831  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1832 
1833 trigvalsusybsm(dqmitems,
1834  "03 HLT_MET60/09 Jet Pt",
1835  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_MET60",
1836  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1837  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_MET60",
1838  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1839 
1840 trigvalsusybsm(dqmitems,
1841  "03 HLT_MET60/10 Jet Eta",
1842  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_MET60",
1843  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1844  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_MET60",
1845  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1846 
1847 trigvalsusybsm(dqmitems,
1848  "03 HLT_MET60/11 Jet Phi",
1849  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_MET60",
1850  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1851  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_MET60",
1852  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1853 
1854 ### Reco Photons
1855 trigvalsusybsm(dqmitems,
1856  "03 HLT_MET60/12 Photon Mult",
1857  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_MET60",
1858  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1859 
1860 trigvalsusybsm(dqmitems,
1861  "03 HLT_MET60/13 Photon Pt",
1862  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_MET60",
1863  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1864  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_MET60",
1865  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1866 
1867 trigvalsusybsm(dqmitems,
1868  "03 HLT_MET60/14 Photon Eta",
1869  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_MET60",
1870  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1871  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_MET60",
1872  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1873 
1874 trigvalsusybsm(dqmitems,
1875  "03 HLT_MET60/15 Photon Phi",
1876  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_MET60",
1877  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1878  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_MET60",
1879  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1880 
1881 ### Reco MET
1882 trigvalsusybsm(dqmitems,
1883  "03 HLT_MET60/16 MET",
1884  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_MET60",
1885  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1886 
1887 trigvalsusybsm(dqmitems,
1888  "03 HLT_MET60/17 MET x-y-phi",
1889  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_MET60",
1890  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
1891  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_MET60",
1892  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1893  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_MET60",
1894  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1895 
1896 trigvalsusybsm(dqmitems,
1897  "03 HLT_MET60/18 METSignificance",
1898  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_MET60",
1899  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1900 
1901 trigvalsusybsm(dqmitems,
1902  "03 HLT_MET60/19 SumEt",
1903  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_MET60",
1904  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1905 
1906 
1907 ######## HLT_MET100
1908 
1909 ### Reco Electrons
1910 trigvalsusybsm(dqmitems,
1911  "04 HLT_MET100/00 Elec Mult",
1912  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_MET100",
1913  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1914 
1915 trigvalsusybsm(dqmitems,
1916  "04 HLT_MET100/01 Elec Pt",
1917  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_MET100",
1918  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1919  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_MET100",
1920  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1921 
1922 trigvalsusybsm(dqmitems,
1923  "04 HLT_MET100/02 Elec Eta",
1924  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_MET100",
1925  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1926  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_MET100",
1927  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1928 
1929 trigvalsusybsm(dqmitems,
1930  "04 HLT_MET100/03 Elec Phi",
1931  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_MET100",
1932  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1933  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_MET100",
1934  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1935 
1936 ### Reco Muons
1937 trigvalsusybsm(dqmitems,
1938  "04 HLT_MET100/04 Muon Mult",
1939  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_MET100",
1940  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1941 
1942 trigvalsusybsm(dqmitems,
1943  "04 HLT_MET100/05 Muon Pt",
1944  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_MET100",
1945  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1946  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_MET100",
1947  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1948 
1949 trigvalsusybsm(dqmitems,
1950  "04 HLT_MET100/06 Muon Eta",
1951  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_MET100",
1952  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1953  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_MET100",
1954  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1955 
1956 trigvalsusybsm(dqmitems,
1957  "04 HLT_MET100/07 Muon Phi",
1958  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_MET100",
1959  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1960  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_MET100",
1961  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1962 
1963 ### Reco Jets
1964 trigvalsusybsm(dqmitems,
1965  "04 HLT_MET100/08 Jet Mult",
1966  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_MET100",
1967  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1968 
1969 trigvalsusybsm(dqmitems,
1970  "04 HLT_MET100/09 Jet Pt",
1971  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_MET100",
1972  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1973  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_MET100",
1974  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1975 
1976 trigvalsusybsm(dqmitems,
1977  "04 HLT_MET100/10 Jet Eta",
1978  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_MET100",
1979  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1980  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_MET100",
1981  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1982 
1983 trigvalsusybsm(dqmitems,
1984  "04 HLT_MET100/11 Jet Phi",
1985  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_MET100",
1986  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
1987  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_MET100",
1988  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1989 
1990 ### Reco Photons
1991 trigvalsusybsm(dqmitems,
1992  "04 HLT_MET100/12 Photon Mult",
1993  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_MET100",
1994  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
1995 
1996 trigvalsusybsm(dqmitems,
1997  "04 HLT_MET100/13 Photon Pt",
1998  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_MET100",
1999  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2000  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_MET100",
2001  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2002 
2003 trigvalsusybsm(dqmitems,
2004  "04 HLT_MET100/14 Photon Eta",
2005  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_MET100",
2006  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2007  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_MET100",
2008  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2009 
2010 trigvalsusybsm(dqmitems,
2011  "04 HLT_MET100/15 Photon Phi",
2012  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_MET100",
2013  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2014  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_MET100",
2015  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2016 
2017 ### Reco MET
2018 trigvalsusybsm(dqmitems,
2019  "04 HLT_MET100/16 MET",
2020  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_MET100",
2021  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2022 
2023 trigvalsusybsm(dqmitems,
2024  "04 HLT_MET100/17 MET x-y-phi",
2025  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_MET100",
2026  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
2027  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_MET100",
2028  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2029  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_MET100",
2030  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2031 
2032 trigvalsusybsm(dqmitems,
2033  "04 HLT_MET100/18 METSignificance",
2034  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_MET100",
2035  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2036 
2037 trigvalsusybsm(dqmitems,
2038  "04 HLT_MET100/19 SumEt",
2039  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_MET100",
2040  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2041 
2042 ######## HLT_HT200
2043 
2044 ### Reco Electrons
2045 trigvalsusybsm(dqmitems,
2046  "05 HLT_HT200/00 Elec Mult",
2047  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_HT200",
2048  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2049 
2050 trigvalsusybsm(dqmitems,
2051  "05 HLT_HT200/01 Elec Pt",
2052  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_HT200",
2053  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2054  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_HT200",
2055  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2056 
2057 trigvalsusybsm(dqmitems,
2058  "05 HLT_HT200/02 Elec Eta",
2059  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_HT200",
2060  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2061  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_HT200",
2062  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2063 
2064 trigvalsusybsm(dqmitems,
2065  "05 HLT_HT200/03 Elec Phi",
2066  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_HT200",
2067  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2068  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_HT200",
2069  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2070 
2071 ### Reco Muons
2072 trigvalsusybsm(dqmitems,
2073  "05 HLT_HT200/04 Muon Mult",
2074  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_HT200",
2075  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2076 
2077 trigvalsusybsm(dqmitems,
2078  "05 HLT_HT200/05 Muon Pt",
2079  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_HT200",
2080  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2081  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_HT200",
2082  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2083 
2084 trigvalsusybsm(dqmitems,
2085  "05 HLT_HT200/06 Muon Eta",
2086  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_HT200",
2087  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2088  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_HT200",
2089  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2090 
2091 trigvalsusybsm(dqmitems,
2092  "05 HLT_HT200/07 Muon Phi",
2093  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_HT200",
2094  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2095  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_HT200",
2096  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2097 
2098 ### Reco Jets
2099 trigvalsusybsm(dqmitems,
2100  "05 HLT_HT200/08 Jet Mult",
2101  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_HT200",
2102  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2103 
2104 trigvalsusybsm(dqmitems,
2105  "05 HLT_HT200/09 Jet Pt",
2106  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_HT200",
2107  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2108  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_HT200",
2109  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2110 
2111 trigvalsusybsm(dqmitems,
2112  "05 HLT_HT200/10 Jet Eta",
2113  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_HT200",
2114  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2115  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_HT200",
2116  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2117 
2118 trigvalsusybsm(dqmitems,
2119  "05 HLT_HT200/11 Jet Phi",
2120  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_HT200",
2121  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2122  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_HT200",
2123  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2124 
2125 ### Reco Photons
2126 trigvalsusybsm(dqmitems,
2127  "05 HLT_HT200/12 Photon Mult",
2128  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_HT200",
2129  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2130 
2131 trigvalsusybsm(dqmitems,
2132  "05 HLT_HT200/13 Photon Pt",
2133  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_HT200",
2134  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2135  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_HT200",
2136  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2137 
2138 trigvalsusybsm(dqmitems,
2139  "05 HLT_HT200/14 Photon Eta",
2140  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_HT200",
2141  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2142  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_HT200",
2143  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2144 
2145 trigvalsusybsm(dqmitems,
2146  "05 HLT_HT200/15 Photon Phi",
2147  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_HT200",
2148  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2149  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_HT200",
2150  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2151 
2152 ### Reco MET
2153 trigvalsusybsm(dqmitems,
2154  "05 HLT_HT200/16 MET",
2155  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_HT200",
2156  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2157 
2158 trigvalsusybsm(dqmitems,
2159  "05 HLT_HT200/17 MET x-y-phi",
2160  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_HT200",
2161  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
2162  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_HT200",
2163  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2164  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_HT200",
2165  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2166 
2167 trigvalsusybsm(dqmitems,
2168  "05 HLT_HT200/18 METSignificance",
2169  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_HT200",
2170  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2171 
2172 trigvalsusybsm(dqmitems,
2173  "05 HLT_HT200/19 SumEt",
2174  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_HT200",
2175  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2176 
2177 
2178 ######## HLT_HT240
2179 
2180 ### Reco Electrons
2181 trigvalsusybsm(dqmitems,
2182  "06 HLT_HT240/00 Elec Mult",
2183  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_HT240",
2184  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2185 
2186 trigvalsusybsm(dqmitems,
2187  "06 HLT_HT240/01 Elec Pt",
2188  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_HT240",
2189  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2190  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_HT240",
2191  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2192 
2193 trigvalsusybsm(dqmitems,
2194  "06 HLT_HT240/02 Elec Eta",
2195  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_HT240",
2196  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2197  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_HT240",
2198  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2199 
2200 trigvalsusybsm(dqmitems,
2201  "06 HLT_HT240/03 Elec Phi",
2202  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_HT240",
2203  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2204  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_HT240",
2205  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2206 
2207 ### Reco Muons
2208 trigvalsusybsm(dqmitems,
2209  "06 HLT_HT240/04 Muon Mult",
2210  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_HT240",
2211  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2212 
2213 trigvalsusybsm(dqmitems,
2214  "06 HLT_HT240/05 Muon Pt",
2215  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_HT240",
2216  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2217  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_HT240",
2218  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2219 
2220 trigvalsusybsm(dqmitems,
2221  "06 HLT_HT240/06 Muon Eta",
2222  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_HT240",
2223  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2224  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_HT240",
2225  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2226 
2227 trigvalsusybsm(dqmitems,
2228  "06 HLT_HT240/07 Muon Phi",
2229  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_HT240",
2230  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2231  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_HT240",
2232  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2233 
2234 ### Reco Jets
2235 trigvalsusybsm(dqmitems,
2236  "06 HLT_HT240/08 Jet Mult",
2237  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_HT240",
2238  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2239 
2240 trigvalsusybsm(dqmitems,
2241  "06 HLT_HT240/09 Jet Pt",
2242  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_HT240",
2243  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2244  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_HT240",
2245  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2246 
2247 trigvalsusybsm(dqmitems,
2248  "06 HLT_HT240/10 Jet Eta",
2249  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_HT240",
2250  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2251  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_HT240",
2252  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2253 
2254 trigvalsusybsm(dqmitems,
2255  "06 HLT_HT240/11 Jet Phi",
2256  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_HT240",
2257  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2258  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_HT240",
2259  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2260 
2261 ### Reco Photons
2262 trigvalsusybsm(dqmitems,
2263  "06 HLT_HT240/12 Photon Mult",
2264  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_HT240",
2265  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2266 
2267 trigvalsusybsm(dqmitems,
2268  "06 HLT_HT240/13 Photon Pt",
2269  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_HT240",
2270  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2271  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_HT240",
2272  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2273 
2274 trigvalsusybsm(dqmitems,
2275  "06 HLT_HT240/14 Photon Eta",
2276  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_HT240",
2277  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2278  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_HT240",
2279  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2280 
2281 trigvalsusybsm(dqmitems,
2282  "06 HLT_HT240/15 Photon Phi",
2283  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_HT240",
2284  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2285  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_HT240",
2286  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2287 
2288 ### Reco MET
2289 trigvalsusybsm(dqmitems,
2290  "06 HLT_HT240/16 MET",
2291  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_HT240",
2292  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2293 
2294 trigvalsusybsm(dqmitems,
2295  "06 HLT_HT240/17 MET x-y-phi",
2296  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_HT240",
2297  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
2298  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_HT240",
2299  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2300  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_HT240",
2301  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2302 
2303 trigvalsusybsm(dqmitems,
2304  "06 HLT_HT240/18 METSignificance",
2305  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_HT240",
2306  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2307 
2308 trigvalsusybsm(dqmitems,
2309  "06 HLT_HT240/19 SumEt",
2310  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_HT240",
2311  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2312 
2313 
2314 ######## HLT_HT300_MHT100
2315 
2316 ### Reco Electrons
2317 trigvalsusybsm(dqmitems,
2318  "07 HLT_HT300_MHT100/00 Elec Mult",
2319  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_HT300_MHT100",
2320  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2321 
2322 trigvalsusybsm(dqmitems,
2323  "07 HLT_HT300_MHT100/01 Elec Pt",
2324  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_HT300_MHT100",
2325  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2326  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_HT300_MHT100",
2327  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2328 
2329 trigvalsusybsm(dqmitems,
2330  "07 HLT_HT300_MHT100/02 Elec Eta",
2331  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_HT300_MHT100",
2332  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2333  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_HT300_MHT100",
2334  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2335 
2336 trigvalsusybsm(dqmitems,
2337  "07 HLT_HT300_MHT100/03 Elec Phi",
2338  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_HT300_MHT100",
2339  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2340  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_HT300_MHT100",
2341  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2342 
2343 ### Reco Muons
2344 trigvalsusybsm(dqmitems,
2345  "07 HLT_HT300_MHT100/04 Muon Mult",
2346  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_HT300_MHT100",
2347  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2348 
2349 trigvalsusybsm(dqmitems,
2350  "07 HLT_HT300_MHT100/05 Muon Pt",
2351  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_HT300_MHT100",
2352  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2353  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_HT300_MHT100",
2354  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2355 
2356 trigvalsusybsm(dqmitems,
2357  "07 HLT_HT300_MHT100/06 Muon Eta",
2358  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_HT300_MHT100",
2359  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2360  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_HT300_MHT100",
2361  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2362 
2363 trigvalsusybsm(dqmitems,
2364  "07 HLT_HT300_MHT100/07 Muon Phi",
2365  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_HT300_MHT100",
2366  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2367  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_HT300_MHT100",
2368  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2369 
2370 ### Reco Jets
2371 trigvalsusybsm(dqmitems,
2372  "07 HLT_HT300_MHT100/08 Jet Mult",
2373  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_HT300_MHT100",
2374  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2375 
2376 trigvalsusybsm(dqmitems,
2377  "07 HLT_HT300_MHT100/09 Jet Pt",
2378  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_HT300_MHT100",
2379  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2380  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_HT300_MHT100",
2381  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2382 
2383 trigvalsusybsm(dqmitems,
2384  "07 HLT_HT300_MHT100/10 Jet Eta",
2385  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_HT300_MHT100",
2386  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2387  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_HT300_MHT100",
2388  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2389 
2390 trigvalsusybsm(dqmitems,
2391  "07 HLT_HT300_MHT100/11 Jet Phi",
2392  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_HT300_MHT100",
2393  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2394  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_HT300_MHT100",
2395  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2396 
2397 ### Reco Photons
2398 trigvalsusybsm(dqmitems,
2399  "07 HLT_HT300_MHT100/12 Photon Mult",
2400  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_HT300_MHT100",
2401  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2402 
2403 trigvalsusybsm(dqmitems,
2404  "07 HLT_HT300_MHT100/13 Photon Pt",
2405  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_HT300_MHT100",
2406  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2407  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_HT300_MHT100",
2408  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2409 
2410 trigvalsusybsm(dqmitems,
2411  "07 HLT_HT300_MHT100/14 Photon Eta",
2412  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_HT300_MHT100",
2413  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2414  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_HT300_MHT100",
2415  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2416 
2417 trigvalsusybsm(dqmitems,
2418  "07 HLT_HT300_MHT100/15 Photon Phi",
2419  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_HT300_MHT100",
2420  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2421  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_HT300_MHT100",
2422  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2423 
2424 ### Reco MET
2425 trigvalsusybsm(dqmitems,
2426  "07 HLT_HT300_MHT100/16 MET",
2427  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_HT300_MHT100",
2428  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2429 
2430 trigvalsusybsm(dqmitems,
2431  "07 HLT_HT300_MHT100/17 MET x-y-phi",
2432  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_HT300_MHT100",
2433  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
2434  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_HT300_MHT100",
2435  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2436  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_HT300_MHT100",
2437  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2438 
2439 trigvalsusybsm(dqmitems,
2440  "07 HLT_HT300_MHT100/18 METSignificance",
2441  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_HT300_MHT100",
2442  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2443 
2444 trigvalsusybsm(dqmitems,
2445  "07 HLT_HT300_MHT100/19 SumEt",
2446  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_HT300_MHT100",
2447  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2448 
2449 
2450 ######## HLT_Mu9
2451 
2452 ### Reco Electrons
2453 trigvalsusybsm(dqmitems,
2454  "08 HLT_Mu9/00 Elec Mult",
2455  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_Mu9",
2456  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2457 
2458 trigvalsusybsm(dqmitems,
2459  "08 HLT_Mu9/01 Elec Pt",
2460  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_Mu9",
2461  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2462  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_Mu9",
2463  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2464 
2465 trigvalsusybsm(dqmitems,
2466  "08 HLT_Mu9/02 Elec Eta",
2467  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_Mu9",
2468  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2469  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_Mu9",
2470  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2471 
2472 trigvalsusybsm(dqmitems,
2473  "08 HLT_Mu9/03 Elec Phi",
2474  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_Mu9",
2475  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2476  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_Mu9",
2477  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2478 
2479 ### Reco Muons
2480 trigvalsusybsm(dqmitems,
2481  "08 HLT_Mu9/04 Muon Mult",
2482  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_Mu9",
2483  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2484 
2485 trigvalsusybsm(dqmitems,
2486  "08 HLT_Mu9/05 Muon Pt",
2487  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_Mu9",
2488  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2489  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_Mu9",
2490  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2491 
2492 trigvalsusybsm(dqmitems,
2493  "08 HLT_Mu9/06 Muon Eta",
2494  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_Mu9",
2495  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2496  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_Mu9",
2497  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2498 
2499 trigvalsusybsm(dqmitems,
2500  "08 HLT_Mu9/07 Muon Phi",
2501  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_Mu9",
2502  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2503  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_Mu9",
2504  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2505 
2506 ### Reco Jets
2507 trigvalsusybsm(dqmitems,
2508  "08 HLT_Mu9/08 Jet Mult",
2509  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_Mu9",
2510  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2511 
2512 trigvalsusybsm(dqmitems,
2513  "08 HLT_Mu9/09 Jet Pt",
2514  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_Mu9",
2515  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2516  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_Mu9",
2517  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2518 
2519 trigvalsusybsm(dqmitems,
2520  "08 HLT_Mu9/10 Jet Eta",
2521  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_Mu9",
2522  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2523  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_Mu9",
2524  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2525 
2526 trigvalsusybsm(dqmitems,
2527  "08 HLT_Mu9/11 Jet Phi",
2528  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_Mu9",
2529  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2530  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_Mu9",
2531  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2532 
2533 ### Reco Photons
2534 trigvalsusybsm(dqmitems,
2535  "08 HLT_Mu9/12 Photon Mult",
2536  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_Mu9",
2537  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2538 
2539 trigvalsusybsm(dqmitems,
2540  "08 HLT_Mu9/13 Photon Pt",
2541  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_Mu9",
2542  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2543  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_Mu9",
2544  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2545 
2546 trigvalsusybsm(dqmitems,
2547  "08 HLT_Mu9/14 Photon Eta",
2548  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_Mu9",
2549  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2550  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_Mu9",
2551  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2552 
2553 trigvalsusybsm(dqmitems,
2554  "08 HLT_Mu9/15 Photon Phi",
2555  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_Mu9",
2556  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2557  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_Mu9",
2558  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2559 
2560 ### Reco MET
2561 trigvalsusybsm(dqmitems,
2562  "08 HLT_Mu9/16 MET",
2563  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_Mu9",
2564  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2565 
2566 trigvalsusybsm(dqmitems,
2567  "08 HLT_Mu9/17 MET x-y-phi",
2568  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_Mu9",
2569  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
2570  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_Mu9",
2571  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2572  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_Mu9",
2573  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2574 
2575 trigvalsusybsm(dqmitems,
2576  "08 HLT_Mu9/18 METSignificance",
2577  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_Mu9",
2578  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2579 
2580 trigvalsusybsm(dqmitems,
2581  "08 HLT_Mu9/19 SumEt",
2582  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_Mu9",
2583  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2584 
2585 
2586 ######## HLT_Mu11
2587 
2588 ### Reco Electrons
2589 trigvalsusybsm(dqmitems,
2590  "09 HLT_Mu11/00 Elec Mult",
2591  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_Mu11",
2592  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2593 
2594 trigvalsusybsm(dqmitems,
2595  "09 HLT_Mu11/01 Elec Pt",
2596  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_Mu11",
2597  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2598  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_Mu11",
2599  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2600 
2601 trigvalsusybsm(dqmitems,
2602  "09 HLT_Mu11/02 Elec Eta",
2603  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_Mu11",
2604  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2605  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_Mu11",
2606  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2607 
2608 trigvalsusybsm(dqmitems,
2609  "09 HLT_Mu11/03 Elec Phi",
2610  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_Mu11",
2611  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2612  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_Mu11",
2613  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2614 
2615 ### Reco Muons
2616 trigvalsusybsm(dqmitems,
2617  "09 HLT_Mu11/04 Muon Mult",
2618  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_Mu11",
2619  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2620 
2621 trigvalsusybsm(dqmitems,
2622  "09 HLT_Mu11/05 Muon Pt",
2623  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_Mu11",
2624  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2625  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_Mu11",
2626  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2627 
2628 trigvalsusybsm(dqmitems,
2629  "09 HLT_Mu11/06 Muon Eta",
2630  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_Mu11",
2631  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2632  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_Mu11",
2633  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2634 
2635 trigvalsusybsm(dqmitems,
2636  "09 HLT_Mu11/07 Muon Phi",
2637  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_Mu11",
2638  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2639  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_Mu11",
2640  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2641 
2642 ### Reco Jets
2643 trigvalsusybsm(dqmitems,
2644  "09 HLT_Mu11/08 Jet Mult",
2645  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_Mu11",
2646  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2647 
2648 trigvalsusybsm(dqmitems,
2649  "09 HLT_Mu11/09 Jet Pt",
2650  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_Mu11",
2651  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2652  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_Mu11",
2653  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2654 
2655 trigvalsusybsm(dqmitems,
2656  "09 HLT_Mu11/10 Jet Eta",
2657  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_Mu11",
2658  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2659  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_Mu11",
2660  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2661 
2662 trigvalsusybsm(dqmitems,
2663  "09 HLT_Mu11/11 Jet Phi",
2664  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_Mu11",
2665  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2666  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_Mu11",
2667  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2668 
2669 ### Reco Photons
2670 trigvalsusybsm(dqmitems,
2671  "09 HLT_Mu11/12 Photon Mult",
2672  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_Mu11",
2673  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2674 
2675 trigvalsusybsm(dqmitems,
2676  "09 HLT_Mu11/13 Photon Pt",
2677  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_Mu11",
2678  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2679  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_Mu11",
2680  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2681 
2682 trigvalsusybsm(dqmitems,
2683  "09 HLT_Mu11/14 Photon Eta",
2684  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_Mu11",
2685  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2686  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_Mu11",
2687  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2688 
2689 trigvalsusybsm(dqmitems,
2690  "09 HLT_Mu11/15 Photon Phi",
2691  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_Mu11",
2692  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2693  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_Mu11",
2694  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2695 
2696 ### Reco MET
2697 trigvalsusybsm(dqmitems,
2698  "09 HLT_Mu11/16 MET",
2699  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_Mu11",
2700  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2701 
2702 trigvalsusybsm(dqmitems,
2703  "09 HLT_Mu11/17 MET x-y-phi",
2704  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_Mu11",
2705  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
2706  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_Mu11",
2707  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2708  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_Mu11",
2709  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2710 
2711 trigvalsusybsm(dqmitems,
2712  "09 HLT_Mu11/18 METSignificance",
2713  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_Mu11",
2714  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2715 
2716 trigvalsusybsm(dqmitems,
2717  "09 HLT_Mu11/19 SumEt",
2718  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_Mu11",
2719  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2720 
2721 
2722 ######## HLT_IsoMu9
2723 
2724 ### Reco Electrons
2725 trigvalsusybsm(dqmitems,
2726  "10 HLT_IsoMu9/00 Elec Mult",
2727  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_IsoMu9",
2728  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2729 
2730 trigvalsusybsm(dqmitems,
2731  "10 HLT_IsoMu9/01 Elec Pt",
2732  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_IsoMu9",
2733  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2734  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_IsoMu9",
2735  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2736 
2737 trigvalsusybsm(dqmitems,
2738  "10 HLT_IsoMu9/02 Elec Eta",
2739  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_IsoMu9",
2740  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2741  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_IsoMu9",
2742  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2743 
2744 trigvalsusybsm(dqmitems,
2745  "10 HLT_IsoMu9/03 Elec Phi",
2746  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_IsoMu9",
2747  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2748  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_IsoMu9",
2749  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2750 
2751 ### Reco Muons
2752 trigvalsusybsm(dqmitems,
2753  "10 HLT_IsoMu9/04 Muon Mult",
2754  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_IsoMu9",
2755  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2756 
2757 trigvalsusybsm(dqmitems,
2758  "10 HLT_IsoMu9/05 Muon Pt",
2759  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_IsoMu9",
2760  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2761  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_IsoMu9",
2762  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2763 
2764 trigvalsusybsm(dqmitems,
2765  "10 HLT_IsoMu9/06 Muon Eta",
2766  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_IsoMu9",
2767  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2768  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_IsoMu9",
2769  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2770 
2771 trigvalsusybsm(dqmitems,
2772  "10 HLT_IsoMu9/07 Muon Phi",
2773  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_IsoMu9",
2774  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2775  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_IsoMu9",
2776  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2777 
2778 ### Reco Jets
2779 trigvalsusybsm(dqmitems,
2780  "10 HLT_IsoMu9/08 Jet Mult",
2781  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_IsoMu9",
2782  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2783 
2784 trigvalsusybsm(dqmitems,
2785  "10 HLT_IsoMu9/09 Jet Pt",
2786  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_IsoMu9",
2787  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2788  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_IsoMu9",
2789  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2790 
2791 trigvalsusybsm(dqmitems,
2792  "10 HLT_IsoMu9/10 Jet Eta",
2793  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_IsoMu9",
2794  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2795  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_IsoMu9",
2796  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2797 
2798 trigvalsusybsm(dqmitems,
2799  "10 HLT_IsoMu9/11 Jet Phi",
2800  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_IsoMu9",
2801  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2802  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_IsoMu9",
2803  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2804 
2805 ### Reco Photons
2806 trigvalsusybsm(dqmitems,
2807  "10 HLT_IsoMu9/12 Photon Mult",
2808  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_IsoMu9",
2809  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2810 
2811 trigvalsusybsm(dqmitems,
2812  "10 HLT_IsoMu9/13 Photon Pt",
2813  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_IsoMu9",
2814  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2815  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_IsoMu9",
2816  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2817 
2818 trigvalsusybsm(dqmitems,
2819  "10 HLT_IsoMu9/14 Photon Eta",
2820  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_IsoMu9",
2821  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2822  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_IsoMu9",
2823  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2824 
2825 trigvalsusybsm(dqmitems,
2826  "10 HLT_IsoMu9/15 Photon Phi",
2827  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_IsoMu9",
2828  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2829  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_IsoMu9",
2830  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2831 
2832 ### Reco MET
2833 trigvalsusybsm(dqmitems,
2834  "10 HLT_IsoMu9/16 MET",
2835  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_IsoMu9",
2836  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2837 
2838 trigvalsusybsm(dqmitems,
2839  "10 HLT_IsoMu9/17 MET x-y-phi",
2840  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_IsoMu9",
2841  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
2842  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_IsoMu9",
2843  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2844  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_IsoMu9",
2845  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2846 
2847 trigvalsusybsm(dqmitems,
2848  "10 HLT_IsoMu9/18 METSignificance",
2849  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_IsoMu9",
2850  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2851 
2852 trigvalsusybsm(dqmitems,
2853  "10 HLT_IsoMu9/19 SumEt",
2854  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_IsoMu9",
2855  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2856 
2857 ######## HLT_DoubleMu3
2858 
2859 ### Reco Electrons
2860 trigvalsusybsm(dqmitems,
2861  "11 HLT_DoubleMu3/00 Elec Mult",
2862  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_DoubleMu3",
2863  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2864 
2865 trigvalsusybsm(dqmitems,
2866  "11 HLT_DoubleMu3/01 Elec Pt",
2867  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_DoubleMu3",
2868  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2869  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_DoubleMu3",
2870  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2871 
2872 trigvalsusybsm(dqmitems,
2873  "11 HLT_DoubleMu3/02 Elec Eta",
2874  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_DoubleMu3",
2875  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2876  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_DoubleMu3",
2877  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2878 
2879 trigvalsusybsm(dqmitems,
2880  "11 HLT_DoubleMu3/03 Elec Phi",
2881  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_DoubleMu3",
2882  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2883  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_DoubleMu3",
2884  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2885 
2886 ### Reco Muons
2887 trigvalsusybsm(dqmitems,
2888  "11 HLT_DoubleMu3/04 Muon Mult",
2889  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_DoubleMu3",
2890  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2891 
2892 trigvalsusybsm(dqmitems,
2893  "11 HLT_DoubleMu3/05 Muon Pt",
2894  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_DoubleMu3",
2895  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2896  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_DoubleMu3",
2897  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2898 
2899 trigvalsusybsm(dqmitems,
2900  "11 HLT_DoubleMu3/06 Muon Eta",
2901  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_DoubleMu3",
2902  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2903  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_DoubleMu3",
2904  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2905 
2906 trigvalsusybsm(dqmitems,
2907  "11 HLT_DoubleMu3/07 Muon Phi",
2908  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_DoubleMu3",
2909  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2910  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_DoubleMu3",
2911  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2912 
2913 ### Reco Jets
2914 trigvalsusybsm(dqmitems,
2915  "11 HLT_DoubleMu3/08 Jet Mult",
2916  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_DoubleMu3",
2917  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2918 
2919 trigvalsusybsm(dqmitems,
2920  "11 HLT_DoubleMu3/09 Jet Pt",
2921  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_DoubleMu3",
2922  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2923  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_DoubleMu3",
2924  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2925 
2926 trigvalsusybsm(dqmitems,
2927  "11 HLT_DoubleMu3/10 Jet Eta",
2928  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_DoubleMu3",
2929  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2930  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_DoubleMu3",
2931  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2932 
2933 trigvalsusybsm(dqmitems,
2934  "11 HLT_DoubleMu3/11 Jet Phi",
2935  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_DoubleMu3",
2936  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2937  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_DoubleMu3",
2938  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2939 
2940 ### Reco Photons
2941 trigvalsusybsm(dqmitems,
2942  "11 HLT_DoubleMu3/12 Photon Mult",
2943  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_DoubleMu3",
2944  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2945 
2946 trigvalsusybsm(dqmitems,
2947  "11 HLT_DoubleMu3/13 Photon Pt",
2948  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_DoubleMu3",
2949  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2950  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_DoubleMu3",
2951  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2952 
2953 trigvalsusybsm(dqmitems,
2954  "11 HLT_DoubleMu3/14 Photon Eta",
2955  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_DoubleMu3",
2956  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2957  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_DoubleMu3",
2958  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2959 
2960 trigvalsusybsm(dqmitems,
2961  "11 HLT_DoubleMu3/15 Photon Phi",
2962  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_DoubleMu3",
2963  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2964  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_DoubleMu3",
2965  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2966 
2967 ### Reco MET
2968 trigvalsusybsm(dqmitems,
2969  "11 HLT_DoubleMu3/16 MET",
2970  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_DoubleMu3",
2971  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2972 
2973 trigvalsusybsm(dqmitems,
2974  "11 HLT_DoubleMu3/17 MET x-y-phi",
2975  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_DoubleMu3",
2976  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
2977  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_DoubleMu3",
2978  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
2979  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_DoubleMu3",
2980  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2981 
2982 trigvalsusybsm(dqmitems,
2983  "11 HLT_DoubleMu3/18 METSignificance",
2984  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_DoubleMu3",
2985  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2986 
2987 trigvalsusybsm(dqmitems,
2988  "11 HLT_DoubleMu3/19 SumEt",
2989  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_DoubleMu3",
2990  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2991 
2992 ######## HLT_Ele15_SW_LooseTrackIso_L1R
2993 
2994 ### Reco Electrons
2995 trigvalsusybsm(dqmitems,
2996  "12 HLT_Ele15_SW_LooseTrackIso_L1R/00 Elec Mult",
2997  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_Ele15_SW_LooseTrackIso_L1R",
2998  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
2999 
3000 trigvalsusybsm(dqmitems,
3001  "12 HLT_Ele15_SW_LooseTrackIso_L1R/01 Elec Pt",
3002  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_Ele15_SW_LooseTrackIso_L1R",
3003  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3004  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_Ele15_SW_LooseTrackIso_L1R",
3005  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3006 
3007 trigvalsusybsm(dqmitems,
3008  "12 HLT_Ele15_SW_LooseTrackIso_L1R/02 Elec Eta",
3009  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_Ele15_SW_LooseTrackIso_L1R",
3010  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3011  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_Ele15_SW_LooseTrackIso_L1R",
3012  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3013 
3014 trigvalsusybsm(dqmitems,
3015  "12 HLT_Ele15_SW_LooseTrackIso_L1R/03 Elec Phi",
3016  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_Ele15_SW_LooseTrackIso_L1R",
3017  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3018  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_Ele15_SW_LooseTrackIso_L1R",
3019  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3020 
3021 ### Reco Muons
3022 trigvalsusybsm(dqmitems,
3023  "12 HLT_Ele15_SW_LooseTrackIso_L1R/04 Muon Mult",
3024  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_Ele15_SW_LooseTrackIso_L1R",
3025  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3026 
3027 trigvalsusybsm(dqmitems,
3028  "12 HLT_Ele15_SW_LooseTrackIso_L1R/05 Muon Pt",
3029  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_Ele15_SW_LooseTrackIso_L1R",
3030  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3031  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_Ele15_SW_LooseTrackIso_L1R",
3032  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3033 
3034 trigvalsusybsm(dqmitems,
3035  "12 HLT_Ele15_SW_LooseTrackIso_L1R/06 Muon Eta",
3036  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_Ele15_SW_LooseTrackIso_L1R",
3037  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3038  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_Ele15_SW_LooseTrackIso_L1R",
3039  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3040 
3041 trigvalsusybsm(dqmitems,
3042  "12 HLT_Ele15_SW_LooseTrackIso_L1R/07 Muon Phi",
3043  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_Ele15_SW_LooseTrackIso_L1R",
3044  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3045  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_Ele15_SW_LooseTrackIso_L1R",
3046  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3047 
3048 ### Reco Jets
3049 trigvalsusybsm(dqmitems,
3050  "12 HLT_Ele15_SW_LooseTrackIso_L1R/08 Jet Mult",
3051  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_Ele15_SW_LooseTrackIso_L1R",
3052  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3053 
3054 trigvalsusybsm(dqmitems,
3055  "12 HLT_Ele15_SW_LooseTrackIso_L1R/09 Jet Pt",
3056  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_Ele15_SW_LooseTrackIso_L1R",
3057  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3058  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_Ele15_SW_LooseTrackIso_L1R",
3059  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3060 
3061 trigvalsusybsm(dqmitems,
3062  "12 HLT_Ele15_SW_LooseTrackIso_L1R/10 Jet Eta",
3063  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_Ele15_SW_LooseTrackIso_L1R",
3064  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3065  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_Ele15_SW_LooseTrackIso_L1R",
3066  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3067 
3068 trigvalsusybsm(dqmitems,
3069  "12 HLT_Ele15_SW_LooseTrackIso_L1R/11 Jet Phi",
3070  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_Ele15_SW_LooseTrackIso_L1R",
3071  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3072  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_Ele15_SW_LooseTrackIso_L1R",
3073  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3074 
3075 ### Reco Photons
3076 trigvalsusybsm(dqmitems,
3077  "12 HLT_Ele15_SW_LooseTrackIso_L1R/12 Photon Mult",
3078  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_Ele15_SW_LooseTrackIso_L1R",
3079  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3080 
3081 trigvalsusybsm(dqmitems,
3082  "12 HLT_Ele15_SW_LooseTrackIso_L1R/13 Photon Pt",
3083  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_Ele15_SW_LooseTrackIso_L1R",
3084  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3085  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_Ele15_SW_LooseTrackIso_L1R",
3086  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3087 
3088 trigvalsusybsm(dqmitems,
3089  "12 HLT_Ele15_SW_LooseTrackIso_L1R/14 Photon Eta",
3090  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_Ele15_SW_LooseTrackIso_L1R",
3091  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3092  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_Ele15_SW_LooseTrackIso_L1R",
3093  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3094 
3095 trigvalsusybsm(dqmitems,
3096  "12 HLT_Ele15_SW_LooseTrackIso_L1R/15 Photon Phi",
3097  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_Ele15_SW_LooseTrackIso_L1R",
3098  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3099  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_Ele15_SW_LooseTrackIso_L1R",
3100  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3101 
3102 ### Reco MET
3103 trigvalsusybsm(dqmitems,
3104  "12 HLT_Ele15_SW_LooseTrackIso_L1R/16 MET",
3105  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_Ele15_SW_LooseTrackIso_L1R",
3106  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3107 
3108 trigvalsusybsm(dqmitems,
3109  "12 HLT_Ele15_SW_LooseTrackIso_L1R/17 MET x-y-phi",
3110  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_Ele15_SW_LooseTrackIso_L1R",
3111  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
3112  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_Ele15_SW_LooseTrackIso_L1R",
3113  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3114  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_Ele15_SW_LooseTrackIso_L1R",
3115  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3116 
3117 trigvalsusybsm(dqmitems,
3118  "12 HLT_Ele15_SW_LooseTrackIso_L1R/18 METSignificance",
3119  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_Ele15_SW_LooseTrackIso_L1R",
3120  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3121 
3122 trigvalsusybsm(dqmitems,
3123  "12 HLT_Ele15_SW_LooseTrackIso_L1R/19 SumEt",
3124  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_Ele15_SW_LooseTrackIso_L1R",
3125  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3126 
3127 ######## HLT_Ele20_SW_L1R
3128 
3129 ### Reco Electrons
3130 trigvalsusybsm(dqmitems,
3131  "13 HLT_Ele20_SW_L1R/00 Elec Mult",
3132  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_Ele20_SW_L1R",
3133  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3134 
3135 trigvalsusybsm(dqmitems,
3136  "13 HLT_Ele20_SW_L1R/01 Elec Pt",
3137  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_Ele20_SW_L1R",
3138  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3139  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_Ele20_SW_L1R",
3140  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3141 
3142 trigvalsusybsm(dqmitems,
3143  "13 HLT_Ele20_SW_L1R/02 Elec Eta",
3144  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_Ele20_SW_L1R",
3145  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3146  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_Ele20_SW_L1R",
3147  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3148 
3149 trigvalsusybsm(dqmitems,
3150  "13 HLT_Ele20_SW_L1R/03 Elec Phi",
3151  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_Ele20_SW_L1R",
3152  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3153  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_Ele20_SW_L1R",
3154  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3155 
3156 ### Reco Muons
3157 trigvalsusybsm(dqmitems,
3158  "13 HLT_Ele20_SW_L1R/04 Muon Mult",
3159  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_Ele20_SW_L1R",
3160  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3161 
3162 trigvalsusybsm(dqmitems,
3163  "13 HLT_Ele20_SW_L1R/05 Muon Pt",
3164  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_Ele20_SW_L1R",
3165  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3166  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_Ele20_SW_L1R",
3167  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3168 
3169 trigvalsusybsm(dqmitems,
3170  "13 HLT_Ele20_SW_L1R/06 Muon Eta",
3171  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_Ele20_SW_L1R",
3172  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3173  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_Ele20_SW_L1R",
3174  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3175 
3176 trigvalsusybsm(dqmitems,
3177  "13 HLT_Ele20_SW_L1R/07 Muon Phi",
3178  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_Ele20_SW_L1R",
3179  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3180  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_Ele20_SW_L1R",
3181  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3182 
3183 ### Reco Jets
3184 trigvalsusybsm(dqmitems,
3185  "13 HLT_Ele20_SW_L1R/08 Jet Mult",
3186  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_Ele20_SW_L1R",
3187  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3188 
3189 trigvalsusybsm(dqmitems,
3190  "13 HLT_Ele20_SW_L1R/09 Jet Pt",
3191  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_Ele20_SW_L1R",
3192  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3193  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_Ele20_SW_L1R",
3194  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3195 
3196 trigvalsusybsm(dqmitems,
3197  "13 HLT_Ele20_SW_L1R/10 Jet Eta",
3198  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_Ele20_SW_L1R",
3199  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3200  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_Ele20_SW_L1R",
3201  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3202 
3203 trigvalsusybsm(dqmitems,
3204  "13 HLT_Ele20_SW_L1R/11 Jet Phi",
3205  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_Ele20_SW_L1R",
3206  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3207  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_Ele20_SW_L1R",
3208  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3209 
3210 ### Reco Photons
3211 trigvalsusybsm(dqmitems,
3212  "13 HLT_Ele20_SW_L1R/12 Photon Mult",
3213  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_Ele20_SW_L1R",
3214  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3215 
3216 trigvalsusybsm(dqmitems,
3217  "13 HLT_Ele20_SW_L1R/13 Photon Pt",
3218  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_Ele20_SW_L1R",
3219  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3220  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_Ele20_SW_L1R",
3221  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3222 
3223 trigvalsusybsm(dqmitems,
3224  "13 HLT_Ele20_SW_L1R/14 Photon Eta",
3225  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_Ele20_SW_L1R",
3226  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3227  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_Ele20_SW_L1R",
3228  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3229 
3230 trigvalsusybsm(dqmitems,
3231  "13 HLT_Ele20_SW_L1R/15 Photon Phi",
3232  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_Ele20_SW_L1R",
3233  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3234  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_Ele20_SW_L1R",
3235  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3236 
3237 ### Reco MET
3238 trigvalsusybsm(dqmitems,
3239  "13 HLT_Ele20_SW_L1R/16 MET",
3240  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_Ele20_SW_L1R",
3241  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3242 
3243 trigvalsusybsm(dqmitems,
3244  "13 HLT_Ele20_SW_L1R/17 MET x-y-phi",
3245  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_Ele20_SW_L1R",
3246  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
3247  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_Ele20_SW_L1R",
3248  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3249  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_Ele20_SW_L1R",
3250  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3251 
3252 trigvalsusybsm(dqmitems,
3253  "13 HLT_Ele20_SW_L1R/18 METSignificance",
3254  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_Ele20_SW_L1R",
3255  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3256 
3257 trigvalsusybsm(dqmitems,
3258  "13 HLT_Ele20_SW_L1R/19 SumEt",
3259  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_Ele20_SW_L1R",
3260  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3261 
3262 ######## HLT_DoubleEle10_SW_L1R
3263 
3264 ### Reco Electrons
3265 trigvalsusybsm(dqmitems,
3266  "14 HLT_DoubleEle10_SW_L1R/00 Elec Mult",
3267  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_DoubleEle10_SW_L1R",
3268  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3269 
3270 trigvalsusybsm(dqmitems,
3271  "14 HLT_DoubleEle10_SW_L1R/01 Elec Pt",
3272  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_DoubleEle10_SW_L1R",
3273  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3274  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_DoubleEle10_SW_L1R",
3275  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3276 
3277 trigvalsusybsm(dqmitems,
3278  "14 HLT_DoubleEle10_SW_L1R/02 Elec Eta",
3279  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_DoubleEle10_SW_L1R",
3280  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3281  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_DoubleEle10_SW_L1R",
3282  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3283 
3284 trigvalsusybsm(dqmitems,
3285  "14 HLT_DoubleEle10_SW_L1R/03 Elec Phi",
3286  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_DoubleEle10_SW_L1R",
3287  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3288  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_DoubleEle10_SW_L1R",
3289  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3290 
3291 ### Reco Muons
3292 trigvalsusybsm(dqmitems,
3293  "14 HLT_DoubleEle10_SW_L1R/04 Muon Mult",
3294  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_DoubleEle10_SW_L1R",
3295  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3296 
3297 trigvalsusybsm(dqmitems,
3298  "14 HLT_DoubleEle10_SW_L1R/05 Muon Pt",
3299  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_DoubleEle10_SW_L1R",
3300  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3301  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_DoubleEle10_SW_L1R",
3302  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3303 
3304 trigvalsusybsm(dqmitems,
3305  "14 HLT_DoubleEle10_SW_L1R/06 Muon Eta",
3306  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_DoubleEle10_SW_L1R",
3307  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3308  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_DoubleEle10_SW_L1R",
3309  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3310 
3311 trigvalsusybsm(dqmitems,
3312  "14 HLT_DoubleEle10_SW_L1R/07 Muon Phi",
3313  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_DoubleEle10_SW_L1R",
3314  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3315  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_DoubleEle10_SW_L1R",
3316  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3317 
3318 ### Reco Jets
3319 trigvalsusybsm(dqmitems,
3320  "14 HLT_DoubleEle10_SW_L1R/08 Jet Mult",
3321  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_DoubleEle10_SW_L1R",
3322  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3323 
3324 trigvalsusybsm(dqmitems,
3325  "14 HLT_DoubleEle10_SW_L1R/09 Jet Pt",
3326  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_DoubleEle10_SW_L1R",
3327  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3328  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_DoubleEle10_SW_L1R",
3329  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3330 
3331 trigvalsusybsm(dqmitems,
3332  "14 HLT_DoubleEle10_SW_L1R/10 Jet Eta",
3333  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_DoubleEle10_SW_L1R",
3334  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3335  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_DoubleEle10_SW_L1R",
3336  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3337 
3338 trigvalsusybsm(dqmitems,
3339  "14 HLT_DoubleEle10_SW_L1R/11 Jet Phi",
3340  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_DoubleEle10_SW_L1R",
3341  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3342  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_DoubleEle10_SW_L1R",
3343  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3344 
3345 ### Reco Photons
3346 trigvalsusybsm(dqmitems,
3347  "14 HLT_DoubleEle10_SW_L1R/12 Photon Mult",
3348  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_DoubleEle10_SW_L1R",
3349  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3350 
3351 trigvalsusybsm(dqmitems,
3352  "14 HLT_DoubleEle10_SW_L1R/13 Photon Pt",
3353  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_DoubleEle10_SW_L1R",
3354  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3355  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_DoubleEle10_SW_L1R",
3356  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3357 
3358 trigvalsusybsm(dqmitems,
3359  "14 HLT_DoubleEle10_SW_L1R/14 Photon Eta",
3360  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_DoubleEle10_SW_L1R",
3361  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3362  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_DoubleEle10_SW_L1R",
3363  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3364 
3365 trigvalsusybsm(dqmitems,
3366  "14 HLT_DoubleEle10_SW_L1R/15 Photon Phi",
3367  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_DoubleEle10_SW_L1R",
3368  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3369  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_DoubleEle10_SW_L1R",
3370  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3371 
3372 ### Reco MET
3373 trigvalsusybsm(dqmitems,
3374  "14 HLT_DoubleEle10_SW_L1R/16 MET",
3375  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_DoubleEle10_SW_L1R",
3376  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3377 
3378 trigvalsusybsm(dqmitems,
3379  "14 HLT_DoubleEle10_SW_L1R/17 MET x-y-phi",
3380  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_DoubleEle10_SW_L1R",
3381  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
3382  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_DoubleEle10_SW_L1R",
3383  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3384  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_DoubleEle10_SW_L1R",
3385  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3386 
3387 trigvalsusybsm(dqmitems,
3388  "14 HLT_DoubleEle10_SW_L1R/18 METSignificance",
3389  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_DoubleEle10_SW_L1R",
3390  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3391 
3392 trigvalsusybsm(dqmitems,
3393  "14 HLT_DoubleEle10_SW_L1R/19 SumEt",
3394  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_DoubleEle10_SW_L1R",
3395  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3396 
3397 ######## HLT_Photon25_L1R
3398 
3399 ### Reco Electrons
3400 trigvalsusybsm(dqmitems,
3401  "15 HLT_Photon25_L1R/00 Elec Mult",
3402  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_Photon25_L1R",
3403  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3404 
3405 trigvalsusybsm(dqmitems,
3406  "15 HLT_Photon25_L1R/01 Elec Pt",
3407  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_Photon25_L1R",
3408  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3409  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_Photon25_L1R",
3410  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3411 
3412 trigvalsusybsm(dqmitems,
3413  "15 HLT_Photon25_L1R/02 Elec Eta",
3414  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_Photon25_L1R",
3415  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3416  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_Photon25_L1R",
3417  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3418 
3419 trigvalsusybsm(dqmitems,
3420  "15 HLT_Photon25_L1R/03 Elec Phi",
3421  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_Photon25_L1R",
3422  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3423  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_Photon25_L1R",
3424  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3425 
3426 ### Reco Muons
3427 trigvalsusybsm(dqmitems,
3428  "15 HLT_Photon25_L1R/04 Muon Mult",
3429  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_Photon25_L1R",
3430  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3431 
3432 trigvalsusybsm(dqmitems,
3433  "15 HLT_Photon25_L1R/05 Muon Pt",
3434  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_Photon25_L1R",
3435  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3436  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_Photon25_L1R",
3437  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3438 
3439 trigvalsusybsm(dqmitems,
3440  "15 HLT_Photon25_L1R/06 Muon Eta",
3441  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_Photon25_L1R",
3442  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3443  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_Photon25_L1R",
3444  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3445 
3446 trigvalsusybsm(dqmitems,
3447  "15 HLT_Photon25_L1R/07 Muon Phi",
3448  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_Photon25_L1R",
3449  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3450  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_Photon25_L1R",
3451  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3452 
3453 ### Reco Jets
3454 trigvalsusybsm(dqmitems,
3455  "15 HLT_Photon25_L1R/08 Jet Mult",
3456  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_Photon25_L1R",
3457  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3458 
3459 trigvalsusybsm(dqmitems,
3460  "15 HLT_Photon25_L1R/09 Jet Pt",
3461  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_Photon25_L1R",
3462  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3463  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_Photon25_L1R",
3464  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3465 
3466 trigvalsusybsm(dqmitems,
3467  "15 HLT_Photon25_L1R/10 Jet Eta",
3468  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_Photon25_L1R",
3469  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3470  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_Photon25_L1R",
3471  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3472 
3473 trigvalsusybsm(dqmitems,
3474  "15 HLT_Photon25_L1R/11 Jet Phi",
3475  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_Photon25_L1R",
3476  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3477  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_Photon25_L1R",
3478  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3479 
3480 ### Reco Photons
3481 trigvalsusybsm(dqmitems,
3482  "15 HLT_Photon25_L1R/12 Photon Mult",
3483  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_Photon25_L1R",
3484  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3485 
3486 trigvalsusybsm(dqmitems,
3487  "15 HLT_Photon25_L1R/13 Photon Pt",
3488  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_Photon25_L1R",
3489  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3490  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_Photon25_L1R",
3491  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3492 
3493 trigvalsusybsm(dqmitems,
3494  "15 HLT_Photon25_L1R/14 Photon Eta",
3495  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_Photon25_L1R",
3496  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3497  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_Photon25_L1R",
3498  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3499 
3500 trigvalsusybsm(dqmitems,
3501  "15 HLT_Photon25_L1R/15 Photon Phi",
3502  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_Photon25_L1R",
3503  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3504  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_Photon25_L1R",
3505  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3506 
3507 ### Reco MET
3508 trigvalsusybsm(dqmitems,
3509  "15 HLT_Photon25_L1R/16 MET",
3510  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_Photon25_L1R",
3511  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3512 
3513 trigvalsusybsm(dqmitems,
3514  "15 HLT_Photon25_L1R/17 MET x-y-phi",
3515  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_Photon25_L1R",
3516  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
3517  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_Photon25_L1R",
3518  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3519  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_Photon25_L1R",
3520  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3521 
3522 trigvalsusybsm(dqmitems,
3523  "15 HLT_Photon25_L1R/18 METSignificance",
3524  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_Photon25_L1R",
3525  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3526 
3527 trigvalsusybsm(dqmitems,
3528  "15 HLT_Photon25_L1R/19 SumEt",
3529  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_Photon25_L1R",
3530  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3531 
3532 ######## HLT_Photon30_L1R_1E31
3533 
3534 ### Reco Electrons
3535 trigvalsusybsm(dqmitems,
3536  "16 HLT_Photon30_L1R_1E31/00 Elec Mult",
3537  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_Photon30_L1R_1E31",
3538  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3539 
3540 trigvalsusybsm(dqmitems,
3541  "16 HLT_Photon30_L1R_1E31/01 Elec Pt",
3542  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_Photon30_L1R_1E31",
3543  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3544  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_Photon30_L1R_1E31",
3545  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3546 
3547 trigvalsusybsm(dqmitems,
3548  "16 HLT_Photon30_L1R_1E31/02 Elec Eta",
3549  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_Photon30_L1R_1E31",
3550  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3551  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_Photon30_L1R_1E31",
3552  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3553 
3554 trigvalsusybsm(dqmitems,
3555  "16 HLT_Photon30_L1R_1E31/03 Elec Phi",
3556  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_Photon30_L1R_1E31",
3557  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3558  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_Photon30_L1R_1E31",
3559  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3560 
3561 ### Reco Muons
3562 trigvalsusybsm(dqmitems,
3563  "16 HLT_Photon30_L1R_1E31/04 Muon Mult",
3564  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_Photon30_L1R_1E31",
3565  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3566 
3567 trigvalsusybsm(dqmitems,
3568  "16 HLT_Photon30_L1R_1E31/05 Muon Pt",
3569  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_Photon30_L1R_1E31",
3570  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3571  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_Photon30_L1R_1E31",
3572  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3573 
3574 trigvalsusybsm(dqmitems,
3575  "16 HLT_Photon30_L1R_1E31/06 Muon Eta",
3576  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_Photon30_L1R_1E31",
3577  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3578  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_Photon30_L1R_1E31",
3579  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3580 
3581 trigvalsusybsm(dqmitems,
3582  "16 HLT_Photon30_L1R_1E31/07 Muon Phi",
3583  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_Photon30_L1R_1E31",
3584  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3585  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_Photon30_L1R_1E31",
3586  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3587 
3588 ### Reco Jets
3589 trigvalsusybsm(dqmitems,
3590  "16 HLT_Photon30_L1R_1E31/08 Jet Mult",
3591  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_Photon30_L1R_1E31",
3592  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3593 
3594 trigvalsusybsm(dqmitems,
3595  "16 HLT_Photon30_L1R_1E31/09 Jet Pt",
3596  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_Photon30_L1R_1E31",
3597  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3598  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_Photon30_L1R_1E31",
3599  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3600 
3601 trigvalsusybsm(dqmitems,
3602  "16 HLT_Photon30_L1R_1E31/10 Jet Eta",
3603  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_Photon30_L1R_1E31",
3604  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3605  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_Photon30_L1R_1E31",
3606  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3607 
3608 trigvalsusybsm(dqmitems,
3609  "16 HLT_Photon30_L1R_1E31/11 Jet Phi",
3610  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_Photon30_L1R_1E31",
3611  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3612  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_Photon30_L1R_1E31",
3613  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3614 
3615 ### Reco Photons
3616 trigvalsusybsm(dqmitems,
3617  "16 HLT_Photon30_L1R_1E31/12 Photon Mult",
3618  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_Photon30_L1R_1E31",
3619  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3620 
3621 trigvalsusybsm(dqmitems,
3622  "16 HLT_Photon30_L1R_1E31/13 Photon Pt",
3623  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_Photon30_L1R_1E31",
3624  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3625  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_Photon30_L1R_1E31",
3626  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3627 
3628 trigvalsusybsm(dqmitems,
3629  "16 HLT_Photon30_L1R_1E31/14 Photon Eta",
3630  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_Photon30_L1R_1E31",
3631  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3632  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_Photon30_L1R_1E31",
3633  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3634 
3635 trigvalsusybsm(dqmitems,
3636  "16 HLT_Photon30_L1R_1E31/15 Photon Phi",
3637  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_Photon30_L1R_1E31",
3638  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3639  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_Photon30_L1R_1E31",
3640  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3641 
3642 ### Reco MET
3643 trigvalsusybsm(dqmitems,
3644  "16 HLT_Photon30_L1R_1E31/16 MET",
3645  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_Photon30_L1R_1E31",
3646  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3647 
3648 trigvalsusybsm(dqmitems,
3649  "16 HLT_Photon30_L1R_1E31/17 MET x-y-phi",
3650  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_Photon30_L1R_1E31",
3651  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
3652  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_Photon30_L1R_1E31",
3653  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3654  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_Photon30_L1R_1E31",
3655  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3656 
3657 trigvalsusybsm(dqmitems,
3658  "16 HLT_Photon30_L1R_1E31/18 METSignificance",
3659  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_Photon30_L1R_1E31",
3660  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3661 
3662 trigvalsusybsm(dqmitems,
3663  "16 HLT_Photon30_L1R_1E31/19 SumEt",
3664  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_Photon30_L1R_1E31",
3665  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3666 
3667 ######## HLT_DoublePhoton15_L1R
3668 
3669 ### Reco Electrons
3670 trigvalsusybsm(dqmitems,
3671  "17 HLT_DoublePhoton15_L1R/00 Elec Mult",
3672  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_DoublePhoton15_L1R",
3673  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3674 
3675 trigvalsusybsm(dqmitems,
3676  "17 HLT_DoublePhoton15_L1R/01 Elec Pt",
3677  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_DoublePhoton15_L1R",
3678  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3679  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_DoublePhoton15_L1R",
3680  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3681 
3682 trigvalsusybsm(dqmitems,
3683  "17 HLT_DoublePhoton15_L1R/02 Elec Eta",
3684  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_DoublePhoton15_L1R",
3685  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3686  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_DoublePhoton15_L1R",
3687  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3688 
3689 trigvalsusybsm(dqmitems,
3690  "17 HLT_DoublePhoton15_L1R/03 Elec Phi",
3691  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_DoublePhoton15_L1R",
3692  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3693  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_DoublePhoton15_L1R",
3694  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3695 
3696 ### Reco Muons
3697 trigvalsusybsm(dqmitems,
3698  "17 HLT_DoublePhoton15_L1R/04 Muon Mult",
3699  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_DoublePhoton15_L1R",
3700  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3701 
3702 trigvalsusybsm(dqmitems,
3703  "17 HLT_DoublePhoton15_L1R/05 Muon Pt",
3704  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_DoublePhoton15_L1R",
3705  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3706  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_DoublePhoton15_L1R",
3707  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3708 
3709 trigvalsusybsm(dqmitems,
3710  "17 HLT_DoublePhoton15_L1R/06 Muon Eta",
3711  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_DoublePhoton15_L1R",
3712  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3713  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_DoublePhoton15_L1R",
3714  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3715 
3716 trigvalsusybsm(dqmitems,
3717  "17 HLT_DoublePhoton15_L1R/07 Muon Phi",
3718  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_DoublePhoton15_L1R",
3719  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3720  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_DoublePhoton15_L1R",
3721  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3722 
3723 ### Reco Jets
3724 trigvalsusybsm(dqmitems,
3725  "17 HLT_DoublePhoton15_L1R/08 Jet Mult",
3726  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_DoublePhoton15_L1R",
3727  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3728 
3729 trigvalsusybsm(dqmitems,
3730  "17 HLT_DoublePhoton15_L1R/09 Jet Pt",
3731  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_DoublePhoton15_L1R",
3732  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3733  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_DoublePhoton15_L1R",
3734  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3735 
3736 trigvalsusybsm(dqmitems,
3737  "17 HLT_DoublePhoton15_L1R/10 Jet Eta",
3738  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_DoublePhoton15_L1R",
3739  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3740  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_DoublePhoton15_L1R",
3741  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3742 
3743 trigvalsusybsm(dqmitems,
3744  "17 HLT_DoublePhoton15_L1R/11 Jet Phi",
3745  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_DoublePhoton15_L1R",
3746  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3747  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_DoublePhoton15_L1R",
3748  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3749 
3750 ### Reco Photons
3751 trigvalsusybsm(dqmitems,
3752  "17 HLT_DoublePhoton15_L1R/12 Photon Mult",
3753  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_DoublePhoton15_L1R",
3754  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3755 
3756 trigvalsusybsm(dqmitems,
3757  "17 HLT_DoublePhoton15_L1R/13 Photon Pt",
3758  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_DoublePhoton15_L1R",
3759  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3760  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_DoublePhoton15_L1R",
3761  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3762 
3763 trigvalsusybsm(dqmitems,
3764  "17 HLT_DoublePhoton15_L1R/14 Photon Eta",
3765  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_DoublePhoton15_L1R",
3766  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3767  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_DoublePhoton15_L1R",
3768  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3769 
3770 trigvalsusybsm(dqmitems,
3771  "17 HLT_DoublePhoton15_L1R/15 Photon Phi",
3772  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_DoublePhoton15_L1R",
3773  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3774  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_DoublePhoton15_L1R",
3775  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3776 
3777 ### Reco MET
3778 trigvalsusybsm(dqmitems,
3779  "17 HLT_DoublePhoton15_L1R/16 MET",
3780  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_DoublePhoton15_L1R",
3781  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3782 
3783 trigvalsusybsm(dqmitems,
3784  "17 HLT_DoublePhoton15_L1R/17 MET x-y-phi",
3785  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_DoublePhoton15_L1R",
3786  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
3787  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_DoublePhoton15_L1R",
3788  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3789  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_DoublePhoton15_L1R",
3790  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3791 
3792 trigvalsusybsm(dqmitems,
3793  "17 HLT_DoublePhoton15_L1R/18 METSignificance",
3794  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_DoublePhoton15_L1R",
3795  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3796 
3797 trigvalsusybsm(dqmitems,
3798  "17 HLT_DoublePhoton15_L1R/19 SumEt",
3799  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_DoublePhoton15_L1R",
3800  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3801 
3802 ######## HLT_BTagIP_Jet80
3803 
3804 ### Reco Electrons
3805 trigvalsusybsm(dqmitems,
3806  "18 HLT_BTagIP_Jet80/00 Elec Mult",
3807  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_BTagIP_Jet80",
3808  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3809 
3810 trigvalsusybsm(dqmitems,
3811  "18 HLT_BTagIP_Jet80/01 Elec Pt",
3812  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_BTagIP_Jet80",
3813  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3814  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_BTagIP_Jet80",
3815  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3816 
3817 trigvalsusybsm(dqmitems,
3818  "18 HLT_BTagIP_Jet80/02 Elec Eta",
3819  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_BTagIP_Jet80",
3820  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3821  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_BTagIP_Jet80",
3822  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3823 
3824 trigvalsusybsm(dqmitems,
3825  "18 HLT_BTagIP_Jet80/03 Elec Phi",
3826  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_BTagIP_Jet80",
3827  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3828  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_BTagIP_Jet80",
3829  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3830 
3831 ### Reco Muons
3832 trigvalsusybsm(dqmitems,
3833  "18 HLT_BTagIP_Jet80/04 Muon Mult",
3834  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_BTagIP_Jet80",
3835  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3836 
3837 trigvalsusybsm(dqmitems,
3838  "18 HLT_BTagIP_Jet80/05 Muon Pt",
3839  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_BTagIP_Jet80",
3840  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3841  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_BTagIP_Jet80",
3842  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3843 
3844 trigvalsusybsm(dqmitems,
3845  "18 HLT_BTagIP_Jet80/06 Muon Eta",
3846  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_BTagIP_Jet80",
3847  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3848  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_BTagIP_Jet80",
3849  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3850 
3851 trigvalsusybsm(dqmitems,
3852  "18 HLT_BTagIP_Jet80/07 Muon Phi",
3853  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_BTagIP_Jet80",
3854  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3855  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_BTagIP_Jet80",
3856  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3857 
3858 ### Reco Jets
3859 trigvalsusybsm(dqmitems,
3860  "18 HLT_BTagIP_Jet80/08 Jet Mult",
3861  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_BTagIP_Jet80",
3862  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3863 
3864 trigvalsusybsm(dqmitems,
3865  "18 HLT_BTagIP_Jet80/09 Jet Pt",
3866  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_BTagIP_Jet80",
3867  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3868  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_BTagIP_Jet80",
3869  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3870 
3871 trigvalsusybsm(dqmitems,
3872  "18 HLT_BTagIP_Jet80/10 Jet Eta",
3873  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_BTagIP_Jet80",
3874  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3875  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_BTagIP_Jet80",
3876  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3877 
3878 trigvalsusybsm(dqmitems,
3879  "18 HLT_BTagIP_Jet80/11 Jet Phi",
3880  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_BTagIP_Jet80",
3881  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3882  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_BTagIP_Jet80",
3883  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3884 
3885 ### Reco Photons
3886 trigvalsusybsm(dqmitems,
3887  "18 HLT_BTagIP_Jet80/12 Photon Mult",
3888  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_BTagIP_Jet80",
3889  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3890 
3891 trigvalsusybsm(dqmitems,
3892  "18 HLT_BTagIP_Jet80/13 Photon Pt",
3893  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_BTagIP_Jet80",
3894  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3895  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_BTagIP_Jet80",
3896  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3897 
3898 trigvalsusybsm(dqmitems,
3899  "18 HLT_BTagIP_Jet80/14 Photon Eta",
3900  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_BTagIP_Jet80",
3901  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3902  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_BTagIP_Jet80",
3903  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3904 
3905 trigvalsusybsm(dqmitems,
3906  "18 HLT_BTagIP_Jet80/15 Photon Phi",
3907  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_BTagIP_Jet80",
3908  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3909  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_BTagIP_Jet80",
3910  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3911 
3912 ### Reco MET
3913 trigvalsusybsm(dqmitems,
3914  "18 HLT_BTagIP_Jet80/16 MET",
3915  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_BTagIP_Jet80",
3916  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3917 
3918 trigvalsusybsm(dqmitems,
3919  "18 HLT_BTagIP_Jet80/17 MET x-y-phi",
3920  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_BTagIP_Jet80",
3921  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
3922  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_BTagIP_Jet80",
3923  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3924  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_BTagIP_Jet80",
3925  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3926 
3927 trigvalsusybsm(dqmitems,
3928  "18 HLT_BTagIP_Jet80/18 METSignificance",
3929  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_BTagIP_Jet80",
3930  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3931 
3932 trigvalsusybsm(dqmitems,
3933  "18 HLT_BTagIP_Jet80/19 SumEt",
3934  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_BTagIP_Jet80",
3935  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3936 
3937 
3938 ######## HLT_BTagIP_Jet120
3939 
3940 ### Reco Electrons
3941 trigvalsusybsm(dqmitems,
3942  "19 HLT_BTagIP_Jet120/00 Elec Mult",
3943  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_BTagIP_Jet120",
3944  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3945 
3946 trigvalsusybsm(dqmitems,
3947  "19 HLT_BTagIP_Jet120/01 Elec Pt",
3948  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_BTagIP_Jet120",
3949  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3950  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_BTagIP_Jet120",
3951  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3952 
3953 trigvalsusybsm(dqmitems,
3954  "19 HLT_BTagIP_Jet120/02 Elec Eta",
3955  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_BTagIP_Jet120",
3956  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3957  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_BTagIP_Jet120",
3958  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3959 
3960 trigvalsusybsm(dqmitems,
3961  "19 HLT_BTagIP_Jet120/03 Elec Phi",
3962  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_BTagIP_Jet120",
3963  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3964  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_BTagIP_Jet120",
3965  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3966 
3967 ### Reco Muons
3968 trigvalsusybsm(dqmitems,
3969  "19 HLT_BTagIP_Jet120/04 Muon Mult",
3970  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_BTagIP_Jet120",
3971  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3972 
3973 trigvalsusybsm(dqmitems,
3974  "19 HLT_BTagIP_Jet120/05 Muon Pt",
3975  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_BTagIP_Jet120",
3976  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3977  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_BTagIP_Jet120",
3978  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3979 
3980 trigvalsusybsm(dqmitems,
3981  "19 HLT_BTagIP_Jet120/06 Muon Eta",
3982  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_BTagIP_Jet120",
3983  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3984  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_BTagIP_Jet120",
3985  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3986 
3987 trigvalsusybsm(dqmitems,
3988  "19 HLT_BTagIP_Jet120/07 Muon Phi",
3989  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_BTagIP_Jet120",
3990  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
3991  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_BTagIP_Jet120",
3992  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3993 
3994 ### Reco Jets
3995 trigvalsusybsm(dqmitems,
3996  "19 HLT_BTagIP_Jet120/08 Jet Mult",
3997  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_BTagIP_Jet120",
3998  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
3999 
4000 trigvalsusybsm(dqmitems,
4001  "19 HLT_BTagIP_Jet120/09 Jet Pt",
4002  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_BTagIP_Jet120",
4003  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4004  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_BTagIP_Jet120",
4005  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4006 
4007 trigvalsusybsm(dqmitems,
4008  "19 HLT_BTagIP_Jet120/10 Jet Eta",
4009  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_BTagIP_Jet120",
4010  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4011  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_BTagIP_Jet120",
4012  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4013 
4014 trigvalsusybsm(dqmitems,
4015  "19 HLT_BTagIP_Jet120/11 Jet Phi",
4016  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_BTagIP_Jet120",
4017  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4018  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_BTagIP_Jet120",
4019  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4020 
4021 ### Reco Photons
4022 trigvalsusybsm(dqmitems,
4023  "19 HLT_BTagIP_Jet120/12 Photon Mult",
4024  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_BTagIP_Jet120",
4025  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4026 
4027 trigvalsusybsm(dqmitems,
4028  "19 HLT_BTagIP_Jet120/13 Photon Pt",
4029  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_BTagIP_Jet120",
4030  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4031  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_BTagIP_Jet120",
4032  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4033 
4034 trigvalsusybsm(dqmitems,
4035  "19 HLT_BTagIP_Jet120/14 Photon Eta",
4036  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_BTagIP_Jet120",
4037  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4038  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_BTagIP_Jet120",
4039  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4040 
4041 trigvalsusybsm(dqmitems,
4042  "19 HLT_BTagIP_Jet120/15 Photon Phi",
4043  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_BTagIP_Jet120",
4044  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4045  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_BTagIP_Jet120",
4046  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4047 
4048 ### Reco MET
4049 trigvalsusybsm(dqmitems,
4050  "19 HLT_BTagIP_Jet120/16 MET",
4051  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_BTagIP_Jet120",
4052  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4053 
4054 trigvalsusybsm(dqmitems,
4055  "19 HLT_BTagIP_Jet120/17 MET x-y-phi",
4056  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_BTagIP_Jet120",
4057  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
4058  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_BTagIP_Jet120",
4059  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4060  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_BTagIP_Jet120",
4061  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4062 
4063 trigvalsusybsm(dqmitems,
4064  "19 HLT_BTagIP_Jet120/18 METSignificance",
4065  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_BTagIP_Jet120",
4066  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4067 
4068 trigvalsusybsm(dqmitems,
4069  "19 HLT_BTagIP_Jet120/19 SumEt",
4070  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_BTagIP_Jet120",
4071  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4072 
4073 
4074 ######## HLT_L2Mu5_Photon9
4075 
4076 ### Reco Electrons
4077 trigvalsusybsm(dqmitems,
4078  "20 HLT_L2Mu5_Photon9/00 Elec Mult",
4079  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_L2Mu5_Photon9",
4080  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4081 
4082 trigvalsusybsm(dqmitems,
4083  "20 HLT_L2Mu5_Photon9/01 Elec Pt",
4084  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_L2Mu5_Photon9",
4085  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4086  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_L2Mu5_Photon9",
4087  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4088 
4089 trigvalsusybsm(dqmitems,
4090  "20 HLT_L2Mu5_Photon9/02 Elec Eta",
4091  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_L2Mu5_Photon9",
4092  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4093  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_L2Mu5_Photon9",
4094  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4095 
4096 trigvalsusybsm(dqmitems,
4097  "20 HLT_L2Mu5_Photon9/03 Elec Phi",
4098  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_L2Mu5_Photon9",
4099  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4100  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_L2Mu5_Photon9",
4101  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4102 
4103 ### Reco Muons
4104 trigvalsusybsm(dqmitems,
4105  "20 HLT_L2Mu5_Photon9/04 Muon Mult",
4106  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_L2Mu5_Photon9",
4107  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4108 
4109 trigvalsusybsm(dqmitems,
4110  "20 HLT_L2Mu5_Photon9/05 Muon Pt",
4111  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_L2Mu5_Photon9",
4112  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4113  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_L2Mu5_Photon9",
4114  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4115 
4116 trigvalsusybsm(dqmitems,
4117  "20 HLT_L2Mu5_Photon9/06 Muon Eta",
4118  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_L2Mu5_Photon9",
4119  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4120  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_L2Mu5_Photon9",
4121  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4122 
4123 trigvalsusybsm(dqmitems,
4124  "20 HLT_L2Mu5_Photon9/07 Muon Phi",
4125  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_L2Mu5_Photon9",
4126  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4127  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_L2Mu5_Photon9",
4128  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4129 
4130 ### Reco Jets
4131 trigvalsusybsm(dqmitems,
4132  "20 HLT_L2Mu5_Photon9/08 Jet Mult",
4133  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_L2Mu5_Photon9",
4134  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4135 
4136 trigvalsusybsm(dqmitems,
4137  "20 HLT_L2Mu5_Photon9/09 Jet Pt",
4138  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_L2Mu5_Photon9",
4139  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4140  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_L2Mu5_Photon9",
4141  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4142 
4143 trigvalsusybsm(dqmitems,
4144  "20 HLT_L2Mu5_Photon9/10 Jet Eta",
4145  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_L2Mu5_Photon9",
4146  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4147  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_L2Mu5_Photon9",
4148  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4149 
4150 trigvalsusybsm(dqmitems,
4151  "20 HLT_L2Mu5_Photon9/11 Jet Phi",
4152  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_L2Mu5_Photon9",
4153  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4154  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_L2Mu5_Photon9",
4155  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4156 
4157 ### Reco Photons
4158 trigvalsusybsm(dqmitems,
4159  "20 HLT_L2Mu5_Photon9/12 Photon Mult",
4160  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_L2Mu5_Photon9",
4161  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4162 
4163 trigvalsusybsm(dqmitems,
4164  "20 HLT_L2Mu5_Photon9/13 Photon Pt",
4165  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_L2Mu5_Photon9",
4166  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4167  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_L2Mu5_Photon9",
4168  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4169 
4170 trigvalsusybsm(dqmitems,
4171  "20 HLT_L2Mu5_Photon9/14 Photon Eta",
4172  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_L2Mu5_Photon9",
4173  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4174  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_L2Mu5_Photon9",
4175  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4176 
4177 trigvalsusybsm(dqmitems,
4178  "20 HLT_L2Mu5_Photon9/15 Photon Phi",
4179  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_L2Mu5_Photon9",
4180  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4181  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_L2Mu5_Photon9",
4182  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4183 
4184 ### Reco MET
4185 trigvalsusybsm(dqmitems,
4186  "20 HLT_L2Mu5_Photon9/16 MET",
4187  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_L2Mu5_Photon9",
4188  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4189 
4190 trigvalsusybsm(dqmitems,
4191  "20 HLT_L2Mu5_Photon9/17 MET x-y-phi",
4192  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_L2Mu5_Photon9",
4193  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
4194  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_L2Mu5_Photon9",
4195  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4196  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_L2Mu5_Photon9",
4197  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4198 
4199 trigvalsusybsm(dqmitems,
4200  "20 HLT_L2Mu5_Photon9/18 METSignificance",
4201  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_L2Mu5_Photon9",
4202  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4203 
4204 trigvalsusybsm(dqmitems,
4205  "20 HLT_L2Mu5_Photon9/19 SumEt",
4206  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_L2Mu5_Photon9",
4207  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4208 
4209 
4210 ######## HLT_L2Mu8_HT50
4211 
4212 ### Reco Electrons
4213 trigvalsusybsm(dqmitems,
4214  "21 HLT_L2Mu8_HT50/00 Elec Mult",
4215  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_L2Mu8_HT50",
4216  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4217 
4218 trigvalsusybsm(dqmitems,
4219  "21 HLT_L2Mu8_HT50/01 Elec Pt",
4220  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_L2Mu8_HT50",
4221  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4222  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_L2Mu8_HT50",
4223  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4224 
4225 trigvalsusybsm(dqmitems,
4226  "21 HLT_L2Mu8_HT50/02 Elec Eta",
4227  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_L2Mu8_HT50",
4228  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4229  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_L2Mu8_HT50",
4230  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4231 
4232 trigvalsusybsm(dqmitems,
4233  "21 HLT_L2Mu8_HT50/03 Elec Phi",
4234  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_L2Mu8_HT50",
4235  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4236  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_L2Mu8_HT50",
4237  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4238 
4239 ### Reco Muons
4240 trigvalsusybsm(dqmitems,
4241  "21 HLT_L2Mu8_HT50/04 Muon Mult",
4242  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_L2Mu8_HT50",
4243  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4244 
4245 trigvalsusybsm(dqmitems,
4246  "21 HLT_L2Mu8_HT50/05 Muon Pt",
4247  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_L2Mu8_HT50",
4248  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4249  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_L2Mu8_HT50",
4250  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4251 
4252 trigvalsusybsm(dqmitems,
4253  "21 HLT_L2Mu8_HT50/06 Muon Eta",
4254  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_L2Mu8_HT50",
4255  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4256  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_L2Mu8_HT50",
4257  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4258 
4259 trigvalsusybsm(dqmitems,
4260  "21 HLT_L2Mu8_HT50/07 Muon Phi",
4261  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_L2Mu8_HT50",
4262  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4263  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_L2Mu8_HT50",
4264  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4265 
4266 ### Reco Jets
4267 trigvalsusybsm(dqmitems,
4268  "21 HLT_L2Mu8_HT50/08 Jet Mult",
4269  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_L2Mu8_HT50",
4270  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4271 
4272 trigvalsusybsm(dqmitems,
4273  "21 HLT_L2Mu8_HT50/09 Jet Pt",
4274  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_L2Mu8_HT50",
4275  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4276  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_L2Mu8_HT50",
4277  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4278 
4279 trigvalsusybsm(dqmitems,
4280  "21 HLT_L2Mu8_HT50/10 Jet Eta",
4281  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_L2Mu8_HT50",
4282  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4283  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_L2Mu8_HT50",
4284  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4285 
4286 trigvalsusybsm(dqmitems,
4287  "21 HLT_L2Mu8_HT50/11 Jet Phi",
4288  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_L2Mu8_HT50",
4289  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4290  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_L2Mu8_HT50",
4291  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4292 
4293 ### Reco Photons
4294 trigvalsusybsm(dqmitems,
4295  "21 HLT_L2Mu8_HT50/12 Photon Mult",
4296  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_L2Mu8_HT50",
4297  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4298 
4299 trigvalsusybsm(dqmitems,
4300  "21 HLT_L2Mu8_HT50/13 Photon Pt",
4301  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_L2Mu8_HT50",
4302  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4303  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_L2Mu8_HT50",
4304  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4305 
4306 trigvalsusybsm(dqmitems,
4307  "21 HLT_L2Mu8_HT50/14 Photon Eta",
4308  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_L2Mu8_HT50",
4309  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4310  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_L2Mu8_HT50",
4311  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4312 
4313 trigvalsusybsm(dqmitems,
4314  "21 HLT_L2Mu8_HT50/15 Photon Phi",
4315  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_L2Mu8_HT50",
4316  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4317  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_L2Mu8_HT50",
4318  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4319 
4320 ### Reco MET
4321 trigvalsusybsm(dqmitems,
4322  "21 HLT_L2Mu8_HT50/16 MET",
4323  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_L2Mu8_HT50",
4324  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4325 
4326 trigvalsusybsm(dqmitems,
4327  "21 HLT_L2Mu8_HT50/17 MET x-y-phi",
4328  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_L2Mu8_HT50",
4329  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
4330  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_L2Mu8_HT50",
4331  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4332  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_L2Mu8_HT50",
4333  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4334 
4335 trigvalsusybsm(dqmitems,
4336  "21 HLT_L2Mu8_HT50/18 METSignificance",
4337  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_L2Mu8_HT50",
4338  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4339 
4340 trigvalsusybsm(dqmitems,
4341  "21 HLT_L2Mu8_HT50/19 SumEt",
4342  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_L2Mu8_HT50",
4343  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4344 
4345 
4346 ######## HLT_Ele10_LW_L1R_HT180
4347 
4348 ### Reco Electrons
4349 trigvalsusybsm(dqmitems,
4350  "22 HLT_Ele10_LW_L1R_HT180/00 Elec Mult",
4351  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_Ele10_LW_L1R_HT180",
4352  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4353 
4354 trigvalsusybsm(dqmitems,
4355  "22 HLT_Ele10_LW_L1R_HT180/01 Elec Pt",
4356  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_Ele10_LW_L1R_HT180",
4357  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4358  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_Ele10_LW_L1R_HT180",
4359  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4360 
4361 trigvalsusybsm(dqmitems,
4362  "22 HLT_Ele10_LW_L1R_HT180/02 Elec Eta",
4363  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_Ele10_LW_L1R_HT180",
4364  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4365  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_Ele10_LW_L1R_HT180",
4366  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4367 
4368 trigvalsusybsm(dqmitems,
4369  "22 HLT_Ele10_LW_L1R_HT180/03 Elec Phi",
4370  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_Ele10_LW_L1R_HT180",
4371  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4372  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_Ele10_LW_L1R_HT180",
4373  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4374 
4375 ### Reco Muons
4376 trigvalsusybsm(dqmitems,
4377  "22 HLT_Ele10_LW_L1R_HT180/04 Muon Mult",
4378  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_Ele10_LW_L1R_HT180",
4379  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4380 
4381 trigvalsusybsm(dqmitems,
4382  "22 HLT_Ele10_LW_L1R_HT180/05 Muon Pt",
4383  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_Ele10_LW_L1R_HT180",
4384  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4385  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_Ele10_LW_L1R_HT180",
4386  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4387 
4388 trigvalsusybsm(dqmitems,
4389  "22 HLT_Ele10_LW_L1R_HT180/06 Muon Eta",
4390  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_Ele10_LW_L1R_HT180",
4391  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4392  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_Ele10_LW_L1R_HT180",
4393  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4394 
4395 trigvalsusybsm(dqmitems,
4396  "22 HLT_Ele10_LW_L1R_HT180/07 Muon Phi",
4397  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_Ele10_LW_L1R_HT180",
4398  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4399  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_Ele10_LW_L1R_HT180",
4400  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4401 
4402 ### Reco Jets
4403 trigvalsusybsm(dqmitems,
4404  "22 HLT_Ele10_LW_L1R_HT180/08 Jet Mult",
4405  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_Ele10_LW_L1R_HT180",
4406  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4407 
4408 trigvalsusybsm(dqmitems,
4409  "22 HLT_Ele10_LW_L1R_HT180/09 Jet Pt",
4410  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_Ele10_LW_L1R_HT180",
4411  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4412  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_Ele10_LW_L1R_HT180",
4413  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4414 
4415 trigvalsusybsm(dqmitems,
4416  "22 HLT_Ele10_LW_L1R_HT180/10 Jet Eta",
4417  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_Ele10_LW_L1R_HT180",
4418  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4419  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_Ele10_LW_L1R_HT180",
4420  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4421 
4422 trigvalsusybsm(dqmitems,
4423  "22 HLT_Ele10_LW_L1R_HT180/11 Jet Phi",
4424  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_Ele10_LW_L1R_HT180",
4425  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4426  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_Ele10_LW_L1R_HT180",
4427  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4428 
4429 ### Reco Photons
4430 trigvalsusybsm(dqmitems,
4431  "22 HLT_Ele10_LW_L1R_HT180/12 Photon Mult",
4432  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_Ele10_LW_L1R_HT180",
4433  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4434 
4435 trigvalsusybsm(dqmitems,
4436  "22 HLT_Ele10_LW_L1R_HT180/13 Photon Pt",
4437  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_Ele10_LW_L1R_HT180",
4438  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4439  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_Ele10_LW_L1R_HT180",
4440  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4441 
4442 trigvalsusybsm(dqmitems,
4443  "22 HLT_Ele10_LW_L1R_HT180/14 Photon Eta",
4444  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_Ele10_LW_L1R_HT180",
4445  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4446  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_Ele10_LW_L1R_HT180",
4447  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4448 
4449 trigvalsusybsm(dqmitems,
4450  "22 HLT_Ele10_LW_L1R_HT180/15 Photon Phi",
4451  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_Ele10_LW_L1R_HT180",
4452  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4453  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_Ele10_LW_L1R_HT180",
4454  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4455 
4456 ### Reco MET
4457 trigvalsusybsm(dqmitems,
4458  "22 HLT_Ele10_LW_L1R_HT180/16 MET",
4459  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_Ele10_LW_L1R_HT180",
4460  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4461 
4462 trigvalsusybsm(dqmitems,
4463  "22 HLT_Ele10_LW_L1R_HT180/17 MET x-y-phi",
4464  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_Ele10_LW_L1R_HT180",
4465  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
4466  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_Ele10_LW_L1R_HT180",
4467  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4468  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_Ele10_LW_L1R_HT180",
4469  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4470 
4471 trigvalsusybsm(dqmitems,
4472  "22 HLT_Ele10_LW_L1R_HT180/18 METSignificance",
4473  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_Ele10_LW_L1R_HT180",
4474  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4475 
4476 trigvalsusybsm(dqmitems,
4477  "22 HLT_Ele10_LW_L1R_HT180/19 SumEt",
4478  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_Ele10_LW_L1R_HT180",
4479  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4480 
4481 
4482 
4483 ######## HLT_Ele10_SW_L1R_TripleJet30
4484 
4485 ### Reco Electrons
4486 trigvalsusybsm(dqmitems,
4487  "23 HLT_Ele10_SW_L1R_TripleJet30/00 Elec Mult",
4488  [{'path': "HLT/SusyExo/RecoElectrons/HLT/ElecMult_HLT_Ele10_SW_L1R_TripleJet30",
4489  'description': "Electron Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4490 
4491 trigvalsusybsm(dqmitems,
4492  "23 HLT_Ele10_SW_L1R_TripleJet30/01 Elec Pt",
4493  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Pt_HLT_Ele10_SW_L1R_TripleJet30",
4494  'description': "Pt Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4495  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Pt_HLT_Ele10_SW_L1R_TripleJet30",
4496  'description': "Pt Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4497 
4498 trigvalsusybsm(dqmitems,
4499  "23 HLT_Ele10_SW_L1R_TripleJet30/02 Elec Eta",
4500  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Eta_HLT_Ele10_SW_L1R_TripleJet30",
4501  'description': "Eta Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4502  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Eta_HLT_Ele10_SW_L1R_TripleJet30",
4503  'description': "Eta Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4504 
4505 trigvalsusybsm(dqmitems,
4506  "23 HLT_Ele10_SW_L1R_TripleJet30/03 Elec Phi",
4507  [{'path': "HLT/SusyExo/RecoElectrons/HLT/Elec1Phi_HLT_Ele10_SW_L1R_TripleJet30",
4508  'description': "Phi Distribution of the leading electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4509  {'path': "HLT/SusyExo/RecoElectrons/HLT/Elec2Phi_HLT_Ele10_SW_L1R_TripleJet30",
4510  'description': "Phi Distribution of the second electron. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4511 
4512 ### Reco Muons
4513 trigvalsusybsm(dqmitems,
4514  "23 HLT_Ele10_SW_L1R_TripleJet30/04 Muon Mult",
4515  [{'path': "HLT/SusyExo/RecoMuons/HLT/MuonMult_HLT_Ele10_SW_L1R_TripleJet30",
4516  'description': "Muon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4517 
4518 trigvalsusybsm(dqmitems,
4519  "23 HLT_Ele10_SW_L1R_TripleJet30/05 Muon Pt",
4520  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Pt_HLT_Ele10_SW_L1R_TripleJet30",
4521  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4522  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Pt_HLT_Ele10_SW_L1R_TripleJet30",
4523  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4524 
4525 trigvalsusybsm(dqmitems,
4526  "23 HLT_Ele10_SW_L1R_TripleJet30/06 Muon Eta",
4527  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Eta_HLT_Ele10_SW_L1R_TripleJet30",
4528  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4529  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Eta_HLT_Ele10_SW_L1R_TripleJet30",
4530  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4531 
4532 trigvalsusybsm(dqmitems,
4533  "23 HLT_Ele10_SW_L1R_TripleJet30/07 Muon Phi",
4534  [{'path': "HLT/SusyExo/RecoMuons/HLT/Muon1Phi_HLT_Ele10_SW_L1R_TripleJet30",
4535  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4536  {'path': "HLT/SusyExo/RecoMuons/HLT/Muon2Phi_HLT_Ele10_SW_L1R_TripleJet30",
4537  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4538 
4539 ### Reco Jets
4540 trigvalsusybsm(dqmitems,
4541  "23 HLT_Ele10_SW_L1R_TripleJet30/08 Jet Mult",
4542  [{'path': "HLT/SusyExo/RecoJets/HLT/JetMult_HLT_Ele10_SW_L1R_TripleJet30",
4543  'description': "Jet Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4544 
4545 trigvalsusybsm(dqmitems,
4546  "23 HLT_Ele10_SW_L1R_TripleJet30/09 Jet Pt",
4547  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Pt_HLT_Ele10_SW_L1R_TripleJet30",
4548  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4549  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Pt_HLT_Ele10_SW_L1R_TripleJet30",
4550  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4551 
4552 trigvalsusybsm(dqmitems,
4553  "23 HLT_Ele10_SW_L1R_TripleJet30/10 Jet Eta",
4554  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Eta_HLT_Ele10_SW_L1R_TripleJet30",
4555  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4556  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Eta_HLT_Ele10_SW_L1R_TripleJet30",
4557  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4558 
4559 trigvalsusybsm(dqmitems,
4560  "23 HLT_Ele10_SW_L1R_TripleJet30/11 Jet Phi",
4561  [{'path': "HLT/SusyExo/RecoJets/HLT/Jet1Phi_HLT_Ele10_SW_L1R_TripleJet30",
4562  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4563  {'path': "HLT/SusyExo/RecoJets/HLT/Jet2Phi_HLT_Ele10_SW_L1R_TripleJet30",
4564  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4565 
4566 ### Reco Photons
4567 trigvalsusybsm(dqmitems,
4568  "23 HLT_Ele10_SW_L1R_TripleJet30/12 Photon Mult",
4569  [{'path': "HLT/SusyExo/RecoPhotons/HLT/PhotonMult_HLT_Ele10_SW_L1R_TripleJet30",
4570  'description': "Photon Multiplicity. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4571 
4572 trigvalsusybsm(dqmitems,
4573  "23 HLT_Ele10_SW_L1R_TripleJet30/13 Photon Pt",
4574  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Pt_HLT_Ele10_SW_L1R_TripleJet30",
4575  'description': "Pt Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4576  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Pt_HLT_Ele10_SW_L1R_TripleJet30",
4577  'description': "Pt Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4578 
4579 trigvalsusybsm(dqmitems,
4580  "23 HLT_Ele10_SW_L1R_TripleJet30/14 Photon Eta",
4581  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Eta_HLT_Ele10_SW_L1R_TripleJet30",
4582  'description': "Eta Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4583  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Eta_HLT_Ele10_SW_L1R_TripleJet30",
4584  'description': "Eta Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4585 
4586 trigvalsusybsm(dqmitems,
4587  "23 HLT_Ele10_SW_L1R_TripleJet30/15 Photon Phi",
4588  [{'path': "HLT/SusyExo/RecoPhotons/HLT/Photon1Phi_HLT_Ele10_SW_L1R_TripleJet30",
4589  'description': "Phi Distribution of the leading muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4590  {'path': "HLT/SusyExo/RecoPhotons/HLT/Photon2Phi_HLT_Ele10_SW_L1R_TripleJet30",
4591  'description': "Phi Distribution of the second muon. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4592 
4593 ### Reco MET
4594 trigvalsusybsm(dqmitems,
4595  "23 HLT_Ele10_SW_L1R_TripleJet30/16 MET",
4596  [{'path': "HLT/SusyExo/RecoMET/HLT/MET_HLT_Ele10_SW_L1R_TripleJet30",
4597  'description': "MET distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4598 
4599 trigvalsusybsm(dqmitems,
4600  "23 HLT_Ele10_SW_L1R_TripleJet30/17 MET x-y-phi",
4601  [{'path': "HLT/SusyExo/RecoMET/HLT/METPhi_HLT_Ele10_SW_L1R_TripleJet30",
4602  'description': "MET phi distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}],
4603  [{'path': "HLT/SusyExo/RecoMET/HLT/METx_HLT_Ele10_SW_L1R_TripleJet30",
4604  'description': "MET x distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."},
4605  {'path': "HLT/SusyExo/RecoMET/HLT/METy_HLT_Ele10_SW_L1R_TripleJet30",
4606  'description': "MET y distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4607 
4608 trigvalsusybsm(dqmitems,
4609  "23 HLT_Ele10_SW_L1R_TripleJet30/18 METSignificance",
4610  [{'path': "HLT/SusyExo/RecoMET/HLT/METSignificance_HLT_Ele10_SW_L1R_TripleJet30",
4611  'description': "MET Significance distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4612 
4613 trigvalsusybsm(dqmitems,
4614  "23 HLT_Ele10_SW_L1R_TripleJet30/19 SumEt",
4615  [{'path': "HLT/SusyExo/RecoMET/HLT/SumEt_HLT_Ele10_SW_L1R_TripleJet30",
4616  'description': "SumEt distribution. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSUSYBSMHLTOfflinePerformance\">here</a>."}])
4617 
4618 
4619 ###---- HIGGS selection goes here: ----
4620 
4621 def trigvalhiggsHWW(i, p, *rows): i["HLT/Higgs/HiggsValidationReport/HWW/" + p] = DQMItem(layout=rows)
4622 
4623 trigvalhiggsHWW(dqmitems,"mumu selection: HLTMu9 eff vs eta ",
4624  [{'path': "HLT/Higgs/HWW/EffVsEta_HLT_Mu9", 'description': "Trigger efficiency for HLTMu9 in the dimuon channel vs eta of the highest pt reconstructed muon ( Event selection: at least 2 globalMuons pt>10,20, eta<2.4, opp charge)"}])
4625 
4626 trigvalhiggsHWW(dqmitems,"mumu selection : HLTMu9 eff vs pt",
4627  [{'path': "HLT/Higgs/HWW/EffVsPt_HLT_Mu9", 'description': "Trigger efficiency for HLTMu9 in the dimuon channel vs Pt of the highest pt reconstructed muon (Event selection: at least 2 globalMuons pt>10,20, eta<2.4, opp charge)"}])
4628 
4629 trigvalhiggsHWW(dqmitems,"ee selection :HLTEle10LWL1R eff vs eta ",
4630  [{'path': "HLT/Higgs/HWW/EffVsEta_HLT_Ele10_LW_L1R", 'description':" Trigger efficiency for HLTEle10LWL1R in the ee channel vs eta of the highest pt reco electron (Event selection: at least 2 electrons pt>10,20,eta<2.4,opp charge,H/E<0.05,0.6< E/p<2.5)"}])
4631 
4632 trigvalhiggsHWW(dqmitems,"ee selection: EffVsPt HLT_Ele10LWL1R ",
4633  [{'path': "HLT/Higgs/HWW/EffVsPt_HLT_Ele10_LW_L1R", 'description': "Trigger efficiency for HLTEle10_LW_L1R in the ee channel vs Pt of the highest pt reco electron (Event selection: at least 2 electrons pt>10,20, eta<2.4,opp charge, H/E<0.05,0.6< E/p<2.5) "}])
4634 
4635 trigvalhiggsHWW(dqmitems,"emu selection: EffVsEta HLTMu9 ",
4636  [{'path': "HLT/Higgs/HWW/EffVsEta_HLT_Mu9_EM", 'description': "Trigger efficiency for HLTMu9 in the emu channel vs muon eta ( Event selection applied: at least 2 leptons pt>10,20,eta<2.4, opp. charge, muons:globalMuons, electrons:H/E<0.05,0.6< E/p<2.5)"}])
4637 
4638 trigvalhiggsHWW(dqmitems,"emu selection: EffVsPt HLTEle10LWL1R ",
4639  [{'path': "HLT/Higgs/HWW/EffVsPt_HLT_Ele10_LW_L1R_EM", 'description': "Trigger efficiency for HLTEle10_LW_L1R in the emu channel vs electron eta ( Event selection applied: at least 2 leptons pt>10,20,eta<2.4, opp. charge, muons:globalMuons, electrons:H/E<0.05,0.6< E/p<2.5)"}])
4640 
4641 trigvalhiggsHWW(dqmitems,"mumu selection : global Efficiencies ",
4642  [{'path': "HLT/Higgs/HWW/Efficiencies_MuonTriggers", 'description': "Muon Trigger efficiencies in the dimuon channel wrt the events passing the selection (at least 2 globalMuons pt>10,20, eta<2.4, opp charge)"}])
4643 
4644 trigvalhiggsHWW(dqmitems,"ee selection: global Efficiencies ",
4645  [{'path': "HLT/Higgs/HWW/Efficiencies_ElectronTriggers", 'description': "Electron Trigger efficiencies in the dielectron channel wrt the events passing the selection ( at least 2 electrons pt>10,20,eta<2.4, opp. charge, H/E<0.05,0.6< E/p<2.5)"}])
4646 
4647 trigvalhiggsHWW(dqmitems,"emu selection: global Efficiencies ",
4648  [{'path': "HLT/Higgs/HWW/TriggerEfficiencies_EmuChannel", 'description': "Trigger efficiencies in the emu channel wrt the events passing the selection ( at least 2 leptons pt>10,20,eta<2.4, opp. charge, muons:globalMuons, electrons:H/E<0.05, 0.6< E/p<2.5)"}])
4649 
4650 
4651 def trigvalhiggsHgg(i, p, *rows): i["HLT/Higgs/HiggsValidationReport/Hgg/" + p] = DQMItem(layout=rows)
4652 trigvalhiggsHgg(dqmitems,"HLTDoublePhoton10L1R eff vs eta",
4653  [{'path': "HLT/Higgs/Hgg/EffVsEta_HLT_DoublePhoton10_L1R", 'description': "Trigger efficiency for HLTDoublePhoton10 versus eta of the highest pt reconstructed photon in the event passing the selection (at least 2 reconstructed photons pt>20, eta<2.4)"}])
4654 trigvalhiggsHgg(dqmitems,"HLTDoublePhoton10L1R vs pt",
4655  [{'path': "HLT/Higgs/Hgg/EffVsPt_HLT_DoublePhoton10_L1R", 'description': "Trigger efficiency for HLTDoublePhoton10 versus pt of the highest pt reconstructed photon in the event passing the selection (at least 2 reconstructed photons pt>20, eta<2.4)"}])
4656 
4657 trigvalhiggsHgg(dqmitems,"Photon global Efficiencies ",
4658  [{'path': "HLT/Higgs/Hgg/Efficiencies_PhotonTriggers", 'description': "Photon Trigger efficiencies wrt the events passing the selection (at least 2 reco photons pt>20, eta<2.4)"}])
4659 
4660 
4661 
4662 
4663 def trigvalhiggsH2tau(i, p, *rows): i["HLT/Higgs/HiggsValidationReport/H2tau/" + p] = DQMItem(layout=rows)
4664 trigvalhiggsH2tau(dqmitems,"semimu channel: HLTMu3 eff vs eta",
4665  [{'path': "HLT/Higgs/H2tau/EffVsEta_HLT_Mu3", 'description': "Trigger efficiency for HLTMu3 versus eta of the generated muon from tau decay passing the selection (1 muon from tau pt>15, eta<2.4)"}])
4666 
4667 trigvalhiggsH2tau(dqmitems,"semimu channel: HLTMu3 eff vs pt",
4668  [{'path': "HLT/Higgs/H2tau/EffVsPt_HLT_Mu3", 'description': "Trigger efficiency for HLTMu3 versus pt of the generated muon from tau decay passing the selection (1 muon from tau pt>15, eta<2.4)"}])
4669 
4670 trigvalhiggsH2tau(dqmitems,"semielec channel: HLTEle10LW eff vs eta",
4671  [{'path': "HLT/Higgs/H2tau/EffVsEta_HLT_Ele10_LW_L1R", 'description': "Trigger efficiency for HLTEle10LWL1R versus eta of the generated electron from tau decay passing the selection (1 electron from tau pt>15, eta<2.4)"}])
4672 
4673 trigvalhiggsH2tau(dqmitems,"semielec channel: HLTEle10LW eff vs pt",
4674  [{'path': "HLT/Higgs/H2tau/EffVsPt_HLT_Ele10_LW_L1R", 'description': "Trigger efficiency for HLTEle10LWL1R versus Pt of the generated electron from tau decay passing the selection (1 electron from tau pt>15, eta<2.4)"}])
4675 
4676 trigvalhiggsH2tau(dqmitems,"semimuonic channel : global Efficiencies ",
4677  [{'path': "HLT/Higgs/H2tau/Efficiencies_MuonTriggers", 'description': "Muon Trigger efficiencies wrt the events passing the muon selection (1 muon from tau decay pt>15, eta<2.4"}])
4678 
4679 trigvalhiggsH2tau(dqmitems,"semielectronic channel: global Efficiencies ",
4680  [{'path': "HLT/Higgs/H2tau/Efficiencies_ElectronTriggers", 'description': "Electron Trigger efficiencies wrt the events passing the electron selection ( 1 electron from tau pt>15,eta<2.4)"}])
4681 
4682 
4683 
4684 def trigvalhiggsHZZ(i, p, *rows): i["HLT/Higgs/HiggsValidationReport/HZZ/" + p] = DQMItem(layout=rows)
4685 
4686 trigvalhiggsHZZ(dqmitems,"4mu selection: HLTMu9 eff vs eta ",
4687  [{'path': "HLT/Higgs/HZZ/EffVsEta_HLT_Mu9", 'description': "Trigger efficiency for HLTMu9 vs eta of the highest pt reconstructed muon in the event passing the selection (at least 4 globalMuons pt>10, eta<2.4, opp charge"}])
4688 
4689 trigvalhiggsHZZ(dqmitems,"4mu selection :HLTMu9 eff vs pt ",
4690  [{'path': "HLT/Higgs/HZZ/EffVsPt_HLT_Mu9", 'description': "Trigger efficiency for HLTMu9 vs Pt of the highest pt reconstructed muon in the event passing the selection (at least 4 globalMuons pt>10, eta<2.4, opp charge"}])
4691 
4692 trigvalhiggsHZZ(dqmitems,"4e selection :HLTEle10LWL1R eff vs eta ",
4693  [{'path': "HLT/Higgs/HZZ/EffVsEta_HLT_Ele10_LW_L1R", 'description': "Trigger efficiency for HLTEle10_LW_L1R vs eta of the highest pt reconstructed electron in the event passing the selection (at least 4 gsfElectrons pt>10, eta<2.4,opp charge, H/E<0.05, 0.6< E/p<2.5) "}])
4694 
4695 trigvalhiggsHZZ(dqmitems,"4e selection: HLT_Ele10LWL1R eff vs pt",
4696  [{'path': "HLT/Higgs/HZZ/EffVsPt_HLT_Ele10_LW_L1R", 'description': "Trigger efficiency for HLTEle10_LW_L1R vs Pt of the highest pt reconstructed electron in the event passing the selection (at least 4 gsfElectrons pt>10, eta<2.4,opp charge, H/E<0.05, 0.6< E/p<2.5) "}])
4697 
4698 trigvalhiggsHZZ(dqmitems,"2e2mu selection: HLTMu9 eff vs eta ",
4699  [{'path': "HLT/Higgs/HZZ/EffVsEta_HLT_Mu9_EM", 'description': "Trigger efficiency for HLTMu9 vs eta of the highest pt reconstructed muon in the event passing the selection ( at least 2 muons and 2 electrons pt>10,eta<2.4, opp. charge, muons:globalMuons, electrons:H/E<0.05, 0.6< E/p<2.5)"}])
4700 
4701 trigvalhiggsHZZ(dqmitems,"2e2mu selection: HLTEle10LWL1R eff vs pt ",
4702  [{'path': "HLT/Higgs/HZZ/EffVsPt_HLT_Ele10_LW_L1R_EM", 'description': "Trigger efficiency for HLTEle10_LW_L1R vs pt of the highest pt reconstructed electron in the event passing the selection ( at least 2 muons and 2 electrons pt>10,eta<2.4, opp. charge, muons:globalMuons, electrons:H/E<0.05,0.6< E/p<2.5)"}])
4703 
4704 trigvalhiggsHZZ(dqmitems,"4mu selection : global Efficiencies ",
4705  [{'path': "HLT/Higgs/HZZ/Efficiencies_MuonTriggers", 'description': "Muon Trigger efficiencies wrt the events passing the selection (at least 4 globalMuons pt>10, eta<2.4, opp charge"}])
4706 
4707 trigvalhiggsHZZ(dqmitems,"4e selection: global Efficiencies ",
4708  [{'path': "HLT/Higgs/HZZ/Efficiencies_ElectronTriggers", 'description': "Electron Trigger efficiencies wrt the events passing the selection ( at least 4 electrons pt>10,eta<2.4, opp. charge, H/E<0.05, 0.6< E/p<2.5)"}])
4709 
4710 trigvalhiggsHZZ(dqmitems,"2e2mu selection: global Efficiencies ",
4711  [{'path': "HLT/Higgs/HZZ/TriggerEfficiencies_EmuChannel", 'description': "Trigger efficiencies wrt the events passing the selection ( at least 2 muons and 2 electrons pt>10,20,eta<2.4, opp. charge, muons:globalMuons, electrons:H/E<0.05, 0.6< E/p<2.5)"}])
4712 
4713 
4714 def trigvalhiggsHtaunu(i, p, *rows): i["HLT/Higgs/HiggsValidationReport/Htaunu/" + p] = DQMItem(layout=rows)
4715 
4716 trigvalhiggsHtaunu(dqmitems,"Tau global Efficiencies ",
4717  [{'path': "HLT/Higgs/Htaunu/globalEfficiencies", 'description': "Tau trigger efficiencies wrt the events passing the selection ( at least 1 gen tau pt>100,eta<2.4)"}])
4718 
4719 
4720 
4721 
4722 
4723 
4724 
4725 
4726 ###---- QCD selection goes here: ----
4727 #def trigvalqcd(i, p, *rows): i["HLT//Preselection" + p] = DQMItem(layout=rows)
def trigvalegammaZ
&quot;&quot;" Layout file for trigger release validation facilitating organization/regrouping of subsystem hist...
def trigvaltau
trigvalmuon(dqmitems, thisPath + &quot;/1: Trigger Path Efficiency Summary&quot;, [{&#39;path&#39;: &quot;HLT/Muon/Summar...
def trigvalhiggsHWW
General.
def trigvalalca
-— BJET selection goes here: -— def trigvalbjet(i, p, *rows): i[&quot;HLT//Preselection&quot; + p] = DQMItem(la...
def trigvaltopmuon
-— TOP selection goes here: -—
def trigvaljetmet
-— JETMET selection goes here: -—
def trigvalsusybsm
-— SUSYEXO selection goes here: -—
def trigvalmuon
-— MUON selection goes here: -—