![]() |
Belle II Software development
|
Public Member Functions | |
| get_records_file_name (self, n_events=None, random_seed=None) | |
| Filename of the recorded/collected data for the final QE MVA training. | |
| get_input_files (self, n_events=None, random_seed=None) | |
| requires (self) | |
| output (self) | |
| create_path (self) | |
Static Public Attributes | |
| n_events = b2luigi.IntParameter() | |
| Number of events to generate. | |
| experiment_number = b2luigi.IntParameter() | |
| Experiment number of the conditions database, e.g. | |
| random_seed = b2luigi.Parameter() | |
| Random basf2 seed used by the GenerateSimTask. | |
| str | queue = 'l' |
| specify queue. | |
Collect variables/features from VXDTF2 tracking and write them to a ROOT file. These variables are to be used as labelled training data for the MVA classifier which is the VXD track quality estimator
Definition at line 660 of file combined_quality_estimator_teacher.py.
| create_path | ( | self | ) |
Create basf2 path with VXDTF2 tracking and VXD QE data collection.
Definition at line 746 of file combined_quality_estimator_teacher.py.
| get_input_files | ( | self, | |
| n_events = None, | |||
| random_seed = None ) |
Get input file names depending on the use case: If they already exist, search in the corresponding folders, for data check the specified list and if they are created in the same run, check for the task that produced them.
Definition at line 699 of file combined_quality_estimator_teacher.py.
| get_records_file_name | ( | self, | |
| n_events = None, | |||
| random_seed = None ) |
Filename of the recorded/collected data for the final QE MVA training.
Create output file name depending on number of events and production mode that is specified in the random_seed string.
Definition at line 679 of file combined_quality_estimator_teacher.py.
| 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 739 of file combined_quality_estimator_teacher.py.
| requires | ( | self | ) |
Generate list of luigi Tasks that this Task depends on.
Definition at line 722 of file combined_quality_estimator_teacher.py.
|
static |
Experiment number of the conditions database, e.g.
defines simulation geometry
Definition at line 671 of file combined_quality_estimator_teacher.py.
|
static |
Number of events to generate.
Definition at line 669 of file combined_quality_estimator_teacher.py.
|
static |
specify queue.
E.g. choose between 'l' (long), 's' (short) or 'sx' (short, extra ram)
Definition at line 676 of file combined_quality_estimator_teacher.py.
|
static |
Random basf2 seed used by the GenerateSimTask.
It is further used to read of the production process to preserve clearness in the b2luigi output.
Definition at line 674 of file combined_quality_estimator_teacher.py.