Task to run basf2 mva teacher on collected data for VXDTF2 track quality estimator
Definition at line 1319 of file combined_quality_estimator_teacher.py.
◆ data_collection_task()
Basf2PathTask data_collection_task |
( |
|
self | ) |
|
|
inherited |
◆ get_weightfile_xml_identifier()
def get_weightfile_xml_identifier |
( |
|
self, |
|
|
|
fast_bdt_option = None , |
|
|
|
recotrack_option = None |
|
) |
| |
|
inherited |
Name of the xml weightfile that is created by the teacher task.
It is subsequently used as a local weightfile in the following validation tasks.
Definition at line 1207 of file combined_quality_estimator_teacher.py.
◆ output()
◆ process()
Use basf2_mva teacher to create MVA weightfile from collected training
data variables.
This is the main process that is dispatched by the ``run`` method that
is inherited from ``Basf2Task``.
Definition at line 1279 of file combined_quality_estimator_teacher.py.
◆ random_seed()
Property defining random seed to be used by the ``GenerateSimTask``.
Should differ from the random seed in the test data samples. Must
implemented by the inheriting specific teacher task class.
Definition at line 1234 of file combined_quality_estimator_teacher.py.
◆ requires()
◆ tree_name()
Property defining the name of the tree in the ROOT file from the
``data_collection_task`` that contains the recorded training data. Must
implemented by the inheriting specific teacher task class.
Definition at line 1225 of file combined_quality_estimator_teacher.py.
◆ weightfile_identifier_basename()
def weightfile_identifier_basename |
( |
|
self | ) |
|
|
inherited |
Property defining the basename for the .xml and .root weightfiles that are created.
Has to be implemented by the inheriting teacher task class.
Definition at line 1198 of file combined_quality_estimator_teacher.py.
◆ exclude_variables
Initial value:= b2luigi.ListParameter(
)
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 1187 of file combined_quality_estimator_teacher.py.
◆ experiment_number
experiment_number = b2luigi.IntParameter() |
|
staticinherited |
◆ fast_bdt_option
◆ process_type
Initial value:
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 1176 of file combined_quality_estimator_teacher.py.
◆ training_target
The documentation for this class was generated from the following file: