CMS 3D CMS Logo

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

Functions

def hltoverviewlayout
 

Function Documentation

def hlt_overview_layouts.hltoverviewlayout (   i,
  p,
  rows 
)

Definition at line 1 of file hlt_overview_layouts.py.

1 def hltoverviewlayout(i, p, *rows): i["Collisions/HLTFeedBack/" + p] = DQMItem(layout=rows)
2 
3 hltoverviewlayout(dqmitems,"00 HLT_Egamma_Pass_Any",
4  [{'path': "HLT/FourVector/PathsSummary/HLT_Egamma_Pass_Any", 'description': "Shows total number of HLT Egamma 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>."}])
5 
6 hltoverviewlayout(dqmitems,"01 HLT_JetMet_Pass_Any",
7  [{'path': "HLT/FourVector/PathsSummary/HLT_JetMet_Pass_Any", 'description': "Shows total number of HLT JetMET 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>."}])
8 
9 hltoverviewlayout(dqmitems,"02 HLT_Muon_Pass_Any",
10  [{'path': "HLT/FourVector/PathsSummary/HLT_Muon_Pass_Any", 'description': "Shows total number of HLT Muon 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>."}])
11 
12 hltoverviewlayout(dqmitems,"03 HLT_Rest_Pass_Any",
13  [{'path': "HLT/FourVector/PathsSummary/HLT_Rest_Pass_Any", 'description': "Shows total number of HLT Rest 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>."}])
14 
15 hltoverviewlayout(dqmitems,"04 HLT_Special_Pass_Any",
16  [{'path': "HLT/FourVector/PathsSummary/HLT_Special_Pass_Any", 'description': "Shows total number of HLT Special 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>."}])
17 
18 hltoverviewlayout(dqmitems,"05 All_count_LS",
19  [{'path': "HLT/FourVector/PathsSummary/HLT LS/All_count_LS", 'description': "Show the number of events passing all HLT paths vs. LS (2D histogram) . For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
20 
21 hltoverviewlayout(dqmitems,"06 Group_0_paths_count_LS",
22  [{'path': "HLT/FourVector/PathsSummary/HLT LS/Group_0_paths_count_LS", 'description': "Show the number of events passing HLT paths which are subdivided in groups of 20 vs. LS (2D histogram) . For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
23 
24 hltoverviewlayout(dqmitems,"07 Group_1_paths_count_LS",
25  [{'path': "HLT/FourVector/PathsSummary/HLT LS/Group_1_paths_count_LS", 'description': "Show the number of events passing HLT paths which are subdivided in groups of 20 vs. LS (2D histogram) . For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
26 
27 hltoverviewlayout(dqmitems,"08 Group_2_paths_count_LS",
28  [{'path': "HLT/FourVector/PathsSummary/HLT LS/Group_2_paths_count_LS", 'description': "Show the number of events passing HLT paths which are subdivided in groups of 20 vs. LS (2D histogram) . For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
29 
30 hltoverviewlayout(dqmitems,"09 Group_3_paths_count_LS",
31  [{'path': "HLT/FourVector/PathsSummary/HLT LS/Group_3_paths_count_LS", 'description': "Show the number of events passing HLT paths which are subdivided in groups of 20 vs. LS (2D histogram) . For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
32 
33 hltoverviewlayout(dqmitems,"10 Group_4_paths_count_LS",
34  [{'path': "HLT/FourVector/PathsSummary/HLT LS/Group_4_paths_count_LS", 'description': "Show the number of events passing HLT paths which are subdivided in groups of 20 vs. LS (2D histogram) . For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
35 
36 hltoverviewlayout(dqmitems,"11 Group_-1_paths_count_LS",
37  [{'path': "HLT/FourVector/PathsSummary/HLT LS/Group_-1_paths_count_LS", 'description': "Show the number of events passing HLT paths which are subdivided in groups of 20 vs. LS (2D histogram) . For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])