![]() |
Belle II Software development
|
Public Member Functions | |
| harvesting_validation_task_instance (self) | |
| output_pdf_file_basename (self) | |
| Name of the output PDF file containing the validation plots. | |
| requires (self) | |
| output (self) | |
| process (self) | |
Public Attributes | |
| output_pdf_file_basename | |
| Name of the output PDF file containing the validation plots. | |
Static Public Attributes | |
| n_events_testing = b2luigi.IntParameter() | |
| Number of events to generate for the test data set. | |
| n_events_training = b2luigi.IntParameter() | |
| Number of events to generate for the training data set. | |
| experiment_number = b2luigi.IntParameter() | |
| Experiment number of the conditions database, e.g. | |
| process_type | |
| Define which kind of process shall be used. | |
| exclude_variables | |
| List of collected variables to not use in the training of the QE MVA classifier. | |
| fast_bdt_option | |
| Hyperparameter option of the FastBDT algorithm. | |
| primaries_only | |
| Whether to normalize the track finding efficiencies to primary particles only. | |
| str | cdc_training_target = "truth" |
| Feature/variable to use as truth label for the CDC track quality estimator. | |
Create a PDF file with validation plots for the reco MVA track quality estimator produced from the ROOT ntuples produced by a reco track QE harvesting validation task
Definition at line 2497 of file combined_quality_estimator_teacher.py.
| harvesting_validation_task_instance | ( | self | ) |
Harvesting validation task to require, which produces the ROOT files with variables to produce the final MVA track QE validation plots.
Reimplemented from PlotsFromHarvestingValidationBaseTask.
Definition at line 2507 of file combined_quality_estimator_teacher.py.
|
inherited |
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 2226 of file combined_quality_estimator_teacher.py.
|
inherited |
Name of the output PDF file containing the validation plots.
Name of the output PDF file containing the validation plots
Definition at line 2213 of file combined_quality_estimator_teacher.py.
|
inherited |
Use basf2_mva teacher to create MVA weightfile from collected training data variables. Main process that is dispatched by the ``run`` method that is inherited from ``Basf2Task``.
Definition at line 2235 of file combined_quality_estimator_teacher.py.
|
inherited |
Generate list of luigi Tasks that this Task depends on.
Definition at line 2220 of file combined_quality_estimator_teacher.py.
|
staticinherited |
Feature/variable to use as truth label for the CDC track quality estimator.
Definition at line 2201 of file combined_quality_estimator_teacher.py.
|
staticinherited |
List of collected variables to not use in the training of the QE MVA classifier.
In addition to variables containing the "truth" substring, which are excluded by default.
Definition at line 2183 of file combined_quality_estimator_teacher.py.
|
staticinherited |
Experiment number of the conditions database, e.g.
defines simulation geometry
Definition at line 2172 of file combined_quality_estimator_teacher.py.
|
staticinherited |
Hyperparameter option of the FastBDT algorithm.
default are the FastBDT default values.
Definition at line 2189 of file combined_quality_estimator_teacher.py.
|
staticinherited |
Number of events to generate for the test data set.
Definition at line 2168 of file combined_quality_estimator_teacher.py.
|
staticinherited |
Number of events to generate for the training data set.
Definition at line 2170 of file combined_quality_estimator_teacher.py.
|
inherited |
Name of the output PDF file containing the validation plots.
Definition at line 2232 of file combined_quality_estimator_teacher.py.
|
staticinherited |
Whether to normalize the track finding efficiencies to primary particles only.
Definition at line 2195 of file combined_quality_estimator_teacher.py.
|
staticinherited |
Define which kind of process shall be used.
Decide between simulating BBBAR or BHABHA, MUMU, YY, DDBAR, UUBAR, SSBAR, CCBAR, reconstructing DATA or already simulated files (USESIMBB/EE) or running on existing reconstructed files (USERECBB/EE)
Definition at line 2176 of file combined_quality_estimator_teacher.py.