|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKVERTEXFITTERINTERFACES_IVERTEXANNEALINGMAKER_H
10 #define TRKVERTEXFITTERINTERFACES_IVERTEXANNEALINGMAKER_H
12 #include "GaudiKernel/IAlgTool.h"
57 const std::vector<double>& allchisq)
const =0;
63 double chisq)
const =0;
virtual void reset(AnnealingState &state) const =0
Starts the annealing from scratch.
virtual double actualTemp(const AnnealingState &state) const =0
Gets the actual temperature.
unsigned int AnnealingState
virtual void anneal(AnnealingState &state) const =0
Goes one step further in the annealing.
virtual ~IVertexAnnealingMaker()=default
Virtual destructor.
DeclareInterfaceID(IVertexAnnealingMaker, 1, 0)
virtual double getWeight(const AnnealingState &state, double chisq) const =0
Calculates the weight according to the given chi2.
Ensure that the ATLAS eigen extensions are properly loaded.
virtual bool isEquilibrium(const AnnealingState &state) const =0
Checks whether the equilibrium is reached.
virtual double getWeight(const AnnealingState &state, double chisq, const std::vector< double > &allchisq) const =0
Calculates the weight according to the given chi2.