Public Member Functions | |
def | __init__ |
def | print_index |
def | write_to_file |
Public Attributes | |
f | |
Static Public Attributes | |
list | types |
Private Attributes | |
_canvas | |
_filename | |
_root_file | |
Class responsible for browsing the content of a DQM file produced with the DQMIO I/O framework of CMSSW
Definition at line 17 of file DQMIO2histo.py.
def DQMIO2histo.DQMIO.__init__ | ( | self, | |
input_filename, | |||
output_filename | |||
) |
Definition at line 27 of file DQMIO2histo.py.
def DQMIO2histo.DQMIO.print_index | ( | self | ) |
Loop over the complete index and dump it on the screen.
Definition at line 42 of file DQMIO2histo.py.
References DQMIO2histo.DQMIO.types, and DQMIO2histo.DQMIO.write_to_file().
def DQMIO2histo.DQMIO.write_to_file | ( | self, | |
hist_type, | |||
index_range, | |||
run | |||
) |
Method looping over entries for specified histogram type and writing to FullName path to output ROOT File
Definition at line 66 of file DQMIO2histo.py.
References join().
Referenced by DQMIO2histo.DQMIO.print_index().
|
private |
Definition at line 29 of file DQMIO2histo.py.
|
private |
Definition at line 28 of file DQMIO2histo.py.
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor._readHeaderInfo(), Vispa.Main.TabController.TabController.checkModificationTimestamp(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.configFile(), Vispa.Plugins.ConfigEditor.ConfigEditorTabController.ConfigEditorTabController.dumpPython(), Vispa.Plugins.EdmBrowser.EdmBrowserTabController.EdmBrowserTabController.eventContent(), Vispa.Plugins.ConfigEditor.ConfigEditorTabController.ConfigEditorTabController.exportDot(), Vispa.Main.TabController.TabController.filename(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.fullFilename(), Vispa.Main.TabController.TabController.getFileBasename(), Vispa.Plugins.ConfigEditor.ConfigEditorTabController.ConfigEditorTabController.importConfig(), Vispa.Plugins.EventBrowser.EventBrowserTabController.EventBrowserTabController.navigate(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.open(), Vispa.Main.TabController.TabController.open(), Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor.open(), Vispa.Main.TabController.TabController.refresh(), Vispa.Main.TabController.TabController.save(), Vispa.Main.TabController.TabController.setFilename(), Vispa.Plugins.ConfigEditor.ConfigEditorTabController.ConfigEditorTabController.startEditMode(), and Vispa.Main.TabController.TabController.updateLabel().
|
private |
Definition at line 32 of file DQMIO2histo.py.
DQMIO2histo.DQMIO.f |
Definition at line 30 of file DQMIO2histo.py.
Referenced by Vispa.Views.RootCanvasView.RootCanvasView.createGraph(), and Vispa.Views.RootCanvasView.RootCanvasView.createLegoPlot().
|
static |
Definition at line 22 of file DQMIO2histo.py.
Referenced by DQMIO2histo.DQMIO.print_index().