CMS 3D CMS Logo

hlt-layouts.py

Go to the documentation of this file.
00001 def hltlayout(i, p, *rows): i["HLT/Layouts/" + p] = DQMItem(layout=rows)
00002 
00003 def hlt_evInfo_single(i, dir, name):
00004   i["HLT/Layouts/00-FourVector-Summary/%s" % name] = \
00005     DQMItem(layout=[["HLT/%s/%s" % (dir, name)]]) 
00006 
00007 
00008 
00009 # list of summary GT histograms (dqmitems, dirPath , histoName)
00010 hlt_evInfo_single(dqmitems, "FourVectorHLT", "HLT1Electron_etaphi")

Generated on Tue Jun 9 17:33:09 2009 for CMSSW by  doxygen 1.5.4