Belle II Software development
|
Public Member Functions | |
def | __init__ (self, algorithm) |
def | apply_experiment_settings (self, algorithm, experiment) |
Public Attributes | |
millepede_entries | |
Number of Millepede entries. | |
millepede_entries_exp7 | |
Number of Millepede entries for experiment 7. | |
Static Public Attributes | |
dict | usable_params |
The params that you could set on the Algorithm object which this Strategy would use. | |
list | allowed_granularities = ["run"] |
Granularity of collector that can be run by this algorithm properly. | |
Custom stragery for KLM alignment. Based on SequentialRunByRun strategy, but requires custom experiment-dependent settings.
Definition at line 17 of file klm_alignment.py.
def __init__ | ( | self, | |
algorithm | |||
) |
Definition at line 35 of file klm_alignment.py.
def apply_experiment_settings | ( | self, | |
algorithm, | |||
experiment | |||
) |
Apply experiment-dependent settings.
Definition at line 44 of file klm_alignment.py.
|
static |
Granularity of collector that can be run by this algorithm properly.
Definition at line 33 of file klm_alignment.py.
millepede_entries |
Number of Millepede entries.
Definition at line 40 of file klm_alignment.py.
millepede_entries_exp7 |
Number of Millepede entries for experiment 7.
Definition at line 42 of file klm_alignment.py.
|
static |
The params that you could set on the Algorithm object which this Strategy would use.
Just here for documentation reasons.
Definition at line 24 of file klm_alignment.py.