|
ACTS
Experiment-independent tracking
|
The configuration struct. More...
#include <Acts/Utilities/AnnealingUtility.hpp>
Public Member Functions | |
| Config () | |
| Config (double cutOff_, std::vector< double > setOfTemperatures_) | |
| Constructor with parameters. | |
Public Attributes | |
| double | cutOff {9.} |
| Insensitivity threshold for calculated weight at cutoff. | |
| std::vector< double > | setOfTemperatures {64., 16., 4., 2., 1.5, 1.} |
| Temperature sequence for annealing process, starts at first value and progresses towards the last value. | |
The configuration struct.
| Acts::AnnealingUtility::Config::Config | ( | ) |
| Acts::AnnealingUtility::Config::Config | ( | double | cutOff_, |
| std::vector< double > | setOfTemperatures_ ) |
Constructor with parameters.
| cutOff_ | Cut-off threshold value |
| setOfTemperatures_ | Vector of temperature values for annealing |
| double Acts::AnnealingUtility::Config::cutOff {9.} |
Insensitivity threshold for calculated weight at cutoff.
| std::vector<double> Acts::AnnealingUtility::Config::setOfTemperatures {64., 16., 4., 2., 1.5, 1.} |
Temperature sequence for annealing process, starts at first value and progresses towards the last value.