![]() |
Belle II Software development
|
Public Member Functions | |
| __init__ (self, name, algorithms, input_file_dict, max_iterations=5, dependencies=None, max_events=[20000, 10000, 20000], use_badWires=False, collector_granularity='All', backend_args=None) | |
Public Attributes | |
| max_iterations = max_iterations | |
| set number of maximum iterations | |
CDCCalibration is a specialized calibration class for cdc. Since collector is same in all elements, no need to specify it.
Definition at line 476 of file caf_cdc.py.
| __init__ | ( | self, | |
| name, | |||
| algorithms, | |||
| input_file_dict, | |||
| max_iterations = 5, | |||
| dependencies = None, | |||
| max_events = [20000, 10000, 20000], | |||
| use_badWires = False, | |||
| collector_granularity = 'All', | |||
| backend_args = None ) |
Definition at line 482 of file caf_cdc.py.
| max_iterations = max_iterations |
set number of maximum iterations
Definition at line 528 of file caf_cdc.py.