|
def | set_descr (self, histogram, description, check) |
|
def | set_style (self, histogram, xtitle, ytitle) |
|
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 29 of file TRGValidation.py.
◆ set_descr()
def set_descr |
( |
|
self, |
|
|
|
histogram, |
|
|
|
description, |
|
|
|
check |
|
) |
| |
Sets description, check and contact to validation histogram.
:param h validation histogram
:param Descr description text
Definition at line 34 of file TRGValidation.py.
34 def set_descr(self, histogram, description, check):
36 Sets description, check and contact to validation histogram.
37 :param h validation histogram
38 :param Descr description text
41 descr = TNamed(
"Description", description)
42 histogram.GetListOfFunctions().Add(descr)
43 Check = TNamed(
"Check", check)
44 histogram.GetListOfFunctions().Add(Check)
45 contact = TNamed(
"Contact",
"yinjh2012@korea.ac.kr")
46 histogram.GetListOfFunctions().Add(contact)
47 Meta = TNamed(
"MetaOptions",
"shifter")
48 histogram.GetListOfFunctions().Add(Meta)
◆ 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 50 of file TRGValidation.py.
The documentation for this class was generated from the following file: