![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| 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) |
Public Attributes | |
| tfile | |
| output file | |
| Nevent | |
| number of events | |
| hist_inbit | |
| validation histogram | |
| hist_outbit | |
| validation histogram | |
| h_E_ECL | |
| validation histogram | |
| h_Esum_ECL | |
| validation histogram | |
| h_theta_ECL | |
| validation histogram | |
| h_thetaID_ECL | |
| validation histogram | |
| h_phi_ECL | |
| validation histogram | |
| h_sector_BKLM | |
| validation histogram | |
| h_sector_EKLM | |
| validation histogram | |
| hist_inbit_expert | |
| validation histogram for experts | |
| hist_outbit_expert | |
| validation histogram for experts | |
| d_w | |
| validation histogram | |
| d_w_2 | |
| validation histogram | |
| d_phi | |
| validation histogram | |
| d_phi_2 | |
| validation histogram | |
| d_phi_3 | |
| validation histogram | |
| d_z0_3d | |
| validation histogram | |
| d_z0_nn | |
| validation histogram | |
| d_E_ECL | |
| validation histogram | |
Make validation histograms for trg ecl/cdc/klm
Definition at line 358 of file TRGValidation.py.
| def beginRun | ( | self | ) |
reset all histograms at the begin of a new run
Definition at line 621 of file TRGValidation.py.
| def endRun | ( | self | ) |
end of run
Definition at line 688 of file TRGValidation.py.
| def event | ( | self | ) |
event loop
Definition at line 636 of file TRGValidation.py.
| 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 :param particle particle name :param trgbit trigger bit
Definition at line 412 of file TRGValidation.py.
| def initialize | ( | self | ) |
initialize class members
Definition at line 443 of file TRGValidation.py.
| def set_descr_expert | ( | self, | |
| histogram, | |||
| description, | |||
| check | |||
| ) |
Sets description, check and contact to validation histogram. :param histogram validation histogram :param description description text :param check information on what to check in comparison with reference
Definition at line 380 of file TRGValidation.py.
| def set_descr_shifter | ( | self, | |
| histogram, | |||
| description, | |||
| check | |||
| ) |
Sets description, check and contact to validation histogram. :param histogram validation histogram :param description description text :param check information on what to check in comparison with reference
Definition at line 363 of file TRGValidation.py.
| def set_style | ( | self, | |
| histogram, | |||
| xtitle, | |||
| ytitle | |||
| ) |
Sets x-y titles, and sets histogram style. :param histogram validation histogram :param xtitle X-axis title :param xtitle Y-axis title
Definition at line 397 of file TRGValidation.py.
| def terminate | ( | self | ) |
write histograms
Definition at line 695 of file TRGValidation.py.
| d_E_ECL |
validation histogram
Definition at line 615 of file TRGValidation.py.
| d_phi |
validation histogram
Definition at line 577 of file TRGValidation.py.
| d_phi_2 |
validation histogram
Definition at line 583 of file TRGValidation.py.
| d_phi_3 |
validation histogram
Definition at line 589 of file TRGValidation.py.
| d_w |
validation histogram
Definition at line 564 of file TRGValidation.py.
| d_w_2 |
validation histogram
Definition at line 568 of file TRGValidation.py.
| d_z0_3d |
validation histogram
Definition at line 601 of file TRGValidation.py.
| d_z0_nn |
validation histogram
Definition at line 608 of file TRGValidation.py.
| h_E_ECL |
validation histogram
Definition at line 504 of file TRGValidation.py.
| h_Esum_ECL |
validation histogram
Definition at line 509 of file TRGValidation.py.
| h_phi_ECL |
validation histogram
Definition at line 524 of file TRGValidation.py.
| h_sector_BKLM |
validation histogram
Definition at line 529 of file TRGValidation.py.
| h_sector_EKLM |
validation histogram
Definition at line 534 of file TRGValidation.py.
| h_theta_ECL |
validation histogram
Definition at line 514 of file TRGValidation.py.
| h_thetaID_ECL |
validation histogram
Definition at line 519 of file TRGValidation.py.
| hist_inbit |
validation histogram
Definition at line 478 of file TRGValidation.py.
| hist_inbit_expert |
validation histogram for experts
Definition at line 540 of file TRGValidation.py.
| hist_outbit |
validation histogram
Definition at line 487 of file TRGValidation.py.
| hist_outbit_expert |
validation histogram for experts
Definition at line 547 of file TRGValidation.py.
| Nevent |
number of events
Definition at line 452 of file TRGValidation.py.
| tfile |
output file
Definition at line 450 of file TRGValidation.py.