Functions | |
def | drawEtaValues |
def | setTDRStyle |
Variables | |
dictionary | _LABELS2COMPS |
tuple | COMPOUNDS = OrderedDict() |
tuple | DETECTORS = OrderedDict() |
tuple | hist_label_to_num = OrderedDict() |
tuple | Plot_params |
dictionary | plots = {} |
tuple | sDETS = OrderedDict() |
def plot_utils.drawEtaValues | ( | ) |
Function to draw the eta. Function to draw the eta references on top of an already existing TCanvas. The lines and labels drawn are collected inside a list and the list is returned to the user to extend the live of the objects contained, otherwise no lines and labels will be drawn, since they will be garbage-collected as soon as this function returns.
Definition at line 248 of file plot_utils.py.
References funct.cos(), funct.exp(), sistrip::SpyUtilities.range(), funct.sin(), and funct.tan().
def plot_utils.setTDRStyle | ( | ) |
Function to setup a TDR-like style
Definition at line 129 of file plot_utils.py.
References plotscripts.tdrStyle.
Referenced by BDHadronTrackMonitoringAnalyzer.bookHistograms(), BDHadronTrackMonitoringHarvester.dqmEndJob(), FlavourHistograms< T >.plot(), FlavourHistograms2D< T, G >.plot(), and IPTagPlotter< Container, Base >.psPlot().
dictionary plot_utils._LABELS2COMPS |
Definition at line 38 of file plot_utils.py.
tuple plot_utils.COMPOUNDS = OrderedDict() |
Definition at line 64 of file plot_utils.py.
tuple plot_utils.DETECTORS = OrderedDict() |
Definition at line 81 of file plot_utils.py.
tuple plot_utils.hist_label_to_num = OrderedDict() |
Definition at line 119 of file plot_utils.py.
tuple plot_utils.Plot_params |
Definition at line 9 of file plot_utils.py.
dictionary plot_utils.plots = {} |
Definition at line 17 of file plot_utils.py.
tuple plot_utils.sDETS = OrderedDict() |
Definition at line 106 of file plot_utils.py.