Belle II Software  release-05-02-19
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 = b2luigi.Parameter(default="BBBAR")
 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 = b2luigi.ListParameter(hashed=True, default=[200, 8, 3, 0.1])
 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 2155 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 2244 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 2260 of file combined_quality_estimator_teacher.py.

◆ output()

def output (   self)
Local database

Definition at line 2201 of file combined_quality_estimator_teacher.py.

◆ process()

def process (   self)
Create local database

Definition at line 2207 of file combined_quality_estimator_teacher.py.

◆ requires()

def requires (   self)
Required teacher tasks

Definition at line 2173 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 2163 of file combined_quality_estimator_teacher.py.

◆ fast_bdt_option

fast_bdt_option = b2luigi.ListParameter(hashed=True, default=[200, 8, 3, 0.1])
static

Hyperparameter option of the FastBDT algorithm.

default are the FastBDT default values.

Definition at line 2171 of file combined_quality_estimator_teacher.py.

◆ process_type

process_type = b2luigi.Parameter(default="BBBAR")
static

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


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