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


Public Member Functions | |
| def | create_argument_parser (self, **kwds) |
| def | create_path (self) |
Static Public Attributes | |
| basf2 | cluster_preparation_module = basf2.register_module("TFCDC_ClusterPreparer") |
| basf2 module for CDC cluster preparation | |
| bool | py_profile = True |
| create a python profile | |
| str | output_file_name = "ClusterFilterValidation.root" |
| output ROOT file | |
Prepare and execute a basf2 job to read generated events or generate new events then validate the CDC cluster filter
Definition at line 34 of file clusterFilterValidation.py.
| def create_argument_parser | ( | self, | |
| ** | kwds | ||
| ) |
Configure the basf2 job script using the translated command-line arguments
Reimplemented from BrowseTFileOnTerminateRunMixin.
Definition at line 44 of file clusterFilterValidation.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 49 of file clusterFilterValidation.py.
|
static |
basf2 module for CDC cluster preparation
Definition at line 37 of file clusterFilterValidation.py.
|
static |
output ROOT file
Definition at line 42 of file clusterFilterValidation.py.
|
static |
create a python profile
Definition at line 40 of file clusterFilterValidation.py.