CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
shift_hlt_relval_layout Namespace Reference

Functions

def trigvalalca
 -— ALCA selection goes here: -— More...
 
def trigvalbjet
 -— BJET selection goes here: -— More...
 
def trigvalbphys
 -— HEAVYFLAVOR selection goes here: -— More...
 
def trigvalegammaW
 
def trigvalegammaZ
 -— EGAMMA selection goes here: -— More...
 
def trigvalFVEle
 -— GENERIC - FourVector Electron More...
 
def trigvalFVJet
 -— GENERIC - FourVector Jet More...
 
def trigvalFVMuon
 """ This layout file contains hlt me selection for release validation -each subsystem specifies below O(10) most important validation histograms -histogram folder is specified as def hltval<subsys>(i, p, *rows): i["00 Shift/TRIGGER Validation/HLT <subsys>" + p] = DQMItem(layout=rows) -selected histograms are specified as hltval<subsys>(dqmitems,"doubleEle5SWL1R", [{'path': "path to histogram as HLT/<subsys>/<my folder>/<my histo>", 'description':"summary histogram description"}]) """ More...
 
def trigvalFVPho
 -— GENERIC - FourVector Photon More...
 
def trigvalhiggs
 No Selections ################. More...
 
def trigvaljetmet
 -— JETMET selection goes here: -— More...
 
def trigvalmuon
 
def trigvalqcd
 -— QCD selection goes here: -— More...
 
def trigvalsusybsm
 -— SUSYEXO selection goes here: -— More...
 
def trigvaltau
 -— TAU selection goes here: -— More...
 
def trigvaltop
 -— TOP selection goes here: -— More...
 

Variables

string muonDocumentation = " (HLT_IsoMu3 path) (<a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationMuon\">documentation</a>)"
 
string muonPath = "HLT/Muon/Distributions/HLT_IsoMu3/"
 -— MUON selection goes here: -— More...
 

Function Documentation

def shift_hlt_relval_layout.trigvalalca (   i,
  p,
  rows 
)

-— ALCA selection goes here: -—

Definition at line 248 of file shift_hlt_relval_layout.py.

249 def trigvalalca(i, p, *rows): i["00 Shift/HLT/AlCa/" + p] = DQMItem(layout=rows)
250 trigvalalca(dqmitems,"Pi0 inv mass",
251  [{'path': "HLT/AlCaEcalPi0/Pi0InvmassEB", 'description': "Pi0 Invariant mass EB . For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSpecialHLTOfflinePerformance\">here</a>."}])
252 trigvalalca(dqmitems,"event energy eb",
253  [{'path': "HLT/EcalPhiSym/eventEnergyEB", 'description': "Event energy EB . For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideSpecialHLTOfflinePerformance\">here</a>."}])
254 
255 
def trigvalalca
-— ALCA selection goes here: -—
def shift_hlt_relval_layout.trigvalbjet (   i,
  p,
  rows 
)

-— BJET selection goes here: -—

Definition at line 244 of file shift_hlt_relval_layout.py.

245 def trigvalbjet(i, p, *rows): i["00 Shift/HLT/BJet/" + p] = DQMItem(layout=rows)
def trigvalbjet
-— BJET selection goes here: -—
def shift_hlt_relval_layout.trigvalbphys (   i,
  p,
  rows 
)

-— HEAVYFLAVOR selection goes here: -—

Definition at line 257 of file shift_hlt_relval_layout.py.

258 def trigvalbphys(i, p, *rows): i["00 Shift/HLT/HeavyFlavor/" + p] = DQMItem(layout=rows)
259 trigvalbphys(dqmitems,"Quakonium efficiency",
260  [{'path': "HLT/HeavyFlavor/QuarkoniumEfficiencies/genQuakonium_genPt", 'description': ". For more information please click <a href=\"\">here</a>."}])
261 
262 
def trigvalbphys
-— HEAVYFLAVOR selection goes here: -—
def shift_hlt_relval_layout.trigvalegammaW (   i,
  p,
  rows 
)

Definition at line 120 of file shift_hlt_relval_layout.py.

121 def trigvalegammaW(i, p, *rows): i["00 Shift/HLT/Egamma/Wenu Preselection/" + p] = DQMItem(layout=rows)
122 
123 trigvalegammaW(dqmitems,"Ele10LWL1R",
124 [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMWenu/efficiency_by_step_MC_matched", 'description':"per-event efficiency (MC matched) for Ele10LWL1R"}])
125 
126 trigvalegammaW(dqmitems,"Ele10LWEleIdL1R",
127 [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMWenu/efficiency_by_step_MC_matched", 'description':"per-event efficiency (MC matched) for Ele10LWEleIdL1R"}])
128 
def shift_hlt_relval_layout.trigvalegammaZ (   i,
  p,
  rows 
)

-— EGAMMA selection goes here: -—

Definition at line 109 of file shift_hlt_relval_layout.py.

110 def trigvalegammaZ(i, p, *rows): i["00 Shift/HLT/Egamma/Zee Preselection/" + p] = DQMItem(layout=rows)
111 
112 trigvalegammaZ(dqmitems,"doubleEle5SWL1R",
113 [{'path': "HLT/HLTEgammaValidation/HLT_DoubleEle5_SW_L1RDQMZee/efficiency_by_step_MC_matched", 'description':"per-event efficiency (MC matched) for doubleEle5SWL1R"}])
114 
115 trigvalegammaZ(dqmitems,"Ele10LWL1R",
116 [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_L1RDQMZee/efficiency_by_step_MC_matched", 'description':"per-event efficiency (MC matched) for Ele10LWL1R"}])
117 
118 trigvalegammaZ(dqmitems,"Ele10LWEleIdL1R",
119 [{'path': "HLT/HLTEgammaValidation/HLT_Ele10_LW_EleId_L1RDQMZee/efficiency_by_step_MC_matched", 'description':"per-event efficiency (MC matched) for Ele10LWEleIdL1R"}])
def trigvalegammaZ
-— EGAMMA selection goes here: -—
def shift_hlt_relval_layout.trigvalFVEle (   i,
  p,
  rows 
)

-— GENERIC - FourVector Electron

Definition at line 41 of file shift_hlt_relval_layout.py.

41 
42 def trigvalFVEle(i, p, *rows): i["00 Shift/HLT/RelVal/FourVector/Electron/" + p] = DQMItem(layout=rows)
43 
44 
45 trigvalFVEle(dqmitems,"Eff HLT to MC",
46 [{'path': "HLT/FourVector_Val/client/HLT_Ele10_LW_L1R/custom-eff/HLT_Ele10_LW_L1R_wrt__mcEt_Eff_OnToMc", 'description':"Efficiency of HLT to MC for path HLT_Ele10_LW_L1R"}])
47 
48 trigvalFVEle(dqmitems,"Eff HLT to MC eta-phi",
49 [{'path': "HLT/FourVector_Val/client/HLT_Ele10_LW_L1R/custom-eff/HLT_Ele10_LW_L1R_wrt__mcEtamcPhi_Eff_OnToMc", 'description':"Efficiency of HLT to MC for path HLT_Ele10_LW_L1R"}])
50 
51 trigvalFVEle(dqmitems,"Eff HLT to L1",
52 [{'path': "HLT/FourVector_Val/client/HLT_Ele10_LW_L1R/custom-eff/HLT_Ele10_LW_L1R_wrt__l1Et_Eff_OnToL1", 'description':"Efficiency of HLT to L1 for path HLT_Ele10_LW_L1R"}])
53 
54 trigvalFVEle(dqmitems,"Eff HLT to RECO",
55 [{'path': "HLT/FourVector_Val/client/HLT_Ele10_LW_L1R/custom-eff/HLT_Ele10_LW_L1R_wrt__offEt_Eff_OnToOff", 'description':"Efficiency of HLT to RECO for path HLT_Ele10_LW_L1R"}])
56 
57 trigvalFVEle(dqmitems,"Eff L1 to MC",
58 [{'path': "HLT/FourVector_Val/client/HLT_Ele10_LW_L1R/custom-eff/HLT_Ele10_LW_L1R_wrt__mcEt_Eff_L1ToMc", 'description':"Efficiency of L1 to MC for path HLT_Ele10_LW_L1R"}])
59 
60 trigvalFVEle(dqmitems,"Eff L1 to RECO",
61 [{'path': "HLT/FourVector_Val/client/HLT_Ele10_LW_L1R/custom-eff/HLT_Ele10_LW_L1R_wrt__offEt_Eff_L1ToOff", 'description':"Efficiency of L1 to RECO for path HLT_Ele10_LW_L1R"}])
def trigvalFVEle
-— GENERIC - FourVector Electron
def shift_hlt_relval_layout.trigvalFVJet (   i,
  p,
  rows 
)

-— GENERIC - FourVector Jet

Definition at line 63 of file shift_hlt_relval_layout.py.

63 
64 def trigvalFVJet(i, p, *rows): i["00 Shift/HLT/RelVal/FourVector/Jet/" + p] = DQMItem(layout=rows)
65 
66 
67 trigvalFVJet(dqmitems,"Eff HLT to MC",
68 [{'path': "HLT/FourVector_Val/client/HLT_Jet30U/custom-eff/HLT_Jet30U_wrt__mcEt_Eff_OnToMc", 'description':"Efficiency of HLT to MC for path HLT_Jet30U"}])
69 
70 trigvalFVJet(dqmitems,"Eff HLT to MC eta-phi",
71 [{'path': "HLT/FourVector_Val/client/HLT_Jet30U/custom-eff/HLT_Jet30U_wrt__mcEtamcPhi_Eff_OnToMc", 'description':"Efficiency of HLT to MC for path HLT_Jet30U"}])
72 
73 trigvalFVJet(dqmitems,"Eff HLT to L1",
74 [{'path': "HLT/FourVector_Val/client/HLT_Jet30U/custom-eff/HLT_Jet30U_wrt__l1Et_Eff_OnToL1", 'description':"Efficiency of HLT to L1 for path HLT_Jet30U"}])
75 
76 trigvalFVJet(dqmitems,"Eff HLT to RECO",
77 [{'path': "HLT/FourVector_Val/client/HLT_Jet30U/custom-eff/HLT_Jet30U_wrt__offEt_Eff_OnToOff", 'description':"Efficiency of HLT to RECO for path HLT_Jet30U"}])
78 
79 trigvalFVJet(dqmitems,"Eff L1 to MC",
80 [{'path': "HLT/FourVector_Val/client/HLT_Jet30U/custom-eff/HLT_Jet30U_wrt__mcEt_Eff_L1ToMc", 'description':"Efficiency of L1 to MC for path HLT_Jet30U"}])
81 
82 trigvalFVJet(dqmitems,"Eff L1 to RECO",
83 [{'path': "HLT/FourVector_Val/client/HLT_Jet30U/custom-eff/HLT_Jet30U_wrt__offEt_Eff_L1ToOff", 'description':"Efficiency of L1 to RECO for path HLT_Jet30U"}])
def trigvalFVJet
-— GENERIC - FourVector Jet
def shift_hlt_relval_layout.trigvalFVMuon (   i,
  p,
  rows 
)

""" This layout file contains hlt me selection for release validation -each subsystem specifies below O(10) most important validation histograms -histogram folder is specified as def hltval<subsys>(i, p, *rows): i["00 Shift/TRIGGER Validation/HLT <subsys>" + p] = DQMItem(layout=rows) -selected histograms are specified as hltval<subsys>(dqmitems,"doubleEle5SWL1R", [{'path': "path to histogram as HLT/<subsys>/<my folder>/<my histo>", 'description':"summary histogram description"}]) """

-— GENERIC - FourVector selection goes here: ####-— GENERIC - FourVector Muon

Definition at line 19 of file shift_hlt_relval_layout.py.

19 
20 def trigvalFVMuon(i, p, *rows): i["00 Shift/HLT/RelVal/FourVector/Muon/" + p] = DQMItem(layout=rows)
21 
22 
23 trigvalFVMuon(dqmitems,"Eff HLT to MC",
24 [{'path': "HLT/FourVector_Val/client/HLT_Mu9/custom-eff/HLT_Mu9_wrt__mcEt_Eff_OnToMc", 'description':"Efficiency of HLT to MC for path HLT_Mu9"}])
25 
26 trigvalFVMuon(dqmitems,"Eff HLT to MC eta-phi",
27 [{'path': "HLT/FourVector_Val/client/HLT_Mu9/custom-eff/HLT_Mu9_wrt__mcEtamcPhi_Eff_OnToMc", 'description':"Efficiency of HLT to MC for path HLT_Mu9"}])
28 
29 trigvalFVMuon(dqmitems,"Eff HLT to L1",
30 [{'path': "HLT/FourVector_Val/client/HLT_Mu9/custom-eff/HLT_Mu9_wrt__l1Et_Eff_OnToL1", 'description':"Efficiency of HLT to L1 for path HLT_Mu9"}])
31 
32 trigvalFVMuon(dqmitems,"Eff HLT to RECO",
33 [{'path': "HLT/FourVector_Val/client/HLT_Mu9/custom-eff/HLT_Mu9_wrt__offEt_Eff_OnToOff", 'description':"Efficiency of HLT to RECO for path HLT_Mu9"}])
34 
35 trigvalFVMuon(dqmitems,"Eff L1 to MC",
36 [{'path': "HLT/FourVector_Val/client/HLT_Mu9/custom-eff/HLT_Mu9_wrt__mcEt_Eff_L1ToMc", 'description':"Efficiency of L1 to MC for path HLT_Mu9"}])
37 
38 trigvalFVMuon(dqmitems,"Eff L1 to RECO",
39 [{'path': "HLT/FourVector_Val/client/HLT_Mu9/custom-eff/HLT_Mu9_wrt__offEt_Eff_L1ToOff", 'description':"Efficiency of L1 to RECO for path HLT_Mu9"}])
def trigvalFVMuon
&quot;&quot;" This layout file contains hlt me selection for release validation -each subsystem specifies bel...
def shift_hlt_relval_layout.trigvalFVPho (   i,
  p,
  rows 
)

-— GENERIC - FourVector Photon

Definition at line 85 of file shift_hlt_relval_layout.py.

85 
86 def trigvalFVPho(i, p, *rows): i["00 Shift/HLT/RelVal/FourVector/Photon/" + p] = DQMItem(layout=rows)
87 
88 
89 trigvalFVPho(dqmitems,"Eff HLT to MC",
90 [{'path': "HLT/FourVector_Val/client/HLT_Photon15_L1R/custom-eff/HLT_Photon15_L1R_wrt__mcEt_Eff_OnToMc", 'description':"Efficiency of HLT to MC for path HLT_Photon15_L1R"}])
91 
92 trigvalFVPho(dqmitems,"Eff HLT to MC eta-phi",
93 [{'path': "HLT/FourVector_Val/client/HLT_Photon15_L1R/custom-eff/HLT_Photon15_L1R_wrt__mcEtamcPhi_Eff_OnToMc", 'description':"Efficiency of HLT to MC for path HLT_Photon15_L1R"}])
94 
95 trigvalFVPho(dqmitems,"Eff HLT to L1",
96 [{'path': "HLT/FourVector_Val/client/HLT_Photon15_L1R/custom-eff/HLT_Photon15_L1R_wrt__l1Et_Eff_OnToL1", 'description':"Efficiency of HLT to L1 for path HLT_Photon15_L1R"}])
97 
98 trigvalFVPho(dqmitems,"Eff HLT to RECO",
99 [{'path': "HLT/FourVector_Val/client/HLT_Photon15_L1R/custom-eff/HLT_Photon15_L1R_wrt__offEt_Eff_OnToOff", 'description':"Efficiency of HLT to RECO for path HLT_Photon15_L1R"}])
100 
101 trigvalFVPho(dqmitems,"Eff L1 to MC",
102 [{'path': "HLT/FourVector_Val/client/HLT_Photon15_L1R/custom-eff/HLT_Photon15_L1R_wrt__mcEt_Eff_L1ToMc", 'description':"Efficiency of L1 to MC for path HLT_Photon15_L1R"}])
103 
104 trigvalFVPho(dqmitems,"Eff L1 to RECO",
105 [{'path': "HLT/FourVector_Val/client/HLT_Photon15_L1R/custom-eff/HLT_Photon15_L1R_wrt__offEt_Eff_L1ToOff", 'description':"Efficiency of L1 to RECO for path HLT_Photon15_L1R"}])
106 
def trigvalFVPho
-— GENERIC - FourVector Photon
def shift_hlt_relval_layout.trigvalhiggs (   i,
  p,
  rows 
)

No Selections ################.

-— HIGGS selection goes here: -—

Definition at line 334 of file shift_hlt_relval_layout.py.

335 def trigvalhiggs(i, p, *rows): i["00 Shift/HLT/Higgs/" + p] = DQMItem(layout=rows)
336 
337 trigvalhiggs(dqmitems,"HLTMu9 eff vs eta ",
338  [{'path': "HLT/Higgs/HWW/EffVsEta_HLT_Mu9_EM", 'description': "Trigger efficiency for HLT_Mu9 vs muon eta .For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationHiggs\">here</a>."}])
339 
340 trigvalhiggs(dqmitems,"HLTMu9 eff vs pt ",
341  [{'path': "HLT/Higgs/HWW/EffVsPt_HLT_Mu9_EM", 'description': "Trigger efficiency for HLT_Mu9 vs muon pt .For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationHiggs\">here</a>."}])
342 
343 trigvalhiggs(dqmitems,"HLTEle10LWL1R eff vs pt ",
344  [{'path': "HLT/Higgs/HWW/EffVsPt_HLT_Ele10_LW_L1R_EM", 'description': "Trigger efficiency for HLT_Ele10_LW_L1R vs electron pt .For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationHiggs\">here</a>."}])
345 
346 trigvalhiggs(dqmitems,"HLTEle10LWL1R eff vs eta",
347  [{'path': "HLT/Higgs/HWW/EffVsEta_HLT_Ele10_LW_L1R_EM", 'description': "Trigger efficiency for HLT_Ele10_LW_L1R vs electron eta .For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationHiggs\">here</a>."}])
348 
349 trigvalhiggs(dqmitems,"HLTDoublePhoton10L1R eff vs eta",
350  [{'path': "HLT/Higgs/Hgg/EffVsEta_HLT_DoublePhoton10_L1R", 'description': "Trigger efficiency for HLT_DoublePhoton10_L1R vs photon eta. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationHiggs\">here</a>. "}])
351 trigvalhiggs(dqmitems,"HLTDoublePhoton10L1R eff vs pt",
352  [{'path': "HLT/Higgs/Hgg/EffVsPt_HLT_DoublePhoton10_L1R", 'description': "Trigger efficiency for HLT_DoublePhoton10_L1R vs photon pt .For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationHiggs\">here</a>."}])
353 
354 
def trigvalhiggs
No Selections ################.
def shift_hlt_relval_layout.trigvaljetmet (   i,
  p,
  rows 
)

-— JETMET selection goes here: -—

Definition at line 200 of file shift_hlt_relval_layout.py.

201 def trigvaljetmet(i, p, *rows): i["00 Shift/HLT/JetMET/" + p] = DQMItem(layout=rows)
202 
203 trigvaljetmet(dqmitems,"HLTMET35 eff vs recMet Data",
204  [{'path': "HLT/HLTJETMET/SingleMET35/Reco Missing ET Turn-On Data", 'description': "Trigger efficiency for HLTMET35 versus recMET wrt lower threshold trigger"}])
205 trigvaljetmet(dqmitems,"HLTMET45 eff vs recMet Data",
206  [{'path': "HLT/HLTJETMET/SingleMET45/Reco Missing ET Turn-On Data", 'description': "Trigger efficiency for HLTMET45 versus recMET wrt lower threshold trigger"}])
207 trigvaljetmet(dqmitems,"HLTMET60 eff vs recMet Data",
208  [{'path': "HLT/HLTJETMET/SingleMET60/Reco Missing ET Turn-On Data", 'description': "Trigger efficiency for HLTMET60 versus recMET wrt lower threshold trigger"}])
209 trigvaljetmet(dqmitems,"HLTMET100 eff vs recMet Data",
210  [{'path': "HLT/HLTJETMET/SingleMET100/Reco Missing ET Turn-On Data", 'description': "Trigger efficiency for HLTMET100 versus recMET wrt lower threshold trigger"}])
211 trigvaljetmet(dqmitems,"HLTJet15U eff vs recJet Pt Data",
212  [{'path': "HLT/HLTJETMET/SingleJet15U/Reco Jet Pt Turn-On Data", 'description': "Trigger efficiency for HLTJet15U versus recJet Pt wrt lower threshold trigger"}])
213 trigvaljetmet(dqmitems,"HLTJet30U eff vs recJet Pt Data",
214  [{'path': "HLT/HLTJETMET/SingleJet30U/Reco Jet Pt Turn-On Data", 'description': "Trigger efficiency for HLTJet30U versus recJet Pt wrt lower threshold trigger"}])
215 trigvaljetmet(dqmitems,"HLTJet50U eff vs recJet Pt Data",
216  [{'path': "HLT/HLTJETMET/SingleJet50U/Reco Jet Pt Turn-On Data", 'description': "Trigger efficiency for HLTJet50U versus recJet Pt wrt lower threshold trigger"}])
217 trigvaljetmet(dqmitems,"HLTJet70U eff vs recJet Pt Data",
218  [{'path': "HLT/HLTJETMET/SingleJet70U/Reco Jet Pt Turn-On Data", 'description': "Trigger efficiency for HLTJet70U versus recJet Pt wrt lower threshold trigger"}])
219 trigvaljetmet(dqmitems,"HLTJet100U eff vs recJet Pt Data",
220  [{'path': "HLT/HLTJETMET/SingleJet100U/Reco Jet Pt Turn-On Data", 'description': "Trigger efficiency for HLTJet100U versus recJet Pt wrt lower threshold trigger"}])
221 trigvaljetmet(dqmitems,"HLTJet15U eff vs recJet Eta Data",
222  [{'path': "HLT/HLTJETMET/SingleJet15U/Reco Jet Eta Turn-On Data", 'description': "Trigger efficiency for HLTJet15U versus recJet Eta wrt lower threshold trigger"}])
223 trigvaljetmet(dqmitems,"HLTJet30U eff vs recJet Eta Data",
224  [{'path': "HLT/HLTJETMET/SingleJet30U/Reco Jet Eta Turn-On Data", 'description': "Trigger efficiency for HLTJet30U versus recJet Eta wrt lower threshold trigger"}])
225 trigvaljetmet(dqmitems,"HLTJet50U eff vs recJet Eta Data",
226  [{'path': "HLT/HLTJETMET/SingleJet50U/Reco Jet Eta Turn-On Data", 'description': "Trigger efficiency for HLTJet50U versus recJet Eta wrt lower threshold trigger"}])
227 trigvaljetmet(dqmitems,"HLTJet70U eff vs recJet Eta Data",
228  [{'path': "HLT/HLTJETMET/SingleJet70U/Reco Jet Eta Turn-On Data", 'description': "Trigger efficiency for HLTJet70U versus recJet Eta wrt lower threshold trigger"}])
229 trigvaljetmet(dqmitems,"HLTJet100U eff vs recJet Eta Data",
230  [{'path': "HLT/HLTJETMET/SingleJet100U/Reco Jet Eta Turn-On Data", 'description': "Trigger efficiency for HLTJet100U versus recJet Eta wrt lower threshold trigger"}])
231 trigvaljetmet(dqmitems,"HLTJet15U eff vs recJet Phi Data",
232  [{'path': "HLT/HLTJETMET/SingleJet15U/Reco Jet Phi Turn-On Data", 'description': "Trigger efficiency for HLTJet15U versus recJet Phi wrt lower threshold trigger"}])
233 trigvaljetmet(dqmitems,"HLTJet30U eff vs recJet Phi Data",
234  [{'path': "HLT/HLTJETMET/SingleJet30U/Reco Jet Phi Turn-On Data", 'description': "Trigger efficiency for HLTJet30U versus recJet Phi wrt lower threshold trigger"}])
235 trigvaljetmet(dqmitems,"HLTJet50U eff vs recJet Phi Data",
236  [{'path': "HLT/HLTJETMET/SingleJet50U/Reco Jet Phi Turn-On Data", 'description': "Trigger efficiency for HLTJet50U versus recJet Phi wrt lower threshold trigger"}])
237 trigvaljetmet(dqmitems,"HLTJet70U eff vs recJet Phi Data",
238  [{'path': "HLT/HLTJETMET/SingleJet70U/Reco Jet Phi Turn-On Data", 'description': "Trigger efficiency for HLTJet70U versus recJet Phi wrt lower threshold trigger"}])
239 trigvaljetmet(dqmitems,"HLTJet100U eff vs recJet Phi Data",
240  [{'path': "HLT/HLTJETMET/SingleJet100U/Reco Jet Phi Turn-On Data", 'description': "Trigger efficiency for HLTJet100U versus recJet Phi wrt lower threshold trigger"}])
241 trigvaljetmet(dqmitems,"HLTHT300MHT100 eff vs recHT Data",
242  [{'path': "HLT/HLTJETMET/HT300MHT100/Reco HT Turn-On Data", 'description': "Trigger efficiency for HLTHT300MHT100 versus recHT wrt lower threshold trigger"}])
def trigvaljetmet
-— JETMET selection goes here: -—
def shift_hlt_relval_layout.trigvalmuon (   i,
  p,
  rows 
)

Definition at line 134 of file shift_hlt_relval_layout.py.

135 def trigvalmuon(i, p, *rows): i["00 Shift/HLT/Muon/" + p] = DQMItem(layout=rows)
136 
137 trigvalmuon(dqmitems, "Efficiency of L1",
138  [{'path': muonPath + "genEffEta_L1",
139  'description': "Efficiency to find an L1 muon associated to a generated muon vs. eta" + muonDocumentation}])
140 
141 trigvalmuon(dqmitems, "Efficiency of L2",
142  [{'path': muonPath + "genEffEta_L2",
143  'description': "Efficiency to find a gen-matched L2 muon associated to a gen-matched L1 muon vs. eta" + muonDocumentation}])
144 
145 trigvalmuon(dqmitems, "Efficiency of L2 After Isolation Step",
146  [{'path': muonPath + "genEffEta_L2Iso",
147  'description': "Efficiency to find an isolated gen-matched L2 muon associated to a gen-matched L1 muon vs. eta" + muonDocumentation}])
148 
149 trigvalmuon(dqmitems, "Efficiency of L3",
150  [{'path': muonPath + "genEffEta_L3",
151  'description': "Efficiency to find a gen-matched L3 muon associated to a gen-matched L1 muon vs. eta" + muonDocumentation}])
152 
153 trigvalmuon(dqmitems, "Efficiency of L3 After Isolation Step",
154  [{'path': muonPath + "genEffEta_L3Iso",
155  'description': "Efficiency to find an isolated gen-matched L3 muon associated to a gen-matched L1 muon vs. eta" + muonDocumentation}])
156 
def shift_hlt_relval_layout.trigvalqcd (   i,
  p,
  rows 
)

-— QCD selection goes here: -—

Definition at line 356 of file shift_hlt_relval_layout.py.

357 def trigvalqcd(i, p, *rows): i["00 Shift/HLT/QCD/" + p] = DQMItem(layout=rows)
358 #trigvalqcd(dqmitems,"", [{'path': "HLT/", 'description': ". For more information please click <a href=\"\">here</a>."}])
359 
360 
361 
362 
363 #trigvallayout(dqmitems,"HLT Histograms",
364 # [{'path': "HLT/", 'description': "Trigger efficiency . For more information please click <a href=\"https:\">here</a>."}])
365 
366 
367 
368 
369 
370 
def trigvalqcd
-— QCD selection goes here: -—
def shift_hlt_relval_layout.trigvalsusybsm (   i,
  p,
  rows 
)

-— SUSYEXO selection goes here: -—

Definition at line 280 of file shift_hlt_relval_layout.py.

281 def trigvalsusybsm(i, p, *rows): i["00 Shift/HLT/SusyExo/" + p] = DQMItem(layout=rows)
def trigvalsusybsm
-— SUSYEXO selection goes here: -—
def shift_hlt_relval_layout.trigvaltau (   i,
  p,
  rows 
)

-— TAU selection goes here: -—

Definition at line 158 of file shift_hlt_relval_layout.py.

159 def trigvaltau(i, p, *rows): i["00 Shift/HLT/Tau/" + p] = DQMItem(layout=rows)
160 hltTAUlumi='8E29'
161 
162 trigvaltau(dqmitems,"Double Tau Path Performance",
163  [{'path': "HLT/TauRelVal/MC_"+hltTAUlumi+ "/DoubleTau/EfficiencyRefInput",
164  'description':"Efficiency of the Double Tau Path with ref to MC for "+hltTAUlumi},
165  {'path': "HLT/TauRelVal/MC_"+hltTAUlumi+ "/DoubleTau/EfficiencyRefPrevious",
166  'description':"Efficiency of the Double Tau Path with ref to previous step( "+hltTAUlumi+")"}
167 
168  ])
169 trigvaltau(dqmitems,"Single Tau Path Performance",
170  [
171  {'path': "HLT/TauRelVal/MC_"+hltTAUlumi+ "/SingleTau/EfficiencyRefInput",
172  'description':"Efficiency of the Single Tau Path with ref to MC for "+hltTAUlumi},
173  {'path': "HLT/TauRelVal/MC_"+hltTAUlumi+ "/SingleTau/EfficiencyRefPrevious",
174  'description':"Efficiency of the Single Tau Path with ref to previous step( "+hltTAUlumi+")"}
175  ])
176 trigvaltau(dqmitems,"L1 Performance",
177  [
178  {'path': "HLT/TauRelVal/MC_"+hltTAUlumi+ "/L1/L1TauEtEff", 'description':"L1 Tau Efficiency vs pt with ref to MC for "+hltTAUlumi},
179  {'path': "HLT/TauRelVal/MC_"+hltTAUlumi+ "/L1/L1TauEtaEff", 'description':"L1 Tau Efficiency vs pt with ref to MC for "+hltTAUlumi},
180  ])
181 
182 trigvaltau(dqmitems,"L2 Performance",
183  [
184  {'path': "HLT/TauRelVal/MC_"+hltTAUlumi+ "/L2/L2TauEtEff", 'description':"L2 Tau Efficiency vs pt with ref to MC for "+hltTAUlumi},
185  {'path': "HLT/TauRelVal/MC_"+hltTAUlumi+ "/L2/L2TauEtaEff", 'description':"L2 Tau Efficiency vs pt with ref to MC for "+hltTAUlumi},
186  ])
187 
188 trigvaltau(dqmitems,"L1 Resolution",
189  [
190  {'path': "HLT/TauRelVal/MC_"+hltTAUlumi+ "/L1/L1TauEtResol", 'description':"L1 Tau ET resolution with ref to MC for "+hltTAUlumi}
191  ])
192 
193 trigvaltau(dqmitems,"L2 Resolution",
194  [
195  {'path': "HLT/TauRelVal/MC_"+hltTAUlumi+ "/L2/L2TauEtResol", 'description':"L2 Tau ET resolution with ref to MC for "+hltTAUlumi}
196  ])
197 
198 
def trigvaltau
-— TAU selection goes here: -—
def shift_hlt_relval_layout.trigvaltop (   i,
  p,
  rows 
)

-— TOP selection goes here: -—

Definition at line 264 of file shift_hlt_relval_layout.py.

265 def trigvaltop(i, p, *rows): i["00 Shift/HLT/Top/" + p] = DQMItem(layout=rows)
266 trigvaltop(dqmitems,"HLT_Mu9 eff vs Eta",
267  [{'path': "HLT/Top/Semileptonic_muon/EffVsEta_HLT_Mu9", 'description': "Trigger efficiency for HLT_Mu9 versus muon eta . For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationTop\">here</a>."}])
268 
269 trigvaltop(dqmitems,"HLT_Mu9 eff vs Pt",
270  [{'path': "HLT/Top/Semileptonic_muon/EffVsPt_HLT_Mu9", 'description': "Trigger efficiency for HLT_Mu9 versus muon pt. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationTop\">here</a>."}])
271 
272 
273 trigvaltop(dqmitems,"HLT_Ele15SWLooseTrkIso eff vs Eta",
274  [{'path': "HLT/Top/Semileptonic_electron/EffVsEta_HLT_Ele15_SW_LooseTrackIso_L1R", 'description': "Trigger efficiency for HLT_Ele15_SW_LooseTrackIso_L1R versus electron eta. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationTop\">here</a>."}])
275 
276 trigvaltop(dqmitems,"HLT_Ele15SWLooseTrkIso eff vs Pt",
277  [{'path': "HLT/Top/Semileptonic_electron/EffVsPt_HLT_Ele15_SW_LooseTrackIso_L1R", 'description': "Trigger efficiency for HLT_Ele15_SW_LooseTrackIso_L1R versus electron pt. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationTop\">here</a>."}])
278 
def trigvaltop
-— TOP selection goes here: -—

Variable Documentation

string shift_hlt_relval_layout.muonDocumentation = " (HLT_IsoMu3 path) (<a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerValidationMuon\">documentation</a>)"

Definition at line 132 of file shift_hlt_relval_layout.py.

string shift_hlt_relval_layout.muonPath = "HLT/Muon/Distributions/HLT_IsoMu3/"

-— MUON selection goes here: -—

Definition at line 131 of file shift_hlt_relval_layout.py.