Belle II Software development
|
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.py.
def __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 404 of file caf_cdcdedx.py.
max_iterations |
maximum iterations
Definition at line 444 of file caf_cdcdedx.py.