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


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