EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::AnnealingUtility::Config Struct Reference

The configuration struct. More...

#include <acts/blob/sPHENIX/Core/include/Acts/Utilities/AnnealingUtility.hpp>

+ Collaboration diagram for Acts::AnnealingUtility::Config:

Public Member Functions

 Config (const std::vector< double > &temperatures={64., 16., 4., 2., 1.5, 1.})
 

Public Attributes

double cutOff {9.}
 
std::vector< double > setOfTemperatures
 

Detailed Description

The configuration struct.

Definition at line 31 of file AnnealingUtility.hpp.

View newest version in sPHENIX GitHub at line 31 of file AnnealingUtility.hpp

Constructor & Destructor Documentation

Acts::AnnealingUtility::Config::Config ( const std::vector< double > &  temperatures = {64., 16., 4., 2., 1.5, 1.})
inline

Definition at line 33 of file AnnealingUtility.hpp.

View newest version in sPHENIX GitHub at line 33 of file AnnealingUtility.hpp

Member Data Documentation

double Acts::AnnealingUtility::Config::cutOff {9.}

Definition at line 38 of file AnnealingUtility.hpp.

View newest version in sPHENIX GitHub at line 38 of file AnnealingUtility.hpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().

std::vector<double> Acts::AnnealingUtility::Config::setOfTemperatures

Definition at line 42 of file AnnealingUtility.hpp.

View newest version in sPHENIX GitHub at line 42 of file AnnealingUtility.hpp

Referenced by Acts::AnnealingUtility::anneal().


The documentation for this struct was generated from the following file: