Belle II Software development
|
Public Member Functions | |
def | create_path (self) |
Public Attributes | |
task | |
Process each event according to the user's desired task (train, eval, explore) | |
Static Public Attributes | |
int | n_events = 1000 |
number of events to generate | |
str | generator_module = "generic" |
use the generic event generator | |
os | bkg_files = os.path.join(os.environ["VO_BELLE2_SW_DIR"], "bkg") |
overlay background hits from the events in these files | |
Run to record clusters encountered at the ClusterBackgroundDetector and retrain its mva method
Definition at line 19 of file trainBackgroundClusterFilter.py.
def create_path | ( | self | ) |
Setup the recording path after the simulation
Reimplemented from ReadOrGenerateEventsRun.
Definition at line 29 of file trainBackgroundClusterFilter.py.
|
static |
overlay background hits from the events in these files
Definition at line 27 of file trainBackgroundClusterFilter.py.
|
static |
use the generic event generator
Definition at line 25 of file trainBackgroundClusterFilter.py.
|
static |
number of events to generate
Definition at line 23 of file trainBackgroundClusterFilter.py.
task |
Process each event according to the user's desired task (train, eval, explore)
Definition at line 36 of file trainBackgroundClusterFilter.py.