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 | n_events_training = b2luigi.IntParameter() |
Number of events to generate. | |
b2luigi | random_seed = b2luigi.Parameter() |
Random basf2 seed. | |
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 only requires found and MC-matched SVD and CDC tracks that need to be merged, all state filters are set to "all"
Definition at line 333 of file cdc_and_svd_ckf_merger_mva_training.py.
def create_path | ( | self | ) |
Create basf2 path to process with event generation and simulation.
Definition at line 433 of file cdc_and_svd_ckf_merger_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 368 of file cdc_and_svd_ckf_merger_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 350 of file cdc_and_svd_ckf_merger_mva_training.py.
def requires | ( | self | ) |
This task requires that the training SplitMergeSimTask is finished.
Definition at line 357 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Experiment number of the conditions database, e.g.
defines simulation geometry
Definition at line 340 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Number of events to generate.
Definition at line 342 of file cdc_and_svd_ckf_merger_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 345 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Name of the records file for training the final result filter.
Definition at line 348 of file cdc_and_svd_ckf_merger_mva_training.py.