22 fHistoFval(0), fHistoEdm(0), fHistoParList(0),
23 fOldPad(0), fMinuitPad(0)
56 fHistoFval =
new TH1D(
"minuit2_hist_fval",
"Function Value/iteration",2,0,1);
57 fHistoEdm =
new TH1D(
"minuit2_hist_edm",
"Edm/iteration",2,0,1);
63 for (
unsigned int ipar = 0; ipar < state.
Params().size(); ++ipar) {
92 if (iter == 0 && lastIter > 0)
105 for (
unsigned int ipar = 0; ipar < state.
Vec().
size(); ++ipar) {
virtual void Delete(Option_t *option="")
Remove all objects from the list AND delete all heap based objects.
virtual void Init(const MnUserParameterState &state)
Namespace for new ROOT classes and functions.
virtual void operator()(int i, const MinimumState &state)
virtual void Draw(Option_t *option="")
Default Draw method for all objects.
const MinuitParameter & Parameter(unsigned int i) const
std::vector< double > Params() const
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString...
The TNamed class is the base class for all named ROOT classes.
const MnUserTransformation & Trafo() const
virtual void SetRange(Int_t first=0, Int_t last=0)
Set the viewing range for the axis from bin first to last.
virtual void Draw(Option_t *option="")
Draw this histogram with options.
virtual void SetBinContent(Int_t bin, Double_t content)
Set bin content see convention for numbering bins in TH1::GetBin In case the bin number is greater th...
class which holds the external user and/or internal Minuit representation of the parameters and error...
unsigned int size() const
virtual ~TMinuit2TraceObject()
virtual TObject * At(Int_t idx) const
Returns the object at position idx. Returns 0 if idx is out of range.
tomato 1-D histogram with a double per channel (see TH1 documentation)}
const MnUserParameterState & UserState() const
const char * Name(unsigned int) const
virtual Double_t GetEntries() const
Return the current number of entries.
virtual void operator()(int i, const ROOT::Minuit2::MinimumState &state)
virtual void Init(const ROOT::Minuit2::MnUserParameterState &state)
virtual UInt_t SetCanExtend(UInt_t extendBitMask)
Make the histogram axes extendable / not extendable according to the bit mask returns the previous bi...
virtual void Add(TObject *obj)
THist< 1, double, THistStatContent, THistStatUncertainty > TH1D
MinimumState keeps the information (position, Gradient, 2nd deriv, etc) after one minimization step (...
virtual Int_t GetSize() const
const MnAlgebraicVector & Vec() const