|
def | set_descr_shifter (self, histogram, description, check) |
|
def | set_descr_expert (self, histogram, description, check) |
|
def | set_style (self, histogram, xtitle, ytitle) |
|
def | get_relative (self, hist1, hist2, title, particle, trgbit) |
|
def | initialize (self) |
|
def | beginRun (self) |
|
def | event (self) |
|
def | endRun (self) |
|
def | terminate (self) |
|
Make validation histograms for trg ecl/cdc/klm
Definition at line 365 of file TRGValidation.py.
◆ beginRun()
reset all histograms at the begin of a new run
Definition at line 618 of file TRGValidation.py.
620 reset all histograms at the begin of a new run
623 self.hist_inbit.Reset()
624 self.hist_outbit.Reset()
625 self.hist_inbit_expert.Reset()
626 self.hist_outbit_expert.Reset()
627 self.h_Esum_ECL.Reset()
629 self.h_theta_ECL.Reset()
630 self.h_thetaID_ECL.Reset()
631 self.h_phi_ECL.Reset()
◆ endRun()
◆ event()
◆ get_relative()
def get_relative |
( |
|
self, |
|
|
|
hist1, |
|
|
|
hist2, |
|
|
|
title, |
|
|
|
particle, |
|
|
|
trgbit |
|
) |
| |
Get relative ratio between two hists.
:param hist1 numerator
:param hist2 denominator
:param title new histogram title
Definition at line 416 of file TRGValidation.py.
◆ initialize()
◆ set_descr_expert()
def set_descr_expert |
( |
|
self, |
|
|
|
histogram, |
|
|
|
description, |
|
|
|
check |
|
) |
| |
Sets description, check and contact to validation histogram.
:param h validation histogram
:param Descr description text
Definition at line 386 of file TRGValidation.py.
◆ set_descr_shifter()
def set_descr_shifter |
( |
|
self, |
|
|
|
histogram, |
|
|
|
description, |
|
|
|
check |
|
) |
| |
Sets description, check and contact to validation histogram.
:param h validation histogram
:param Descr description text
Definition at line 370 of file TRGValidation.py.
◆ set_style()
def set_style |
( |
|
self, |
|
|
|
histogram, |
|
|
|
xtitle, |
|
|
|
ytitle |
|
) |
| |
Sets x-y titles, and sets histogram style.
:param xtitle X-axis title
:param xtitle Y-axis title
Definition at line 402 of file TRGValidation.py.
◆ terminate()
The documentation for this class was generated from the following file: