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


Public Member Functions | |
| def | identifier (self) |
| def | create_argument_parser (self, **kwds) |
| def | create_path (self) |
Public Attributes | |
| task | |
| Post-process events according to the user's desired task (train, eval, explore) | |
| variables | |
| Signal some variables to select in the classification analysis. | |
Static Public Attributes | |
| int | n_events = 100 |
| Suggested number for this analysis. | |
| str | generator_module = "generic" |
| Suggested generator module. | |
| str | task = "explore" |
| Default task set to explore. | |
| str | truth = "truth_positive" |
| Name of the truth variables. | |
| bool | flight_time_reestimation = False |
| Option whether to reestimate the drift length. | |
| bool | facet_least_square_fit = False |
| Option whether to use the least square fit to the hit triplet. | |
Run for recording facets encountered at the filter
Definition at line 23 of file trainFacetFilter.py.
| def create_argument_parser | ( | self, | |
| ** | kwds | ||
| ) |
Convert command-line arguments to basf2 argument list
Reimplemented from ReadOrGenerateEventsRun.
Definition at line 49 of file trainFacetFilter.py.
| def create_path | ( | self | ) |
Sets up a path that plays back pregenerated events or generates events based on the properties in the base class.
Reimplemented from ReadOrGenerateEventsRun.
Definition at line 72 of file trainFacetFilter.py.
| def identifier | ( | self | ) |
Database identifier of the filter being trained
Definition at line 45 of file trainFacetFilter.py.
|
static |
Option whether to use the least square fit to the hit triplet.
Definition at line 42 of file trainFacetFilter.py.
|
static |
Option whether to reestimate the drift length.
Definition at line 39 of file trainFacetFilter.py.
|
static |
Suggested generator module.
Definition at line 29 of file trainFacetFilter.py.
|
static |
Suggested number for this analysis.
Definition at line 26 of file trainFacetFilter.py.
|
static |
Default task set to explore.
Definition at line 33 of file trainFacetFilter.py.
| task |
Post-process events according to the user's desired task (train, eval, explore)
Definition at line 81 of file trainFacetFilter.py.
|
static |
Name of the truth variables.
Definition at line 36 of file trainFacetFilter.py.
| variables |
Signal some variables to select in the classification analysis.
Definition at line 107 of file trainFacetFilter.py.