CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
DeterministicAnnealing.cc File Reference
#include "RecoVertex/VertexTools/interface/DeterministicAnnealing.h"
#include "FWCore/Utilities/interface/isFinite.h"
#include <cmath>
#include <vector>
#include <iostream>
#include <limits>

Go to the source code of this file.

Functions

 theChi2cut (cutoff *cutoff)
 
 theIndex (0)
 
 theIsAnnealed (false)
 

Function Documentation

theChi2cut ( cutoff *  cutoff)
theIndex ( )
theIsAnnealed ( false  )

Definition at line 11 of file DeterministicAnnealing.cc.

11 : theTemperatures({256, 64, 16, 4, 2, 1}), theIndex(0), theChi2cut(cutoff * cutoff), theIsAnnealed(false) {}
theIndex(0)
theIsAnnealed(false)
theChi2cut(cutoff *cutoff)