![]() |
Belle II Software prerelease-10-00-00a
|


Public Member Functions | |
| __init__ (self, name, algorithms, input_file_dict, max_iterations=5, dependencies=None, collector_granularity='All') | |
Public Attributes | |
| max_iterations = max_iterations | |
| maximum iterations | |
CDCDedxCalibration is a specialized calibration for cdcdedx.
Definition at line 396 of file caf_cdcdedx_electron.py.
| __init__ | ( | self, | |
| name, | |||
| algorithms, | |||
| input_file_dict, | |||
| max_iterations = 5, | |||
| dependencies = None, | |||
| collector_granularity = 'All' ) |
parameters:
name: name of calibration
algorithms: algorithm of calibration
input_file_dict: input files list
max_iterations: maximum number of iterations
dependencies: depends on the previous calibration
collector_granularity: granularity : all or run
Definition at line 401 of file caf_cdcdedx_electron.py.
| max_iterations = max_iterations |
maximum iterations
Definition at line 441 of file caf_cdcdedx_electron.py.