![]() |
Belle II Software development
|
Public Member Functions | |
| output_file_name (self, n_events=None, random_seed=None) | |
| Name of the ROOT output file with generated and simulated events. | |
| output (self) | |
| requires (self) | |
| process (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. | |
| bkgfiles_dir | |
| Directory with overlay background root files. | |
| str | queue = 'l' |
| specify queue. | |
Generate simulated Monte Carlo with background overlay. Make sure to use different ``random_seed`` parameters for the training data format the classifier trainings and for the test data for the respective evaluation/validation tasks.
Definition at line 558 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 595 of file combined_quality_estimator_teacher.py.
| output_file_name | ( | self, | |
| n_events = None, | |||
| random_seed = None ) |
Name of the ROOT output file with generated and simulated events.
Create output file name depending on number of events and production mode that is specified in the random_seed string.
Definition at line 584 of file combined_quality_estimator_teacher.py.
| process | ( | self | ) |
When all GenerateSimTasks finished, merge the output.
Definition at line 626 of file combined_quality_estimator_teacher.py.
| requires | ( | self | ) |
Generate list of luigi Tasks that this Task depends on.
Definition at line 602 of file combined_quality_estimator_teacher.py.
|
static |
Directory with overlay background root files.
Definition at line 575 of file combined_quality_estimator_teacher.py.
|
static |
Experiment number of the conditions database, e.g.
defines simulation geometry
Definition at line 570 of file combined_quality_estimator_teacher.py.
|
static |
Number of events to generate.
Definition at line 568 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 581 of file combined_quality_estimator_teacher.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 573 of file combined_quality_estimator_teacher.py.