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


Public Member Functions | |
| def | identifier (self) |
| 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. | |
| groupby | |
| group output by superlayer_id | |
| auxiliaries | |
| auxiliary histograms | |
Static Public Attributes | |
| int | n_events = 1000 |
| 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. | |
Run for recording facets encountered at the filter
Definition at line 23 of file trainFacetRelationFilter.py.
| def create_path | ( | self | ) |
Setup the recording path after the simulation
Reimplemented from ReadOrGenerateEventsRun.
Definition at line 43 of file trainFacetRelationFilter.py.
| def identifier | ( | self | ) |
Database identifier of the filter being trained
Definition at line 39 of file trainFacetRelationFilter.py.
| auxiliaries |
auxiliary histograms
Definition at line 72 of file trainFacetRelationFilter.py.
|
static |
Suggested generator module.
Definition at line 29 of file trainFacetRelationFilter.py.
| groupby |
group output by superlayer_id
Definition at line 71 of file trainFacetRelationFilter.py.
|
static |
Suggested number for this analysis.
Definition at line 26 of file trainFacetRelationFilter.py.
|
static |
Default task set to explore.
Definition at line 33 of file trainFacetRelationFilter.py.
| task |
Post-process events according to the user's desired task (train, eval, explore)
Definition at line 48 of file trainFacetRelationFilter.py.
|
static |
Name of the truth variables.
Definition at line 36 of file trainFacetRelationFilter.py.
| variables |
Signal some variables to select in the classification analysis.
Definition at line 63 of file trainFacetRelationFilter.py.