Belle II Software development
|
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 pairs encountered at the SegmentPairCreator and retrain its mva method
Definition at line 19 of file trainFeasibleSegmentPairFilter.py.
def create_path | ( | self | ) |
Setup the recording path after the simulation
Reimplemented from ReadOrGenerateEventsRun.
Definition at line 37 of file trainFeasibleSegmentPairFilter.py.
def identifier | ( | self | ) |
Database identifier of the filter being trained
Definition at line 33 of file trainFeasibleSegmentPairFilter.py.
|
static |
overlay background hits from the events in these files
Definition at line 27 of file trainFeasibleSegmentPairFilter.py.
|
static |
use the generic event generator
Definition at line 25 of file trainFeasibleSegmentPairFilter.py.
|
static |
number of events to generate
Definition at line 23 of file trainFeasibleSegmentPairFilter.py.
task |
Process each event according to the user's desired task (train, eval, explore)
Definition at line 53 of file trainFeasibleSegmentPairFilter.py.
|
static |
degree of MC truth-matching
Definition at line 30 of file trainFeasibleSegmentPairFilter.py.