Belle II Software  release-08-01-10
QEWeightsLocalDBCreatorTask Class Reference
Inheritance diagram for QEWeightsLocalDBCreatorTask:
Collaboration diagram for QEWeightsLocalDBCreatorTask:

Public Member Functions

def requires (self)
 
def output (self)
 
def process (self)
 
def on_failure (self, exception)
 

Static Public Attributes

 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. More...
 
 process_type
 Define which kind of process shall be used. More...
 
 cdc_training_target = b2luigi.Parameter()
 Feature/vaiable to use as truth label for the CDC track quality estimator.
 
 fast_bdt_option
 Hyperparameter option of the FastBDT algorithm. More...
 

Private Member Functions

def _clean (self)
 

Detailed Description

Collect weightfile identifiers from different teacher tasks and merge them
into a local database for testing.

Definition at line 2350 of file combined_quality_estimator_teacher.py.

Member Function Documentation

◆ _clean()

def _clean (   self)
private
Remove local database and tar archives in output directory

Definition at line 2445 of file combined_quality_estimator_teacher.py.

◆ on_failure()

def on_failure (   self,
  exception 
)
Cleanup: Remove local database to prevent existing outputs when task did not finish successfully

Definition at line 2461 of file combined_quality_estimator_teacher.py.

◆ output()

def output (   self)
Local database

Definition at line 2402 of file combined_quality_estimator_teacher.py.

◆ process()

def process (   self)
Create local database

Definition at line 2408 of file combined_quality_estimator_teacher.py.

◆ requires()

def requires (   self)
Required teacher tasks

Definition at line 2374 of file combined_quality_estimator_teacher.py.

Member Data Documentation

◆ experiment_number

experiment_number = b2luigi.IntParameter()
static

Experiment number of the conditions database, e.g.

defines simulation geometry

Definition at line 2358 of file combined_quality_estimator_teacher.py.

◆ fast_bdt_option

fast_bdt_option
static
Initial value:
= b2luigi.ListParameter(
)

Hyperparameter option of the FastBDT algorithm.

default are the FastBDT default values.

Definition at line 2369 of file combined_quality_estimator_teacher.py.

◆ process_type

process_type
static
Initial value:
= b2luigi.Parameter(
)

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 2362 of file combined_quality_estimator_teacher.py.


The documentation for this class was generated from the following file: