![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | identifier (self) |
| 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 = 10000 |
| 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 | |
| str | truth = "truth_positive" |
| degree of MC truth-matching | |
Run to record segment relations encountered at the SegmentLinker and retrain its mva method
Definition at line 19 of file trainFeasibleSegmentRelationFilter.py.
| def create_path | ( | self | ) |
Setup the recording path after the simulation
Reimplemented from ReadOrGenerateEventsRun.
Definition at line 37 of file trainFeasibleSegmentRelationFilter.py.
| def identifier | ( | self | ) |
Database identifier of the filter being trained
Definition at line 33 of file trainFeasibleSegmentRelationFilter.py.
|
static |
overlay background hits from the events in these files
Definition at line 27 of file trainFeasibleSegmentRelationFilter.py.
|
static |
use the generic event generator
Definition at line 25 of file trainFeasibleSegmentRelationFilter.py.
|
static |
number of events to generate
Definition at line 23 of file trainFeasibleSegmentRelationFilter.py.
| task |
Process each event according to the user's desired task (train, eval, explore)
Definition at line 48 of file trainFeasibleSegmentRelationFilter.py.
|
static |
degree of MC truth-matching
Definition at line 30 of file trainFeasibleSegmentRelationFilter.py.