Belle II Software development
|
Public Member Functions | |
def | output (self) |
def | requires (self) |
def | create_result_recording_path (self, result_filter_records_name) |
def | create_path (self) |
Static Public Attributes | |
b2luigi | experiment_number = b2luigi.IntParameter() |
Experiment number of the conditions database, e.g. | |
b2luigi | random_seed = b2luigi.Parameter() |
Random basf2 seed. | |
b2luigi | n_events_training = b2luigi.IntParameter() |
Number of events to generate. | |
b2luigi | fast_bdt_option_state_filter |
Hyperparameter option of the FastBDT algorithm. | |
b2luigi | result_filter_records_name = b2luigi.Parameter() |
Name of the records file for training the final result filter. | |
Task to record data for the final result filter. This requires trained state filters. The cuts on the state filter classifiers are set to rather low values to ensure that all signal is contained in the recorded file. Also, the values for XXXXXHighUseNStates are chosen conservatively, i.e. rather on the high side.
Definition at line 576 of file combined_to_pxd_ckf_mva_training.py.
def create_path | ( | self | ) |
Create basf2 path to process with event generation and simulation.
Definition at line 726 of file combined_to_pxd_ckf_mva_training.py.
def create_result_recording_path | ( | self, | |
result_filter_records_name | |||
) |
Create a path for the recording of the result filter. This file is then used to train the result filter. :param result_filter_records_name: Name of the recording file.
Definition at line 631 of file combined_to_pxd_ckf_mva_training.py.
def output | ( | self | ) |
Generate list of output files that the task should produce. The task is considered finished if and only if the outputs all exist.
Definition at line 602 of file combined_to_pxd_ckf_mva_training.py.
def requires | ( | self | ) |
This task requires that the training SplitMergeSimTask is finished, as well as that the state filters are trained using the CKFStateFilterTeacherTask..
Definition at line 609 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Experiment number of the conditions database, e.g.
defines simulation geometry
Definition at line 584 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Hyperparameter option of the FastBDT algorithm.
default are the FastBDT default values.
Definition at line 591 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Number of events to generate.
Definition at line 589 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Random basf2 seed.
It is further used to read of the production process to preserve clearness in the b2luigi output.
Definition at line 587 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Name of the records file for training the final result filter.
Definition at line 597 of file combined_to_pxd_ckf_mva_training.py.