CMS 3D CMS Logo

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

Functions

def shiftecalvalidation
 

Function Documentation

def shift_ecal_relval_layout.shiftecalvalidation (   i,
  p,
  rows 
)

Definition at line 1 of file shift_ecal_relval_layout.py.

1 def shiftecalvalidation(i, p, *rows): i["00 Shift/Ecal/" + p] = DQMItem(layout=rows)
2 
3 shiftecalvalidation(dqmitems,'01 Rec Hit Spectra',
4  [{ 'path': "EcalBarrel/EBOccupancyTask/EBOT rec hit spectrum", 'description': "Energy of rec hits (barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
5  [{ 'path': "EcalEndcap/EEOccupancyTask/EEOT rec hit spectrum EE +", 'description': "Energy of rec hits (EE+) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" },
6  { 'path': "EcalEndcap/EEOccupancyTask/EEOT rec hit spectrum EE -", 'description': "Energy of rec hits (EE-) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
7 
8 shiftecalvalidation(dqmitems,'02 Ecal Rech hit size ',
9  [{ 'path': "EcalBarrel/EcalInfo/EBMM hit number", 'description': "Number of rec hits (barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
10  [{ 'path': "EcalEndcap/EcalInfo/EEMM hit number", 'description': "Number of rec hits (endcaps) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }]
11 )
12 
13 shiftecalvalidation(dqmitems,'03 Ecal timing',
14  [{ 'path': 'EcalBarrel/EBSummaryClient/EBTMT timing mean 1D summary','description':""}],
15  [{ 'path': 'EcalEndcap/EESummaryClient/EETMT EE - timing mean 1D summary', 'description': ""},
16  { 'path': 'EcalEndcap/EESummaryClient/EETMT EE + timing mean 1D summary', 'description': ""}]
17 )