CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
hlt-layouts Namespace Reference

Functions

def hlt_evInfo_single
 
def hltlayout
 
def tpgSummary_hlt
 TPG HLT ################################3. More...
 
def tpgSummary_l1t
 TPG Summary #################. More...
 

Function Documentation

def hlt-layouts.hlt_evInfo_single (   i,
  dir,
  name 
)

Definition at line 3 of file hlt-layouts.py.

3 
4 def hlt_evInfo_single(i, dir, name):
5  i["HLT/Layouts/00-FourVector-Summary/%s" % name] = \
6  DQMItem(layout=[["HLT/%s/%s" % (dir, name)]])
7 
8 
9 
10 # list of summary GT histograms (dqmitems, dirPath , histoName)
11 hlt_evInfo_single(dqmitems, "FourVectorHLT", "HLT1Electron_etaphi")
def hlt_evInfo_single
Definition: hlt-layouts.py:3
def hlt-layouts.hltlayout (   i,
  p,
  rows 
)

Definition at line 1 of file hlt-layouts.py.

1 def hltlayout(i, p, *rows): i["HLT/Layouts/" + p] = DQMItem(layout=rows)
2 
def hltlayout
Definition: hlt-layouts.py:1
def hlt-layouts.tpgSummary_hlt (   i,
  p,
  rows 
)

TPG HLT ################################3.

Definition at line 42 of file hlt-layouts.py.

42 
43 def tpgSummary_hlt(i, p, *rows):
44  i["HLT/Layouts/TPG-Summary-HLT/" + p] = DQMItem(layout=rows)
45 
46 
47 tpgSummary_hlt(dqmitems, "01 - HLT Postdeadtime Rate",
48  [{'path': "HLT/HLTScalers_EvF/hltRateNorm", 'description':"HLT Rate Postdeadtime"}])
49 
50 tpgSummary_hlt(dqmitems, "02 - HLT MinBiasBSC Rate",
51  [{'path': "HLT/HLTScalers_EvF/RateHistory/norm_rate_p093", 'description':"HLT MinBias BSC Rate per lumi sec"}])
52 
53 tpgSummary_hlt(dqmitems, "03 - HLT ZeroBias Rate",
54  [{'path': "HLT/HLTScalers_EvF/RateHistory/norm_rate_p092", 'description':"HLT Zero Bias Rate per lumi sec"}])
55 
def tpgSummary_hlt
TPG HLT ################################3.
Definition: hlt-layouts.py:42
def hlt-layouts.tpgSummary_l1t (   i,
  p,
  rows 
)

TPG Summary #################.

Definition at line 16 of file hlt-layouts.py.

16 
17 def tpgSummary_l1t(i, p, *rows):
18  i["L1T/Layouts/TPG-Summary-L1T/" + p] = DQMItem(layout=rows)
19 
20 
21 tpgSummary_l1t(dqmitems, "01 - L1 Predeadtime Rate - Physics",
22  [{'path': "L1T/L1TScalersSCAL/Level1TriggerRates/Physics Trigger Rate", 'description':"Physics Predeadtime"}])
23 
24 
25 tpgSummary_l1t(dqmitems, "02 - L1 Predeadtime Rate - Technical",
26  [{'path': "L1T/L1TScalersSCAL/Level1TriggerRates/TechnicalRates/Rate_TechBit_005", 'description':"Technical Predeadtime"}])
27 
28 
29 tpgSummary_l1t(dqmitems, "03.01 - Muon Timing DT vs CSC",
30  [{'path': "L1T/L1TGMT/bx_DT_vs_CSC", 'description':"Muon Timing"}])
31 
32 tpgSummary_l1t(dqmitems, "03.02 - Muon Timing DT vs RPC",
33  [{'path': "L1T/L1TGMT/bx_DT_vs_RPC", 'description':"Muon Timing"}])
34 
35 tpgSummary_l1t(dqmitems, "03.03 - Muon Timing DT vs RPC",
36  [{'path': "L1T/L1TGMT/bx_CSC_vs_RPC", 'description':"Muon Timing"}])
37 
38 
39 
def tpgSummary_l1t
TPG Summary #################.
Definition: hlt-layouts.py:16