![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
test_merge_tables (self) | |
test_binning (self) | |
test_add_pid_particle (self) | |
test_add_fei_particle (self) | |
test_reweight (self) | |
Public Attributes | |
dict | pid_tables = {(11, 11): eff_df, (11, 211): fake_df} |
PID tables for testing. | |
user_data = pd.DataFrame(user_data_dict) | |
User data for testing. | |
fei_table = pd.DataFrame(fei_dict) | |
FEI tables for testing. | |
Test case of SysVar module
Definition at line 19 of file test_sysvar.py.
__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Constructor
Definition at line 22 of file test_sysvar.py.
test_add_fei_particle | ( | self | ) |
Tests add_fei_particle method
Definition at line 123 of file test_sysvar.py.
test_add_pid_particle | ( | self | ) |
Tests adding PID particle
Definition at line 110 of file test_sysvar.py.
test_binning | ( | self | ) |
Tests binning of PID tables
Definition at line 96 of file test_sysvar.py.
test_merge_tables | ( | self | ) |
Tests merging of PID tables
Definition at line 84 of file test_sysvar.py.
test_reweight | ( | self | ) |
Tests reweighting of PID and FEI particles
Definition at line 135 of file test_sysvar.py.
fei_table = pd.DataFrame(fei_dict) |
FEI tables for testing.
Definition at line 82 of file test_sysvar.py.
pid_tables = {(11, 11): eff_df, (11, 211): fake_df} |
PID tables for testing.
Definition at line 56 of file test_sysvar.py.
user_data = pd.DataFrame(user_data_dict) |
User data for testing.
Definition at line 70 of file test_sysvar.py.