CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
shift_hlt_layout.py
Go to the documentation of this file.
1 def hltlayout(i, p, *rows): i["00 Shift/HLT/" + p] = DQMItem(layout=rows)
2 
3 
4 #hltlayout(dqmitems,"01 HLT Stream A Composition", [{'path': "HLT/TrigResults/PathsSummary/HLT LS/HLT_A_LS", 'description': "Shows total rate of Stream A (top Y bin) and the PD's in stream A. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
5 #hltlayout(dqmitems,"02 HLT Stream A Composition", [{'path': "HLT/TrigResults/PathsSummary/HLT Correlations/HLT_A_Pass_Normalized_Any", 'description': "Shows relative fraction of the PD's in stream A. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
6 
7 
8 def hltlayout(i, p, *rows): i["00 Shift/HLT/Cosmics/" + p] = DQMItem(layout=rows)
9 
10 
11 hltlayout(dqmitems,"01 HLT_Commissioning_Pass_Any",
12  [{'path': "HLT/FourVector/PathsSummary/HLT_Commissioning_Pass_Any", 'description': "Shows total number of HLT Commissioning trigger accepts and the total number of any HLT accepts. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
13 
14 hltlayout(dqmitems,"02 HLT_Cosmics_Pass_Any",
15  [{'path': "HLT/FourVector/PathsSummary/HLT_Cosmics_Pass_Any", 'description': "Shows total number of HLT Cosmics trigger accepts and the total number of any HLT accepts. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
16 
17 hltlayout(dqmitems,"03 HLT_ForwardTriggers_Pass_Any",
18  [{'path': "HLT/FourVector/PathsSummary/HLT_ForwardTriggers_Pass_Any", 'description': "Shows total number of HLT ForwardTriggers trigger accepts and the total number of any HLT accepts. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
19 
20 hltlayout(dqmitems,"04 HLT_HcalHPDNoise_Pass_Any",
21  [{'path': "HLT/FourVector/PathsSummary/HLT_HcalHPDNoise_Pass_Any", 'description': "Shows total number of HLT HcalHPDNoise trigger accepts and the total number of any HLT accepts. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
22 
23 hltlayout(dqmitems,"05 HLT_HcalNZS_Pass_Any",
24  [{'path': "HLT/FourVector/PathsSummary/HLT_HcalNZS_Pass_Any", 'description': "Shows total number of HLT HcalNZS trigger accepts and the total number of any HLT accepts. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
25 
26 
27 
28 def hltlayout(i, p, *rows): i["00 Shift/HLT/Collisions/" + p] = DQMItem(layout=rows)
29 
30 
31 # slaunwhj -- updated March 9 2011 for new PDs
32 # hdyoo -- update May 22 for new PDs (remove forward/METBtag, add MET, BTag)
33 # slaunwhj -- update June 30 change to xsec plots
34 
35 #hltlayout(dqmitems,"01 HLT_BTag_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_BTag_Xsec", 'description': "Shows total number of BTag PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
36 
37 #hltlayout(dqmitems,"02 HLT_Commissioning_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_Commissioning_Xsec", 'description': "Shows total number of Commissioning PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
38 
39 #hltlayout(dqmitems,"03 HLT_Cosmics_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_Cosmics_Xsec", 'description': "Shows total number of Cosmics PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
40 
41 #hltlayout(dqmitems,"04 HLT_DoubleElectron_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_DoubleElectron_Xsec", 'description': "Shows total number of DoubleElectron PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
42 
43 #hltlayout(dqmitems,"05 HLT_DoubleMu_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_DoubleMu_Xsec", 'description': "Shows total number of DoubleMu PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
44 
45 #hltlayout(dqmitems,"06 HLT_ElectronHad_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_ElectronHad_Xsec", 'description': "Shows total number of ElectronHad PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
46 
47 
48 #hltlayout(dqmitems,"07 HLT_HT_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_HT_Xsec", 'description': "Shows total number of HT PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
49 
50 #hltlayout(dqmitems,"08 HLT_HcalHPDNoise_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_HcalHPDNoise_Xsec", 'description': "Shows total number of HcalHPDNoise PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
51 
52 #hltlayout(dqmitems,"09 HLT_HcalNZS_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_HcalNZS_Xsec", 'description': "Shows total number of HcalNZS PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
53 
54 hltlayout(dqmitems,"01 HLT_Jet_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_Jet_Xsec", 'description': "Shows total number of Jet PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
55 
56 #hltlayout(dqmitems,"11 HLT_MET_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_MET_Xsec", 'description': "Shows total number of MET PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
57 
58 #hltlayout(dqmitems,"12 HLT_MinimumBias_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_MinimumBias_Xsec", 'description': "Shows total number of MinimumBias PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
59 
60 #hltlayout(dqmitems,"13 HLT_MuEG_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_MuEG_Xsec", 'description': "Shows total number of MuEG PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
61 
62 #hltlayout(dqmitems,"14 HLT_MuHad_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_MuHad_Xsec", 'description': "Shows total number of MuHad PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
63 
64 #hltlayout(dqmitems,"15 HLT_MuOnia_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_MuOnia_Xsec", 'description': "Shows total number of MuOnia PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
65 
66 #hltlayout(dqmitems,"16 HLT_MultiJet_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_MultiJet_Xsec", 'description': "Shows total number of MultiJet PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
67 
68 #hltlayout(dqmitems,"17 HLT_Photon_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_Photon_Xsec", 'description': "Shows total number of Photon PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
69 
70 #hltlayout(dqmitems,"18 HLT_PhotonHad_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_PhotonHad_Xsec", 'description': "Shows total number of PhotonHad PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
71 
72 hltlayout(dqmitems,"02 HLT_SingleElectron_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_SingleElectron_Xsec", 'description': "Shows total number of SingleElectron PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
73 
74 hltlayout(dqmitems,"03 HLT_SingleMu_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_SingleMu_Xsec", 'description': "Shows total number of SingleMu PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
75 
76 
77 #hltlayout(dqmitems,"21 HLT_Tau_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_Tau_Xsec", 'description': "Shows total number of Tau PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
78 
79 #hltlayout(dqmitems,"22 HLT_TauPlusX_Xsec", [{'path': "HLT/TrigResults/PathsSummary/HLT Counts/HLT_TauPlusX_Xsec", 'description': "Shows total number of TauPlusX PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
80 
81 hltlayout(dqmitems,"04 HLT_Jet_Occupancy", [{'path': "HLT/OccupancyPlots/PD_EtaVsPhi/HLT_Jet_EtaVsPhiFine", 'description': "Shows total number of SingleMu PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
82 hltlayout(dqmitems,"05 HLT_SingleElectron_Occupancy", [{'path': "HLT/OccupancyPlots/PD_EtaVsPhi/HLT_SingleElectron_EtaVsPhiFine", 'description': "Shows total number of SingleMu PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
83 hltlayout(dqmitems,"06 HLT_SingleMu_Occupancy", [{'path': "HLT/OccupancyPlots/PD_EtaVsPhi/HLT_SingleMu_EtaVsPhiFine", 'description': "Shows total number of SingleMu PD accepts and the total number of any HLT accepts in this PD. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])