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

Public Member Functions

def requires (self)
 

Static Public Attributes

 n_events_training
 Number of events to generate for the training data set. More...
 
 n_events_testing
 Number of events to generate for the test data set. More...
 
 n_events_per_task
 Number of events per task. More...
 
 num_processes
 Number of basf2 processes to use in Basf2PathTasks. More...
 
 bkgfiles_by_exp = b2luigi.get_setting("bkgfiles_by_exp")
 Dictionary with experiment numbers as keys and background directory paths as values.
 
dictionary bkgfiles_by_exp = {int(key): val for (key, val) in bkgfiles_by_exp.items()}
 Transform dictionary keys (exp. More...
 

Detailed Description

Wrapper task that needs to finish for b2luigi to finish running this steering file.

It is done if the outputs of all required subtasks exist.  It is thus at the
top of the luigi task graph.  Edit the ``requires`` method to steer which
tasks and with which parameters you want to run.

Definition at line 1006 of file combined_cdc_to_svd_ckf_mva_training.py.

Member Function Documentation

◆ requires()

def requires (   self)
Generate list of tasks that needs to be done for luigi to finish running
this steering file.

Definition at line 1040 of file combined_cdc_to_svd_ckf_mva_training.py.

Member Data Documentation

◆ bkgfiles_by_exp

dictionary bkgfiles_by_exp = {int(key): val for (key, val) in bkgfiles_by_exp.items()}
static

Transform dictionary keys (exp.

numbers) from strings to int

Definition at line 1038 of file combined_cdc_to_svd_ckf_mva_training.py.

◆ n_events_per_task

n_events_per_task
static
Initial value:
= b2luigi.get_setting(
)

Number of events per task.

Used to split up the simulation tasks.

Definition at line 1025 of file combined_cdc_to_svd_ckf_mva_training.py.

◆ n_events_testing

n_events_testing
static
Initial value:
= b2luigi.get_setting(
)

Number of events to generate for the test data set.

Definition at line 1020 of file combined_cdc_to_svd_ckf_mva_training.py.

◆ n_events_training

n_events_training
static
Initial value:
= b2luigi.get_setting(
)

Number of events to generate for the training data set.

Definition at line 1015 of file combined_cdc_to_svd_ckf_mva_training.py.

◆ num_processes

num_processes
static
Initial value:
= b2luigi.get_setting(
)

Number of basf2 processes to use in Basf2PathTasks.

Definition at line 1030 of file combined_cdc_to_svd_ckf_mva_training.py.


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