Public Member Functions | |
def | __init__ |
def | print_index |
def | write_to_file |
Public Attributes | |
already_defined | |
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 45 of file DQMIO2histo.py.
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 69 of file DQMIO2histo.py.
|
private |
Definition at line 29 of file DQMIO2histo.py.
|
private |
Definition at line 28 of file DQMIO2histo.py.
Referenced by Vispa.Plugins.EdmBrowser.EdmBrowserTabController.EdmBrowserTabController.eventContent().
|
private |
Definition at line 35 of file DQMIO2histo.py.
DQMIO2histo.DQMIO.already_defined |
Definition at line 31 of file DQMIO2histo.py.
DQMIO2histo.DQMIO.f |
Definition at line 30 of file DQMIO2histo.py.
Referenced by ztail.Decoder.initial_synchronize().
|
static |
Definition at line 22 of file DQMIO2histo.py.