EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AnnealingUtility.cpp File Reference
+ Include dependency graph for AnnealingUtility.cpp:

Go to the source code of this file.

Functions

static double gaussFunc (double chi2, double temp)
 Gaussian function for weight calculation.
 

Function Documentation

static double gaussFunc ( double  chi2,
double  temp 
)
static

Gaussian function for weight calculation.

Parameters
chi2Chi^2 value
tempTemperature value
Returns
exp(-1./2. * chi2 / temp)

Definition at line 17 of file AnnealingUtility.cpp.

View newest version in sPHENIX GitHub at line 17 of file AnnealingUtility.cpp

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

+ Here is the caller graph for this function: