Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TMVA::MinuitWrapper Class Reference

Wrapper around MINUIT.

Definition at line 46 of file MinuitWrapper.h.

Public Types

enum  { kMAXWARN =100 }
enum  { kSingleKey = (1ULL << (0)) , kOverwrite = (1ULL << (1)) , kWriteDelete = (1ULL << (2)) }
enum  {
  kIsOnHeap = 0x01000000 , kNotDeleted = 0x02000000 , kZombie = 0x04000000 , kInconsistent = 0x08000000 ,
  kBitMask = 0x00ffffff
}
enum  EDeprecatedStatusBits { kObjInCanvas = (1ULL << (3)) }
enum  EStatusBits {
  kCanDelete = (1ULL << (0)) , kMustCleanup = (1ULL << (3)) , kIsReferenced = (1ULL << (4)) , kHasUUID = (1ULL << (5)) ,
  kCannotPick = (1ULL << (6)) , kNoContextMenu = (1ULL << (8)) , kInvalidObject = (1ULL << (13))
}

Public Member Functions

 MinuitWrapper (IFitterTarget &target, Int_t maxpar)
 constructor
virtual ~MinuitWrapper ()
void AbstractMethod (const char *method) const
 Call this function within a function that you don't want to define as purely virtual, in order not to force all users deriving from that class to implement that maybe (on their side) unused function; but at the same time, emit a run-time warning if they try to call it, telling that it is not implemented in the derived class: action must thus be taken on the user side to override it.
virtual void AppendPad (Option_t *option="")
 Append graphics object to current pad.
virtual void Browse (TBrowser *b)
 Browse object. May be overridden for another default action.
virtual void BuildArrays (Int_t maxpar=15)
ULong_t CheckedHash ()
 Check and record whether this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object.
virtual const char * ClassName () const
 Returns name of class to which the object belongs.
void Clear (Option_t *=nullptr) override
 reset the fitter environment
TObjectClone (char const *) const override
 produces a clone of this MinuitWrapper
virtual Int_t Command (const char *command)
Int_t Compare (const TObject *obj) const override
 Compare two TNamed objects.
virtual TObjectContour (Int_t npoints=10, Int_t pa1=0, Int_t pa2=1)
void Copy (TObject &named) const override
 Copy this to obj.
virtual Int_t DefineParameter (Int_t parNo, const char *name, Double_t initVal, Double_t initErr, Double_t lowerLimit, Double_t upperLimit)
virtual void Delete (Option_t *option="")
 Delete this object.
virtual void DeleteArrays ()
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 Computes distance from point (px,py) to the object.
virtual void Draw (Option_t *option="")
 Default Draw method for all objects.
virtual void DrawClass () const
 Draw class inheritance tree of the class to which this object belongs.
virtual TObjectDrawClone (Option_t *option="") const
 Draw a clone of this object in the current selected pad with: gROOT->SetSelectedPad(c1).
virtual void Dump () const
 Dump contents of object on stdout.
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message.
Int_t Eval (Int_t, Double_t *, Double_t &, Double_t *, Int_t) override
 std::vector<Double_t> parameters( npar );
virtual void Execute (const char *method, const char *params, Int_t *error=nullptr)
 Execute method on this object with the given parameter string, e.g.
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=nullptr)
 Execute method on this object with parameters stored in the TObjArray.
Int_t ExecuteCommand (const char *command, Double_t *args, Int_t nargs)
 Execute a fitter command; command : command string args : list of nargs command arguments.
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 Execute action corresponding to an event at (px,py).
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message.
virtual void FillBuffer (char *&buffer)
 Encode TNamed into output buffer.
virtual TObjectFindObject (const char *name) const
 Must be redefined in derived classes.
virtual TObjectFindObject (const TObject *obj) const
 Must be redefined in derived classes.
virtual Int_t FixParameter (Int_t parNo)
 fix a parameter
virtual Option_tGetDrawOption () const
 Get option used by the graphics system to draw this object.
Int_t GetErrors (Int_t ipar, Double_t &eplus, Double_t &eminus, Double_t &eparab, Double_t &globcc)
 return current errors for a parameter
virtual const char * GetIconName () const
 Returns mime type name of object.
Int_t GetMaxIterations () const
TMethodCallGetMethodCall () const
const char * GetName () const override
 Returns name of object.
virtual Int_t GetNumFixedPars () const
 returns the number of currently fixed parameters
virtual Int_t GetNumFreePars () const
 returns the number of currently free parameters
virtual Int_t GetNumPars () const
 returns the total number of parameters that have been defined as fixed or free. The constant parameters are not counted.
TObjectGetObjectFit () const
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 Returns string containing info about the object at position (px,py).
virtual Option_tGetOption () const
virtual Int_t GetParameter (Int_t parNo, Double_t &currentValue, Double_t &currentError) const
 return parameter value and error
virtual TObjectGetPlot () const
Int_t GetStats (Double_t &amin, Double_t &edm, Double_t &errdef, Int_t &nvpar, Int_t &nparx)
 return global fit parameters
Int_t GetStatus () const
const char * GetTitle () const override
 Returns title of object.
virtual UInt_t GetUniqueID () const
 Return the unique object id.
virtual Bool_t HandleTimer (TTimer *timer)
 Execute action in response of a timer timing out.
ULong_t Hash () const override
 Return hash value for this object.
Bool_t HasInconsistentHash () const
 Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e.
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message.
virtual Bool_t InheritsFrom (const char *classname) const
 Returns kTRUE if object inherits from class "classname".
virtual Bool_t InheritsFrom (const TClass *cl) const
 Returns kTRUE if object inherits from TClass cl.
virtual void Inspect () const
 Dump contents of this object in a graphics canvas.
void InvertBit (UInt_t f)
TClassIsA () const override
Bool_t IsDestructed () const
 IsDestructed.
virtual Bool_t IsEqual (const TObject *obj) const
 Default equal comparison (objects are equal if they have the same address in memory).
virtual Bool_t IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects).
Bool_t IsOnHeap () const
Bool_t IsSortable () const override
Bool_t IsZombie () const
void ls (Option_t *option="") const override
 List TNamed name and title.
void MayNotUse (const char *method) const
 Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary).
virtual Int_t Migrad ()
 invokes the MIGRAD minimizer
virtual void mnamin ()
 Initialize AMIN.
virtual void mnbins (Double_t a1, Double_t a2, Int_t naa, Double_t &bl, Double_t &bh, Int_t &nb, Double_t &bwid)
 Compute reasonable histogram intervals.
virtual void mncalf (Double_t *pvec, Double_t &ycalf)
 Transform FCN to find further minima.
virtual void mncler ()
 Resets the parameter list to UNDEFINED.
virtual void mncntr (Int_t ke1, Int_t ke2, Int_t &ierrf)
 Print function contours in two variables, on line printer.
virtual void mncomd (const char *crdbin, Int_t &icondn)
 Reads a command string and executes.
virtual void mncont (Int_t ke1, Int_t ke2, Int_t nptu, Double_t *xptu, Double_t *yptu, Int_t &ierrf)
 Find points along a contour where FCN is minimum.
virtual void mncrck (TString crdbuf, Int_t maxcwd, TString &comand, Int_t &lnc, Int_t mxp, Double_t *plist, Int_t &llist, Int_t &ierr, Int_t isyswr)
 Cracks the free-format input.
virtual void mncros (Double_t &aopt, Int_t &iercr)
 Find point where MNEVAL=AMIN+UP.
virtual void mncuve ()
 Makes sure that the current point is a local minimum.
virtual void mnderi ()
 Calculates the first derivatives of FCN (GRD).
virtual void mndxdi (Double_t pint, Int_t ipar, Double_t &dxdi)
 Calculates the transformation factor between ext/internal values.
virtual void mneig (Double_t *a, Int_t ndima, Int_t n, Int_t mits, Double_t *work, Double_t precis, Int_t &ifault)
 Compute matrix eigen values.
virtual void mnemat (Double_t *emat, Int_t ndim)
 Calculates the external error matrix from the internal matrix.
virtual void mnerrs (Int_t number, Double_t &eplus, Double_t &eminus, Double_t &eparab, Double_t &gcc)
 Utility routine to get MINOS errors.
virtual void mneval (Double_t anext, Double_t &fnext, Int_t &ierev)
 Evaluates the function being analysed by MNCROS.
virtual void mnexcm (const char *comand, Double_t *plist, Int_t llist, Int_t &ierflg)
 Interprets a command and takes appropriate action.
virtual void mnexin (Double_t *pint)
 Transforms the external parameter values U to internal values.
virtual void mnfixp (Int_t iint, Int_t &ierr)
 Removes parameter IINT from the internal parameter list.
virtual void mnfree (Int_t k)
 Restores one or more fixed parameter(s) to variable status.
virtual void mngrad ()
 Interprets the SET GRAD command.
virtual void mnhelp (const char *command="")
 interface to Minuit help
virtual void mnhelp (TString comd)
 HELP routine for MINUIT interactive commands.
virtual void mnhes1 ()
 Calculate first derivatives (GRD) and uncertainties (DGRD).
virtual void mnhess ()
 Calculates the full second-derivative matrix of FCN.
virtual void mnimpr ()
 Attempts to improve on a good local minimum.
virtual void mninex (Double_t *pint)
 Transforms from internal coordinates (PINT) to external (U).
virtual void mninit (Int_t i1, Int_t i2, Int_t i3)
 Main initialization member function for MINUIT.
virtual void mnlims ()
 Interprets the SET LIM command, to reset the parameter limits.
virtual void mnline (Double_t *start, Double_t fstart, Double_t *step, Double_t slope, Double_t toler)
 Perform a line search from position START.
virtual void mnmatu (Int_t kode)
 Prints the covariance matrix v when KODE=1.
virtual void mnmigr ()
 Performs a local function minimization.
virtual void mnmnos ()
 Performs a MINOS error analysis.
virtual void mnmnot (Int_t ilax, Int_t ilax2, Double_t &val2pl, Double_t &val2mi)
 Performs a MINOS error analysis on one parameter.
virtual void mnparm (Int_t k, TString cnamj, Double_t uk, Double_t wk, Double_t a, Double_t b, Int_t &ierflg)
 Implements one parameter definition.
virtual void mnpars (TString &crdbuf, Int_t &icondn)
 Implements one parameter definition.
virtual void mnpfit (Double_t *parx2p, Double_t *pary2p, Int_t npar2p, Double_t *coef2p, Double_t &sdev2p)
 To fit a parabola to npar2p points.
virtual void mnpint (Double_t &pexti, Int_t i, Double_t &pinti)
 Calculates the internal parameter value PINTI.
virtual void mnplot (Double_t *xpt, Double_t *ypt, char *chpt, Int_t nxypt, Int_t npagwd, Int_t npagln)
 Plots points in array xypt onto one page with labelled axes.
virtual void mnpout (Int_t iuext, TString &chnam, Double_t &val, Double_t &err, Double_t &xlolim, Double_t &xuplim, Int_t &iuint) const
 Provides the user with information concerning the current status.
virtual void mnprin (Int_t inkode, Double_t fval)
 Prints the values of the parameters at the time of the call.
virtual void mnpsdf ()
 Calculates the eigenvalues of v to see if positive-def.
virtual void mnrazz (Double_t ynew, Double_t *pnew, Double_t *y, Int_t &jh, Int_t &jl)
 Called only by MNSIMP (and MNIMPR) to add a new point.
virtual void mnrn15 (Double_t &val, Int_t &inseed)
 This is a super-portable random number generator.
virtual void mnrset (Int_t iopt)
 Resets function value and errors to UNDEFINED.
virtual void mnsave ()
 Writes current parameter values and step sizes onto file ISYSSA.
virtual void mnscan ()
 Scans the values of FCN as a function of one parameter.
virtual void mnseek ()
 Performs a rough (but global) minimization by monte carlo search.
virtual void mnset ()
 Interprets the commands that start with SET and SHOW.
virtual void mnsimp ()
 Minimization using the simplex method of Nelder and Mead.
virtual void mnstat (Double_t &fmin, Double_t &fedm, Double_t &errdef, Int_t &npari, Int_t &nparx, Int_t &istat)
 Returns concerning the current status of the minimization.
virtual void mntiny (Double_t epsp1, Double_t &epsbak)
 To find the machine precision.
Bool_t mnunpt (TString &cfname)
 Returns .TRUE.
virtual void mnvert (Double_t *a, Int_t l, Int_t m, Int_t n, Int_t &ifail)
 Inverts a symmetric matrix.
virtual void mnwarn (const char *copt, const char *corg, const char *cmes)
 Prints Warning messages.
virtual void mnwerr ()
 Calculates the WERR, external parameter errors.
virtual Bool_t Notify ()
 This method must be overridden to handle object notification (the base implementation is no-op).
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete.
void operator delete (void *, size_t)
 Operator delete for sized deallocation.
void operator delete (void *ptr)
 Operator delete.
void operator delete (void *ptr, void *vp)
 Only called by placement new when throwing an exception.
void operator delete[] (void *, size_t)
 Operator delete [] for sized deallocation.
void operator delete[] (void *ptr)
 Operator delete [].
void operator delete[] (void *ptr, void *vp)
 Only called by placement new[] when throwing an exception.
void * operator new (size_t sz)
void * operator new (size_t sz, void *vp)
void * operator new[] (size_t sz)
void * operator new[] (size_t sz, void *vp)
virtual void Paint (Option_t *option="")
 This method must be overridden if a class wants to paint itself.
virtual void Pop ()
 Pop on object drawn in a pad to the top of the display list.
void Print (Option_t *option="") const override
 Print TNamed name and title.
virtual Int_t Read (const char *name)
 Read contents of object with specified name from the current directory.
virtual void RecursiveRemove (TObject *obj)
 Recursively remove this object from a list.
virtual Int_t Release (Int_t parNo)
 release a parameter
void ResetBit (UInt_t f)
virtual void SaveAs (const char *filename="", Option_t *option="") const
 Save this object in the file specified by filename.
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 Save a primitive as a C++ statement(s) on output stream "out".
void SetBit (UInt_t f)
void SetBit (UInt_t f, Bool_t set)
 Set or unset the user status bits as specified in f.
virtual void SetDrawOption (Option_t *option="")
 Set drawing option for object.
virtual Int_t SetErrorDef (Double_t up)
 To get the n-sigma contour the error def parameter "up" has to set to n^2.
virtual void SetFCN (void(*fcn)(Int_t &, Double_t *, Double_t &f, Double_t *, Int_t))
 To set the address of the minimization function.
void SetFitterTarget (IFitterTarget &target)
virtual void SetGraphicsMode (Bool_t mode=kTRUE)
virtual void SetMaxIterations (Int_t maxiter=500)
virtual void SetName (const char *name)
 Set the name of the TNamed.
virtual void SetNameTitle (const char *name, const char *title)
 Set all the TNamed parameters (name and title).
virtual void SetObjectFit (TObject *obj)
Int_t SetParameter (Int_t ipar, const char *parname, Double_t value, Double_t verr, Double_t vlow, Double_t vhigh)
 set initial values for a parameter
virtual Int_t SetPrintLevel (Int_t printLevel=0)
 set Minuit print level.
virtual void SetTitle (const char *title="")
 Set the title of the TNamed.
virtual void SetUniqueID (UInt_t uid)
 Set the unique object id.
virtual Int_t Sizeof () const
 Return size of the TNamed part of the TObject.
void Streamer (TBuffer &) override
 Stream an object of class TObject.
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
virtual void SysError (const char *method, const char *msgfmt,...) const
 Issue system error message.
Bool_t TestBit (UInt_t f) const
Int_t TestBits (UInt_t f) const
virtual void UseCurrentStyle ()
 Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked.
virtual void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message.
virtual Int_t Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0)
 Write this object to the current directory.
virtual Int_t Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const
 Write this object to the current directory.

Static Public Member Functions

static TClassClass ()
static const char * Class_Name ()
static constexpr Version_t Class_Version ()
static const char * DeclFileName ()
static Longptr_t GetDtorOnly ()
 Return destructor only flag.
static Bool_t GetObjectStat ()
 Get status of object stat flag.
static void SetDtorOnly (void *obj)
 Set destructor only flag.
static void SetObjectStat (Bool_t stat)
 Turn on/off tracking of objects in the TObjectTable.

Public Attributes

Double_tfAlim
Double_t fAmin
Double_t fApsi
Double_t fBigedm
Double_tfBlim
TString fCfrom
char * fChpt
 !Character to be plotted at the X,Y contour positions
Double_tfCOMDplist
Double_tfCONTgcc
Double_tfCONTw
TString fCovmes [4]
TStringfCpnam
TString fCstatu
TString fCtitl
TString fCundef
TString fCvrsn
TString fCword
Double_t fDcovar
Double_tfDgrd
Double_tfDirin
Double_tfDirins
Double_t fEDM
Int_t fEmpty
Double_t fEpsi
Double_t fEpsma2
Double_t fEpsmac
Double_tfErn
Double_tfErp
void(* fFCN )(Int_t &npar, Double_t *gin, Double_t &f, Double_t *u, Int_t flag)
 !
Double_tfFIXPyy
Double_t fFval3
Double_tfG2
Double_tfG2s
Double_tfGin
Double_tfGlobcc
Double_tfGRADgf
Bool_t fGraphicsMode
Double_tfGrd
Double_tfGrds
Double_tfGstep
Double_tfGsteps
Double_tfHESSyy
Int_t fIcirc [2]
Int_t fIcomnd
Int_t fIdbg [11]
Double_tfIMPRdsav
Double_tfIMPRy
Int_tfIpfix
Int_t fIstkrd [10]
Int_t fIstkwr [10]
Int_t fIstrat
Int_t fISW [7]
Int_t fIsysrd
Int_t fIsyssa
Int_t fIsyswr
Int_t fItaur
Int_t fKe1cr
Int_t fKe2cr
Bool_t fLimset
Bool_t fLnewmn
Bool_t fLnolim
Bool_t fLphead
Bool_t fLrepor
Bool_t fLwarn
Double_tfMATUvline
Int_t fMaxcpt
Int_t fMaxext
Int_t fMaxint
Int_t fMaxIterations
Int_t fMaxpar
Int_t fMaxpar1
Int_t fMaxpar2
Int_t fMaxpar5
TMethodCallfMethodCall
Double_tfMIGRflnu
Double_tfMIGRgs
Double_tfMIGRstep
Double_tfMIGRvg
Double_tfMIGRxxs
Double_tfMNOTgcc
Double_tfMNOTw
Double_tfMNOTxdev
Int_t fNblock
Int_t fNewpag
Int_tfNexofi
Int_t fNfcn
Int_t fNfcnfr
Int_t fNfcnlc
Int_t fNfcnmx
Int_t fNfcwar [20]
Int_tfNiofex
Int_t fNpagln
Int_t fNpagwd
Int_t fNpar
Int_t fNpfix
Int_t fNstkrd
Int_t fNstkwr
Int_t fNu
Int_tfNvarl
Int_t fNwrmes [2]
TObjectfObjectFit
TString fOrigin [kMAXWARN]
Double_tfP
Double_tfPARSplist
Double_tfPbar
TObjectfPlot
Double_tfPrho
Double_tfPSDFs
Double_tfPstar
Double_tfPstst
Double_tfSEEKxbest
Double_tfSEEKxmid
Double_tfSIMPy
Int_t fStatus
Double_tfU
Double_t fUndefi
Double_t fUp
Double_t fUpdflt
Double_tfVERTpp
Double_tfVERTq
Double_tfVERTs
Double_tfVhmat
Double_t fVlimhi
Double_t fVlimlo
Double_tfVthmat
TString fWarmes [kMAXWARN]
Double_tfWerr
Double_tfWord7
Double_tfX
Double_t fXdircr
Double_t fXmidcr
Double_tfXpt
Double_tfXs
Double_tfXt
Double_tfXts
Double_t fYdircr
Double_t fYmidcr
Double_tfYpt

Protected Types

enum  { kOnlyPrepStep = (1ULL << (3)) }

Protected Member Functions

virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 Interface to ErrorHandler (protected).
void MakeZombie ()
void SavePrimitiveNameTitle (std::ostream &out, const char *variable_name)
 Save object name and title into the output stream "out".

Static Protected Member Functions

static void SavePrimitiveConstructor (std::ostream &out, TClass *cl, const char *variable_name, const char *constructor_agrs="", Bool_t empty_line=kTRUE)
 Save object constructor in the output stream "out".
static void SavePrimitiveDraw (std::ostream &out, const char *variable_name, Option_t *option=nullptr)
 Save invocation of primitive Draw() method Skipped if option contains "nodraw" string.
static TString SavePrimitiveVector (std::ostream &out, const char *prefix, Int_t len, Double_t *arr, Int_t flag=0)
 Save array in the output stream "out" as vector.

Protected Attributes

TString fName
TString fTitle

Static Private Member Functions

static void AddToTObjectTable (TObject *)
 Private helper function which will dispatch to TObjectTable::AddObj.

Private Attributes

UInt_t fBits
 bit field status word
IFitterTargetfFitterTarget
 fitter Target
Int_t fNumPar
 number of parameters
std::vector< Double_tfParameters
 vector holding the current parameters
UInt_t fUniqueID
 object unique identifier

Static Private Attributes

static Longptr_t fgDtorOnly = 0
 object for which to call dtor only (i.e. no delete)
static Bool_t fgObjectStat = kTRUE
 if true keep track of objects in TObjectTable

#include <TMVA/MinuitWrapper.h>

Inheritance diagram for TMVA::MinuitWrapper:
TMinuit TNamed TObject

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
inherited
Enumerator
kMAXWARN 

Definition at line 35 of file TMinuit.h.

◆ anonymous enum

anonymous enum
protectedinherited
Enumerator
kOnlyPrepStep 

Used to request that the class specific implementation of TObject::Write just prepare the objects to be ready to be written but do not actually write them into the TBuffer.

This is just for example by TBufferMerger to request that the TTree inside the file calls TTree::FlushBaskets (outside of the merging lock) and TBufferMerger will later ask for the write (inside the merging lock). To take advantage of this feature the class needs to overload TObject::Write and use this enum value accordingly. (See TTree::Write and TObject::Write) Do not use, this feature will be migrate to the Merge function (See TClass and TTree::Merge)

Definition at line 106 of file TObject.h.

◆ anonymous enum

anonymous enum
inherited
Enumerator
kSingleKey 

write collection with single key

kOverwrite 

overwrite existing object with same name

kWriteDelete 

write object, then delete previous key with same name

Definition at line 99 of file TObject.h.

◆ anonymous enum

anonymous enum
inherited
Enumerator
kIsOnHeap 

object is on heap

kNotDeleted 

object has not been deleted

kZombie 

object ctor failed

kInconsistent 

class overload Hash but does call RecursiveRemove in destructor

kBitMask 

Definition at line 89 of file TObject.h.

◆ EDeprecatedStatusBits

Enumerator
kObjInCanvas 

for backward compatibility only, use kMustCleanup

Definition at line 84 of file TObject.h.

◆ EStatusBits

enum TObject::EStatusBits
inherited
Enumerator
kCanDelete 

if object in a list can be deleted

kMustCleanup 

if object destructor must call RecursiveRemove()

kIsReferenced 

if object is referenced by a TRef or TRefArray

kHasUUID 

if object has a TUUID (its fUniqueID=UUIDNumber)

kCannotPick 

if object in a pad cannot be picked

kNoContextMenu 

if object does not want context menu

kInvalidObject 

if object ctor succeeded but object should not be used

Definition at line 70 of file TObject.h.

Constructor & Destructor Documentation

◆ MinuitWrapper()

TMVA::MinuitWrapper::MinuitWrapper ( IFitterTarget & target,
Int_t maxpar )

constructor

Definition at line 37 of file MinuitWrapper.cxx.

◆ ~MinuitWrapper()

virtual TMVA::MinuitWrapper::~MinuitWrapper ( )
inlinevirtual

Definition at line 51 of file MinuitWrapper.h.

Member Function Documentation

◆ AbstractMethod()

void TObject::AbstractMethod ( const char * method) const
inherited

Call this function within a function that you don't want to define as purely virtual, in order not to force all users deriving from that class to implement that maybe (on their side) unused function; but at the same time, emit a run-time warning if they try to call it, telling that it is not implemented in the derived class: action must thus be taken on the user side to override it.

In other word, this method acts as a "runtime purely virtual" warning instead of a "compiler purely virtual" error.

Warning
This interface is a legacy function that is no longer recommended to be used by new development code.
Note
The name "AbstractMethod" does not imply that it's an abstract method in the strict C++ sense.

Definition at line 1149 of file TObject.cxx.

◆ AddToTObjectTable()

void TObject::AddToTObjectTable ( TObject * op)
staticprivateinherited

Private helper function which will dispatch to TObjectTable::AddObj.

Included here to avoid circular dependency between header files.

Definition at line 195 of file TObject.cxx.

◆ AppendPad()

void TObject::AppendPad ( Option_t * option = "")
virtualinherited

Append graphics object to current pad.

In case no current pad is set yet, create a default canvas with the name "c1".

Definition at line 204 of file TObject.cxx.

◆ Browse()

◆ BuildArrays()

virtual void TMinuit::BuildArrays ( Int_t maxpar = 15)
virtualinherited

◆ CheckedHash()

ULong_t TObject::CheckedHash ( )
inlineinherited

Check and record whether this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object.

The intent is for this routine to be called instead of directly calling the function Hash during "insert" operations. See TObject::HasInconsistenTObjectHash();

(*) The setup is consistent when all classes in the class hierarchy that overload TObject::Hash do call ROOT::CallRecursiveRemoveIfNeeded in their destructor. i.e. it is safe to call the Hash virtual function during the RecursiveRemove operation.

Definition at line 332 of file TObject.h.

◆ Class()

TClass * TMVA::MinuitWrapper::Class ( )
static
Returns
TClass describing this class

◆ Class_Name()

const char * TMVA::MinuitWrapper::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

constexpr Version_t TMVA::MinuitWrapper::Class_Version ( )
inlinestaticconstexpr
Returns
Version of this class

Definition at line 69 of file MinuitWrapper.h.

◆ ClassName()

const char * TObject::ClassName ( ) const
virtualinherited

Returns name of class to which the object belongs.

Definition at line 227 of file TObject.cxx.

◆ Clear()

void TMVA::MinuitWrapper::Clear ( Option_t * = nullptr)
overridevirtual

reset the fitter environment

Reimplemented from TObject.

Definition at line 73 of file MinuitWrapper.cxx.

◆ Clone()

TObject * TMVA::MinuitWrapper::Clone ( char const * newname) const
overridevirtual

produces a clone of this MinuitWrapper

Reimplemented from TObject.

Definition at line 131 of file MinuitWrapper.cxx.

◆ Command()

virtual Int_t TMinuit::Command ( const char * command)
virtualinherited

◆ Compare()

Int_t TNamed::Compare ( const TObject * obj) const
overridevirtualinherited

Compare two TNamed objects.

Returns 0 when equal, -1 when this is smaller and +1 when bigger (like strcmp).

Reimplemented from TObject.

Reimplemented in TStructNodeProperty.

Definition at line 84 of file TNamed.cxx.

◆ Contour()

virtual TObject * TMinuit::Contour ( Int_t npoints = 10,
Int_t pa1 = 0,
Int_t pa2 = 1 )
virtualinherited

◆ Copy()

void TNamed::Copy ( TObject & named) const
overridevirtualinherited

Copy this to obj.

Reimplemented from TObject.

Reimplemented in TPieSlice, TProfile2D, TProfile3D, TProfile, TStyle, TSystemDirectory, TSystemFile, TText, and TXTRU.

Definition at line 93 of file TNamed.cxx.

◆ DeclFileName()

const char * TMVA::MinuitWrapper::DeclFileName ( )
inlinestatic
Returns
Name of the file containing the class declaration

Definition at line 69 of file MinuitWrapper.h.

◆ DefineParameter()

virtual Int_t TMinuit::DefineParameter ( Int_t parNo,
const char * name,
Double_t initVal,
Double_t initErr,
Double_t lowerLimit,
Double_t upperLimit )
virtualinherited

◆ Delete()

void TObject::Delete ( Option_t * option = "")
virtualinherited

◆ DeleteArrays()

virtual void TMinuit::DeleteArrays ( )
virtualinherited

◆ DistancetoPrimitive()

◆ DoError()

void TObject::DoError ( int level,
const char * location,
const char * fmt,
va_list va ) const
protectedvirtualinherited

Interface to ErrorHandler (protected).

Reimplemented in TThread, and TTreeViewer.

Definition at line 1059 of file TObject.cxx.

◆ Draw()

◆ DrawClass()

void TObject::DrawClass ( ) const
virtualinherited

Draw class inheritance tree of the class to which this object belongs.

If a class B inherits from a class A, description of B is drawn on the right side of description of A. Member functions overridden by B are shown in class A with a blue line crossing-out the corresponding member function. The following picture is the class inheritance tree of class TPaveLabel:

Reimplemented in TGFrame, TSystemDirectory, and TSystemFile.

Definition at line 308 of file TObject.cxx.

◆ DrawClone()

TObject * TObject::DrawClone ( Option_t * option = "") const
virtualinherited

Draw a clone of this object in the current selected pad with: gROOT->SetSelectedPad(c1).

If pad was not selected - gPad will be used.

Note
For histograms, use the more specialised TH1::DrawCopy().

Reimplemented in TAxis, TCanvas, TGFrame, TSystemDirectory, and TSystemFile.

Definition at line 319 of file TObject.cxx.

◆ Dump()

void TObject::Dump ( ) const
virtualinherited

Dump contents of object on stdout.

Using the information in the object dictionary (class TClass) each data member is interpreted. If a data member is a pointer, the pointer value is printed

The following output is the Dump of a TArrow object:

fAngle 0 Arrow opening angle (degrees)
fArrowSize 0.2 Arrow Size
fOption.*fData
fX1 0.1 X of 1st point
fY1 0.15 Y of 1st point
fX2 0.67 X of 2nd point
fY2 0.83 Y of 2nd point
fUniqueID 0 object unique identifier
fBits 50331648 bit field status word
fLineColor 1 line color
fLineStyle 1 line style
fLineWidth 1 line width
fFillColor 19 fill area color
fFillStyle 1001 fill area style
#define X(type, name)
UInt_t fUniqueID
object unique identifier
Definition TObject.h:46
UInt_t fBits
bit field status word
Definition TObject.h:47
TLine * line
TCanvas * style()
Definition style.C:1

Reimplemented in TClass, TCollection, TGFrame, TGPack, and TSystemFile.

Definition at line 367 of file TObject.cxx.

◆ Error()

void TObject::Error ( const char * location,
const char * fmt,
... ) const
virtualinherited

Issue error message.

Use "location" to specify the method where the error occurred. Accepts standard printf formatting arguments.

Reimplemented in TFitResult.

Definition at line 1098 of file TObject.cxx.

◆ Eval()

Int_t TMVA::MinuitWrapper::Eval ( Int_t ,
Double_t * ,
Double_t & f,
Double_t * par,
Int_t  )
overridevirtual

std::vector<Double_t> parameters( npar );

Reimplemented from TMinuit.

Definition at line 50 of file MinuitWrapper.cxx.

◆ Execute() [1/2]

void TObject::Execute ( const char * method,
const char * params,
Int_t * error = nullptr )
virtualinherited

Execute method on this object with the given parameter string, e.g.

"3.14,1,\"text\"".

Reimplemented in ROOT::R::TRInterface, TCling, TContextMenu, TInterpreter, and TMethodCall.

Definition at line 378 of file TObject.cxx.

◆ Execute() [2/2]

void TObject::Execute ( TMethod * method,
TObjArray * params,
Int_t * error = nullptr )
virtualinherited

Execute method on this object with parameters stored in the TObjArray.

The TObjArray should contain an argv vector like:

argv[0] ... argv[n] = the list of TObjString parameters
Collectable string class.
Definition TObjString.h:28
const Int_t n
Definition legend1.C:16

Reimplemented in ROOT::R::TRInterface, TCling, TContextMenu, TInterpreter, and TMethodCall.

Definition at line 398 of file TObject.cxx.

◆ ExecuteCommand()

Int_t TMVA::MinuitWrapper::ExecuteCommand ( const char * command,
Double_t * args,
Int_t nargs )

Execute a fitter command; command : command string args : list of nargs command arguments.

Definition at line 63 of file MinuitWrapper.cxx.

◆ ExecuteEvent()

◆ Fatal()

void TObject::Fatal ( const char * location,
const char * fmt,
... ) const
virtualinherited

Issue fatal error message.

Use "location" to specify the method where the fatal error occurred. Accepts standard printf formatting arguments.

Definition at line 1126 of file TObject.cxx.

◆ FillBuffer()

void TNamed::FillBuffer ( char *& buffer)
virtualinherited

Encode TNamed into output buffer.

Reimplemented in TDirectoryFile, TFile, TKey, TKeySQL, TKeyXML, TSQLFile, and TXMLFile.

Definition at line 103 of file TNamed.cxx.

◆ FindObject() [1/2]

TObject * TObject::FindObject ( const char * name) const
virtualinherited

Must be redefined in derived classes.

This function is typically used with TCollections, but can also be used to find an object by name inside this object.

Reimplemented in RooAbsCollection, RooLinkedList, TBtree, TCollection, TDirectory, TFolder, TGeometry, TGraph2D, TGraph, TH1, THashList, THashTable, THbookFile, TList, TListOfDataMembers, TListOfEnums, TListOfEnumsWithLock, TListOfFunctions, TListOfFunctionTemplates, TListOfTypes, TMap, TObjArray, TPad, TROOT, TViewPubDataMembers, and TViewPubFunctions.

Definition at line 425 of file TObject.cxx.

◆ FindObject() [2/2]

TObject * TObject::FindObject ( const TObject * obj) const
virtualinherited

Must be redefined in derived classes.

This function is typically used with TCollections, but can also be used to find an object inside this object.

Reimplemented in RooAbsCollection, RooLinkedList, TBtree, TCollection, TDirectory, TFolder, TGeometry, TGraph2D, TGraph, TH1, THashList, THashTable, THbookFile, TList, TListOfDataMembers, TListOfEnums, TListOfEnumsWithLock, TListOfFunctions, TListOfFunctionTemplates, TListOfTypes, TMap, TObjArray, TPad, TROOT, TViewPubDataMembers, and TViewPubFunctions.

Definition at line 435 of file TObject.cxx.

◆ FixParameter()

Int_t TMinuit::FixParameter ( Int_t parNo)
virtualinherited

fix a parameter

Definition at line 826 of file TMinuit.cxx.

◆ GetDrawOption()

Option_t * TObject::GetDrawOption ( ) const
virtualinherited

Get option used by the graphics system to draw this object.

Note that before calling object.GetDrawOption(), you must have called object.Draw(..) before in the current pad.

Reimplemented in TBrowser, TFitEditor, TGedFrame, TGFileBrowser, TRootBrowser, and TRootBrowserLite.

Definition at line 445 of file TObject.cxx.

◆ GetDtorOnly()

Longptr_t TObject::GetDtorOnly ( )
staticinherited

Return destructor only flag.

Definition at line 1196 of file TObject.cxx.

◆ GetErrors()

Int_t TMVA::MinuitWrapper::GetErrors ( Int_t ipar,
Double_t & eplus,
Double_t & eminus,
Double_t & eparab,
Double_t & globcc )

return current errors for a parameter

  • ipar : parameter number
  • eplus : upper error
  • eminus : lower error
  • eparab : parabolic error
  • globcc : global correlation coefficient

Definition at line 104 of file MinuitWrapper.cxx.

◆ GetIconName()

const char * TObject::GetIconName ( ) const
virtualinherited

Returns mime type name of object.

Used by the TBrowser (via TGMimeTypes class). Override for class of which you would like to have different icons for objects of the same class.

Reimplemented in ROOT::Experimental::XRooFit::xRooNode, TASImage, TBranch, TBranchElement, TGeoVolume, TGMainFrame, TKey, TMethodBrowsable, TSystemFile, and TVirtualBranchBrowsable.

Definition at line 472 of file TObject.cxx.

◆ GetMaxIterations()

Int_t TMinuit::GetMaxIterations ( ) const
inlineinherited

Definition at line 195 of file TMinuit.h.

◆ GetMethodCall()

TMethodCall * TMinuit::GetMethodCall ( ) const
inlineinherited

Definition at line 193 of file TMinuit.h.

◆ GetName()

const char * TNamed::GetName ( ) const
inlineoverridevirtualinherited

Returns name of object.

This default method returns the class name. Classes that give objects a name should override this method.

Reimplemented from TObject.

Definition at line 49 of file TNamed.h.

◆ GetNumFixedPars()

Int_t TMinuit::GetNumFixedPars ( ) const
virtualinherited

returns the number of currently fixed parameters

Definition at line 854 of file TMinuit.cxx.

◆ GetNumFreePars()

Int_t TMinuit::GetNumFreePars ( ) const
virtualinherited

returns the number of currently free parameters

Definition at line 862 of file TMinuit.cxx.

◆ GetNumPars()

Int_t TMinuit::GetNumPars ( ) const
virtualinherited

returns the total number of parameters that have been defined as fixed or free. The constant parameters are not counted.

Definition at line 871 of file TMinuit.cxx.

◆ GetObjectFit()

TObject * TMinuit::GetObjectFit ( ) const
inlineinherited

Definition at line 194 of file TMinuit.h.

◆ GetObjectInfo()

char * TObject::GetObjectInfo ( Int_t px,
Int_t py ) const
virtualinherited

Returns string containing info about the object at position (px,py).

This method is typically overridden by classes of which the objects can report peculiarities for different positions. Returned string will be re-used (lock in MT environment).

Reimplemented in TASImage, TAxis3D, TColorWheel, TF1, TF2, TFileDrawMap, TGeoNode, TGeoTrack, TGeoVolume, TGL5DDataSet, TGLHistPainter, TGLParametricEquation, TGLTH3Composition, TGraph, TH1, THistPainter, TNode, TPaletteAxis, TParallelCoordVar, and TVirtualHistPainter.

Definition at line 491 of file TObject.cxx.

◆ GetObjectStat()

Bool_t TObject::GetObjectStat ( )
staticinherited

Get status of object stat flag.

Definition at line 1181 of file TObject.cxx.

◆ GetOption()

virtual Option_t * TObject::GetOption ( ) const
inlinevirtualinherited

◆ GetParameter()

Int_t TMinuit::GetParameter ( Int_t parNo,
Double_t & currentValue,
Double_t & currentError ) const
virtualinherited

return parameter value and error

Definition at line 840 of file TMinuit.cxx.

◆ GetPlot()

virtual TObject * TMinuit::GetPlot ( ) const
inlinevirtualinherited

Definition at line 200 of file TMinuit.h.

◆ GetStats()

Int_t TMVA::MinuitWrapper::GetStats ( Double_t & amin,
Double_t & edm,
Double_t & errdef,
Int_t & nvpar,
Int_t & nparx )

return global fit parameters

  • amin : chisquare
  • edm : estimated distance to minimum
  • errdef
  • nvpar : number of variable parameters
  • nparx : total number of parameters

Definition at line 89 of file MinuitWrapper.cxx.

◆ GetStatus()

Int_t TMinuit::GetStatus ( ) const
inlineinherited

Definition at line 201 of file TMinuit.h.

◆ GetTitle()

const char * TNamed::GetTitle ( ) const
inlineoverridevirtualinherited

Returns title of object.

This default method returns the class title (i.e. description). Classes that give objects a title should override this method.

Reimplemented from TObject.

Definition at line 50 of file TNamed.h.

◆ GetUniqueID()

UInt_t TObject::GetUniqueID ( ) const
virtualinherited

Return the unique object id.

Definition at line 480 of file TObject.cxx.

◆ HandleTimer()

Bool_t TObject::HandleTimer ( TTimer * timer)
virtualinherited

Execute action in response of a timer timing out.

This method must be overridden if an object has to react to timers.

Reimplemented in TGCommandPlugin, TGDNDManager, TGFileContainer, TGHtml, TGLEventHandler, TGPopupMenu, TGraphTime, TGScrollBar, TGShutter, TGTextEdit, TGTextEditor, TGTextEntry, TGTextView, TGToolTip, TGuiBldDragManager, TGWindow, and TTreeViewer.

Definition at line 516 of file TObject.cxx.

◆ Hash()

ULong_t TNamed::Hash ( ) const
inlineoverridevirtualinherited

Return hash value for this object.

Note: If this routine is overloaded in a derived class, this derived class should also add

void CallRecursiveRemoveIfNeeded(TObject &obj)
call RecursiveRemove for obj if gROOT is valid and obj.TestBit(kMustCleanup) is true.
Definition TROOT.h:406

Otherwise, when RecursiveRemove is called (by ~TObject or example) for this type of object, the transversal of THashList and THashTable containers will will have to be done without call Hash (and hence be linear rather than logarithmic complexity). You will also see warnings like

Error in <ROOT::Internal::TCheckHashRecursiveRemoveConsistency::CheckRecursiveRemove>: The class SomeName overrides
TObject::Hash but does not call TROOT::RecursiveRemove in its destructor.
ULong_t Hash() const override
Return hash value for this object.
Definition TNamed.h:51
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
Definition TObject.cxx:1098
TObject()
TObject constructor.
Definition TObject.h:259
void RecursiveRemove(TObject *obj) override
Recursively remove this object from the list of Cleanups.
Definition TROOT.cxx:2651

Reimplemented from TObject.

Definition at line 51 of file TNamed.h.

◆ HasInconsistentHash()

Bool_t TObject::HasInconsistentHash ( ) const
inlineinherited

Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e.

missing call to RecursiveRemove in destructor).

Note: Since the consistency is only tested for during inserts, this routine will return true for object that have never been inserted whether or not they have a consistent setup. This has no negative side-effect as searching for the object with the right or wrong Hash will always yield a not-found answer (Since anyway no hash can be guaranteed unique, there is always a check)

Definition at line 366 of file TObject.h.

◆ Info()

void TObject::Info ( const char * location,
const char * fmt,
... ) const
virtualinherited

Issue info message.

Use "location" to specify the method where the warning occurred. Accepts standard printf formatting arguments.

Definition at line 1072 of file TObject.cxx.

◆ InheritsFrom() [1/2]

Bool_t TObject::InheritsFrom ( const char * classname) const
virtualinherited

Returns kTRUE if object inherits from class "classname".

Reimplemented in TClass.

Definition at line 549 of file TObject.cxx.

◆ InheritsFrom() [2/2]

Bool_t TObject::InheritsFrom ( const TClass * cl) const
virtualinherited

Returns kTRUE if object inherits from TClass cl.

Reimplemented in TClass.

Definition at line 557 of file TObject.cxx.

◆ Inspect()

void TObject::Inspect ( ) const
virtualinherited

Dump contents of this object in a graphics canvas.

Same action as Dump but in a graphical form. In addition pointers to other objects can be followed.

The following picture is the Inspect of a histogram object:

Reimplemented in ROOT::Experimental::XRooFit::xRooNode, TGFrame, TInspectorObject, and TSystemFile.

Definition at line 570 of file TObject.cxx.

◆ InvertBit()

void TObject::InvertBit ( UInt_t f)
inlineinherited

Definition at line 206 of file TObject.h.

◆ IsA()

TClass * TMVA::MinuitWrapper::IsA ( ) const
inlineoverridevirtual
Returns
TClass describing current object

Reimplemented from TObject.

Definition at line 69 of file MinuitWrapper.h.

◆ IsDestructed()

Bool_t TObject::IsDestructed ( ) const
inlineinherited

IsDestructed.

Note
This function must be non-virtual as it can be used on destructed (but not yet modified) memory. This is used for example in TClonesArray to record the element that have been destructed but not deleted and thus are ready for re-use (by operator new with placement).
Returns
true if this object's destructor has been run.

Definition at line 186 of file TObject.h.

◆ IsEqual()

Bool_t TObject::IsEqual ( const TObject * obj) const
virtualinherited

Default equal comparison (objects are equal if they have the same address in memory).

More complicated classes might want to override this function.

Reimplemented in TGObject, TObjString, TPair, and TQCommand.

Definition at line 589 of file TObject.cxx.

◆ IsFolder()

◆ IsOnHeap()

Bool_t TObject::IsOnHeap ( ) const
inlineinherited

Definition at line 160 of file TObject.h.

◆ IsSortable()

Bool_t TNamed::IsSortable ( ) const
inlineoverridevirtualinherited

Reimplemented from TObject.

Reimplemented in TStructNodeProperty.

Definition at line 52 of file TNamed.h.

◆ IsZombie()

Bool_t TObject::IsZombie ( ) const
inlineinherited

Definition at line 161 of file TObject.h.

◆ ls()

void TNamed::ls ( Option_t * option = "") const
overridevirtualinherited

List TNamed name and title.

Reimplemented from TObject.

Reimplemented in ROOT::Experimental::XRooFit::xRooBrowser, TNode, TROOT, TStreamerBase, TStreamerElement, TStreamerInfo, TStreamerSTL, TTask, TText, and TVirtualStreamerInfo.

Definition at line 112 of file TNamed.cxx.

◆ MakeZombie()

void TObject::MakeZombie ( )
inlineprotectedinherited

Definition at line 55 of file TObject.h.

◆ MayNotUse()

void TObject::MayNotUse ( const char * method) const
inherited

Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary).

Definition at line 1160 of file TObject.cxx.

◆ Migrad()

Int_t TMinuit::Migrad ( )
virtualinherited

invokes the MIGRAD minimizer

Definition at line 879 of file TMinuit.cxx.

◆ mnamin()

void TMinuit::mnamin ( )
virtualinherited

Initialize AMIN.

Called from many places. Initializes the value of AMIN by calling the user function. Prints out the function value and parameter values if Print Flag value is high enough.

Definition at line 971 of file TMinuit.cxx.

◆ mnbins()

void TMinuit::mnbins ( Double_t a1,
Double_t a2,
Int_t naa,
Double_t & bl,
Double_t & bh,
Int_t & nb,
Double_t & bwid )
virtualinherited

Compute reasonable histogram intervals.

Function TO DETERMINE REASONABLE HISTOGRAM INTERVALS GIVEN ABSOLUTE UPPER AND LOWER BOUNDS A1 AND A2 AND DESIRED MAXIMUM NUMBER OF BINS NAA PROGRAM MAKES REASONABLE BINNING FROM BL TO BH OF WIDTH BWID F. JAMES, AUGUST, 1974 , stolen for Minuit, 1988

Definition at line 996 of file TMinuit.cxx.

◆ mncalf()

void TMinuit::mncalf ( Double_t * pvec,
Double_t & ycalf )
virtualinherited

Transform FCN to find further minima.

Called only from MNIMPR. Transforms the function FCN by dividing out the quadratic part in order to find further minima. Calculates ycalf = (f-fmin)/(x-xmin)*v*(x-xmin)

Definition at line 1069 of file TMinuit.cxx.

◆ mncler()

void TMinuit::mncler ( )
virtualinherited

Resets the parameter list to UNDEFINED.

Called from MINUIT and by option from MNEXCM

Definition at line 1102 of file TMinuit.cxx.

◆ mncntr()

void TMinuit::mncntr ( Int_t ike1,
Int_t ike2,
Int_t & ierrf )
virtualinherited

Print function contours in two variables, on line printer.

input arguments: parx, pary, devs, ngrid

Definition at line 1131 of file TMinuit.cxx.

◆ mncomd()

void TMinuit::mncomd ( const char * crdbin,
Int_t & icondn )
virtualinherited

Reads a command string and executes.

Called by user.  'Reads' a command string and executes.

Equivalent to MNEXCM except that the command is given as a character string.

ICONDN =

  • 0: command executed normally
  • 1: command is blank, ignored
  • 2: command line unreadable, ignored
  • 3: unknown command, ignored
  • 4: abnormal termination (e.g., MIGRAD not converged)
  • 5: command is a request to read PARAMETER definitions
  • 6: 'SET INPUT' command
  • 7: 'SET TITLE' command
  • 8: 'SET COVAR' command
  • 9: reserved
  • 10: END command
  • 11: EXIT or STOP command
  • 12: RETURN command

Definition at line 1309 of file TMinuit.cxx.

◆ mncont()

void TMinuit::mncont ( Int_t ike1,
Int_t ike2,
Int_t nptu,
Double_t * xptu,
Double_t * yptu,
Int_t & ierrf )
virtualinherited

Find points along a contour where FCN is minimum.

Find NPTU points along a contour where the function

        FMIN (X(KE1),X(KE2)) =  AMIN+UP

  where FMIN is the minimum of FCN with respect to all
  the other NPAR-2 variable parameters (if any).

IERRF on return will be equal to the number of points found:

  • NPTU if normal termination with NPTU points found
  • -1 if errors in the calling sequence (KE1, KE2 not variable)
  • 0 if less than four points can be found (using MNMNOT)
  • n>3 if only n points can be found (n < NPTU)
           input arguments: parx, pary, devs, ngrid
    

Definition at line 1394 of file TMinuit.cxx.

◆ mncrck()

void TMinuit::mncrck ( TString cardbuf,
Int_t maxcwd,
TString & comand,
Int_t & lnc,
Int_t mxp,
Double_t * plist,
Int_t & llist,
Int_t & ierr,
Int_t isyswr )
virtualinherited

Cracks the free-format input.

Cracks the free-format input, expecting zero or more alphanumeric fields (which it joins into COMAND(1:LNC)) followed by one or more numeric fields separated by blanks and/or one comma. The numeric fields are put into the LLIST (but at most MXP) elements of PLIST.

IERR :

  • = 0 if no errors,
  • = 1 if error(s).

Definition at line 1676 of file TMinuit.cxx.

◆ mncros()

void TMinuit::mncros ( Double_t & aopt,
Int_t & iercr )
virtualinherited

Find point where MNEVAL=AMIN+UP.

Find point where MNEVAL=AMIN+UP, along the line through XMIDCR,YMIDCR with direction XDIRCR,YDIRCR, where X and Y are parameters KE1CR and KE2CR. If KE2CR=0 (from MINOS), only KE1CR is varied. From MNCONT, both are varied. Crossing point is at

(U(KE1),U(KE2)) = (XMID,YMID) + AOPT*(XDIR,YDIR)

Definition at line 1797 of file TMinuit.cxx.

◆ mncuve()

void TMinuit::mncuve ( )
virtualinherited

Makes sure that the current point is a local minimum.

Makes sure that the current point is a local minimum and that the error matrix exists, or at least something good enough for MINOS and MNCONT

Definition at line 2129 of file TMinuit.cxx.

◆ mnderi()

void TMinuit::mnderi ( )
virtualinherited

Calculates the first derivatives of FCN (GRD).

Calculates the first derivatives of FCN (GRD), either by finite differences or by transforming the user- supplied derivatives to internal coordinates, according to whether fISW[2] is zero or one.

Definition at line 2177 of file TMinuit.cxx.

◆ mndxdi()

void TMinuit::mndxdi ( Double_t pint,
Int_t ipar,
Double_t & dxdi )
virtualinherited

Calculates the transformation factor between ext/internal values.

calculates the transformation factor between external and internal parameter values. this factor is one for parameters which are not limited. called from MNEMAT.

Definition at line 2292 of file TMinuit.cxx.

◆ mneig()

void TMinuit::mneig ( Double_t * a,
Int_t ndima,
Int_t n,
Int_t mits,
Double_t * work,
Double_t precis,
Int_t & ifault )
virtualinherited

Compute matrix eigen values.

Definition at line 2304 of file TMinuit.cxx.

◆ mnemat()

void TMinuit::mnemat ( Double_t * emat,
Int_t ndim )
virtualinherited

Calculates the external error matrix from the internal matrix.

Note that if the matrix is declared like Double_t matrix[5][5] in the calling program, one has to call mnemat with, eg

gMinuit->mnemat(&matrix[0][0],5);

Definition at line 2500 of file TMinuit.cxx.

◆ mnerrs()

void TMinuit::mnerrs ( Int_t number,
Double_t & eplus,
Double_t & eminus,
Double_t & eparab,
Double_t & gcc )
virtualinherited

Utility routine to get MINOS errors.

Called by user.

NUMBER is the parameter number

values returned by MNERRS:

  • EPLUS, EMINUS are MINOS errors of parameter NUMBER,
  • EPARAB is 'parabolic' error (from error matrix). (Errors not calculated are set = 0)
  • GCC is global correlation coefficient from error matrix

Definition at line 2577 of file TMinuit.cxx.

◆ mneval()

void TMinuit::mneval ( Double_t anext,
Double_t & fnext,
Int_t & ierev )
virtualinherited

Evaluates the function being analysed by MNCROS.

Evaluates the function being analysed by MNCROS, which is generally the minimum of FCN with respect to all remaining variable parameters. The class data members contains the data necessary to know the values of U(KE1CR) and U(KE2CR) to be used, namely U(KE1CR) = XMIDCR + ANEXT*XDIRCR and (if KE2CR .NE. 0) U(KE2CR) = YMIDCR + ANEXT*YDIRCR

Definition at line 2619 of file TMinuit.cxx.

◆ mnexcm()

void TMinuit::mnexcm ( const char * command,
Double_t * plist,
Int_t llist,
Int_t & ierflg )
virtualinherited

Interprets a command and takes appropriate action.

either directly by skipping to the corresponding code in
MNEXCM, or by setting up a call to a function

recognized MINUIT commands: obsolete commands: IERFLG is now (94.5) defined the same as ICONDN in MNCOMD =

  • 0: command executed normally
  • 1: command is blank, ignored
  • 2: command line unreadable, ignored
  • 3: unknown command, ignored
  • 4: abnormal termination (e.g., MIGRAD not converged)
  • 9: reserved
  • 10: END command
  • 11: EXIT or STOP command
  • 12: RETURN command

see also the possible list of all Minuit commands.

Definition at line 2663 of file TMinuit.cxx.

◆ mnexin()

void TMinuit::mnexin ( Double_t * pint)
virtualinherited

Transforms the external parameter values U to internal values.

Transforms the external parameter values U to internal values in the dense array PINT.

Definition at line 3150 of file TMinuit.cxx.

◆ mnfixp()

void TMinuit::mnfixp ( Int_t iint1,
Int_t & ierr )
virtualinherited

Removes parameter IINT from the internal parameter list.

and arranges the rest of the list to fill the hole.

Definition at line 3168 of file TMinuit.cxx.

◆ mnfree()

void TMinuit::mnfree ( Int_t k)
virtualinherited

Restores one or more fixed parameter(s) to variable status.

Restores one or more fixed parameter(s) to variable status by inserting it into the internal parameter list at the appropriate place.

 -  K = 0 means restore all parameters
 -  K = 1 means restore the last parameter fixed
 -  K = -I means restore external parameter I (if possible)
 -  IQ = fix-location where internal parameters were stored
 -  IR = external number of parameter being restored
 -  IS = internal number of parameter being restored

Definition at line 3255 of file TMinuit.cxx.

◆ mngrad()

void TMinuit::mngrad ( )
virtualinherited

Interprets the SET GRAD command.

  • Called from MNSET
  • Interprets the SET GRAD command, which informs MINUIT whether
  • the first derivatives of FCN will be calculated by the user
  • inside FCN. It can check the user derivative calculation
  • by comparing it with a finite difference approximation.

Definition at line 3361 of file TMinuit.cxx.

◆ mnhelp() [1/2]

void TMinuit::mnhelp ( const char * command = "")
virtualinherited

interface to Minuit help

Definition at line 3421 of file TMinuit.cxx.

◆ mnhelp() [2/2]

void TMinuit::mnhelp ( TString comd)
virtualinherited

HELP routine for MINUIT interactive commands.

  • COMD ='*' or "" prints a global help for all commands
  • COMD =Command_name: print detailed help for one command. Note that at least 3 characters must be given for the command name.

    Author: Rene Brun comments extracted from the MINUIT documentation file.

Definition at line 3438 of file TMinuit.cxx.

◆ mnhes1()

void TMinuit::mnhes1 ( )
virtualinherited

Calculate first derivatives (GRD) and uncertainties (DGRD).

and appropriate step sizes GSTEP Called from MNHESS and MNGRAD

Definition at line 4217 of file TMinuit.cxx.

◆ mnhess()

void TMinuit::mnhess ( )
virtualinherited

Calculates the full second-derivative matrix of FCN.

by taking finite differences. When calculating diagonal elements, it may iterate so that step size is nearly that which gives function change= UP/10. The first derivatives of course come as a free side effect, but with a smaller step size in order to obtain a known accuracy.

Definition at line 3992 of file TMinuit.cxx.

◆ mnimpr()

void TMinuit::mnimpr ( )
virtualinherited

Attempts to improve on a good local minimum.

Attempts to improve on a good local minimum by finding a better one. The quadratic part of FCN is removed by MNCALF and this transformed function is minimised using the simplex method from several random starting points.

ref. – Goldstein and Price, Math.Comp. 25, 569 (1971)

Definition at line 4294 of file TMinuit.cxx.

◆ mninex()

void TMinuit::mninex ( Double_t * pint)
virtualinherited

Transforms from internal coordinates (PINT) to external (U).

The minimising routines which work in internal coordinates call this routine before calling FCN.

Definition at line 4505 of file TMinuit.cxx.

◆ mninit()

void TMinuit::mninit ( Int_t i1,
Int_t i2,
Int_t i3 )
virtualinherited

Main initialization member function for MINUIT.

It initializes some constants (including the logical I/O unit nos.),

Definition at line 4525 of file TMinuit.cxx.

◆ mnlims()

void TMinuit::mnlims ( )
virtualinherited

Interprets the SET LIM command, to reset the parameter limits.

Called from MNSET

Definition at line 4615 of file TMinuit.cxx.

◆ mnline()

void TMinuit::mnline ( Double_t * start,
Double_t fstart,
Double_t * step,
Double_t slope,
Double_t toler )
virtualinherited

Perform a line search from position START.

along direction STEP, where the length of vector STEP gives the expected position of minimum.

  • FSTART is value of function at START
  • SLOPE (if non-zero) is df/dx along STEP at START
  • TOLER is initial tolerance of minimum in direction STEP

SLAMBG and ALPHA control the maximum individual steps allowed. The first step is always =1. The max length of second step is SLAMBG. The max size of subsequent steps is the maximum previous successful step multiplied by ALPHA + the size of most recent successful step, but cannot be smaller than SLAMBG.

Definition at line 4735 of file TMinuit.cxx.

◆ mnmatu()

void TMinuit::mnmatu ( Int_t kode)
virtualinherited

Prints the covariance matrix v when KODE=1.

always prints the global correlations, and calculates and prints the individual correlation coefficients

Definition at line 4967 of file TMinuit.cxx.

◆ mnmigr()

void TMinuit::mnmigr ( )
virtualinherited

Performs a local function minimization.

Performs a local function minimization using basically the method of Davidon-Fletcher-Powell as modified by Fletcher

ref. – Fletcher, Comp.J. 13,317 (1970) "switching method"

Definition at line 5047 of file TMinuit.cxx.

◆ mnmnos()

void TMinuit::mnmnos ( )
virtualinherited

Performs a MINOS error analysis.

Performs a MINOS error analysis on those parameters for which it is requested on the MINOS command by calling MNMNOT for each parameter requested.

Definition at line 5387 of file TMinuit.cxx.

◆ mnmnot()

void TMinuit::mnmnot ( Int_t ilax,
Int_t ilax2,
Double_t & val2pl,
Double_t & val2mi )
virtualinherited

Performs a MINOS error analysis on one parameter.

The parameter ILAX is varied, and the minimum of the function with respect to the other parameters is followed until it crosses the value FMIN+UP.

Definition at line 5462 of file TMinuit.cxx.

◆ mnparm()

void TMinuit::mnparm ( Int_t k1,
TString cnamj,
Double_t uk,
Double_t wk,
Double_t a,
Double_t b,
Int_t & ierflg )
virtualinherited

Implements one parameter definition.

Called from MNPARS and user-callable Implements one parameter definition, that is:

  • K (external) parameter number
  • CNAMK parameter name
  • UK starting value
  • WK starting step size or uncertainty
  • A, B lower and upper physical parameter limits and sets up (updates) the parameter lists. Output:
  • IERFLG=0 if no problems
  • >0 if MNPARM unable to implement definition

Definition at line 5664 of file TMinuit.cxx.

◆ mnpars()

void TMinuit::mnpars ( TString & crdbuf,
Int_t & icondn )
virtualinherited

Implements one parameter definition.

Called from MNREAD and user-callable Implements one parameter definition, that is: parses the string CRDBUF and calls MNPARM

output conditions:

  • ICONDN = 0 all OK
  • ICONDN = 1 error, attempt to define parameter is ignored
  • ICONDN = 2 end of parameter definitions

Definition at line 5866 of file TMinuit.cxx.

◆ mnpfit()

void TMinuit::mnpfit ( Double_t * parx2p,
Double_t * pary2p,
Int_t npar2p,
Double_t * coef2p,
Double_t & sdev2p )
virtualinherited

To fit a parabola to npar2p points.

  • npar2p no. of points
  • parx2p(i) x value of point i
  • pary2p(i) y value of point i
  • coef2p(1...3) coefficients of the fitted parabola
  • y=coef2p(1) + coef2p(2)*x + coef2p(3)*x**2
  • sdev2p= variance
  • method : chi**2 = min equation solved explicitly

Definition at line 5955 of file TMinuit.cxx.

◆ mnpint()

void TMinuit::mnpint ( Double_t & pexti,
Int_t i1,
Double_t & pinti )
virtualinherited

Calculates the internal parameter value PINTI.

corresponding to the external value PEXTI for parameter I.

Definition at line 6011 of file TMinuit.cxx.

◆ mnplot()

void TMinuit::mnplot ( Double_t * xpt,
Double_t * ypt,
char * chpt,
Int_t nxypt,
Int_t npagwd,
Int_t npagln )
virtualinherited

Plots points in array xypt onto one page with labelled axes.

  • NXYPT is the number of points to be plotted
  • XPT(I) = x-coord. of ith point
  • YPT(I) = y-coord. of ith point
  • CHPT(I) = character to be plotted at this position the input point arrays XPT, YPT, CHPT are destroyed.

    If fGraphicsmode is true (default), a TGraph object is produced via the Plug-in handler. To get the plot, you can do:

    TGraph *gr = (TGraph*)gMinuit->GetPlot();
    gr->Draw("al");
    externTMinuit * gMinuit
    Definition TMinuit.h:271
    TGraphErrors * gr
    Definition legend1.C:25

Definition at line 6062 of file TMinuit.cxx.

◆ mnpout()

void TMinuit::mnpout ( Int_t iuext1,
TString & chnam,
Double_t & val,
Double_t & err,
Double_t & xlolim,
Double_t & xuplim,
Int_t & iuint ) const
virtualinherited

Provides the user with information concerning the current status.

of parameter number IUEXT. Namely, it returns:

  • CHNAM: the name of the parameter
  • VAL: the current (external) value of the parameter
  • ERR: the current estimate of the parameter uncertainty
  • XLOLIM: the lower bound (or zero if no limits)
  • XUPLIM: the upper bound (or zero if no limits)
  • IUINT: the internal parameter number (or zero if not variable, or negative if undefined).

Note also: If IUEXT is negative, then it is -internal parameter number, and IUINT is returned as the EXTERNAL number. Except for IUINT, this is exactly the inverse of MNPARM User-called

Definition at line 6241 of file TMinuit.cxx.

◆ mnprin()

void TMinuit::mnprin ( Int_t inkode,
Double_t fval )
virtualinherited

Prints the values of the parameters at the time of the call.

also prints other relevant information such as function value, estimated distance to minimum, parameter errors, step sizes.

According to the value of IKODE, the printout is: IKODE=INKODE=

  • 0 only info about function value
  • 1 parameter values, errors, limits
  • 2 values, errors, step sizes, internal values
  • 3 values, errors, step sizes, first derivs.
  • 4 values, parabolic errors, MINOS errors

when INKODE=5, MNPRIN chooses IKODE=1,2, or 3, according to fISW[1]

Definition at line 6298 of file TMinuit.cxx.

◆ mnpsdf()

void TMinuit::mnpsdf ( )
virtualinherited

Calculates the eigenvalues of v to see if positive-def.

if not, adds constant along diagonal to make positive.

Definition at line 6488 of file TMinuit.cxx.

◆ mnrazz()

void TMinuit::mnrazz ( Double_t ynew,
Double_t * pnew,
Double_t * y,
Int_t & jh,
Int_t & jl )
virtualinherited

Called only by MNSIMP (and MNIMPR) to add a new point.

and remove an old one from the current simplex, and get the estimated distance to minimum.

Definition at line 6562 of file TMinuit.cxx.

◆ mnrn15()

void TMinuit::mnrn15 ( Double_t & val,
Int_t & inseed )
virtualinherited

This is a super-portable random number generator.

It should not overflow on any 32-bit machine. The cycle is only ~10**9, so use with care! Note especially that VAL must not be undefined on input.

Set Default Starting Seed

Definition at line 6613 of file TMinuit.cxx.

◆ mnrset()

void TMinuit::mnrset ( Int_t iopt)
virtualinherited

Resets function value and errors to UNDEFINED.

  • If IOPT=1,
  • If IOPT=0, sets only MINOS errors to undefined Called from MNCLER and whenever problem changes, for example after SET LIMITS, SET PARAM, CALL FCN 6

Definition at line 6655 of file TMinuit.cxx.

◆ mnsave()

void TMinuit::mnsave ( )
virtualinherited

Writes current parameter values and step sizes onto file ISYSSA.

in format which can be reread by Minuit for restarting. The covariance matrix is also output if it exists.

Definition at line 6689 of file TMinuit.cxx.

◆ mnscan()

void TMinuit::mnscan ( )
virtualinherited

Scans the values of FCN as a function of one parameter.

and plots the resulting values as a curve using MNPLOT. It may be called to scan one parameter or all parameters. retains the best function and parameter values found.

Definition at line 6702 of file TMinuit.cxx.

◆ mnseek()

void TMinuit::mnseek ( )
virtualinherited

Performs a rough (but global) minimization by monte carlo search.

Each time a new minimum is found, the search area is shifted to be centered at the best value. Random points are chosen uniformly over a hypercube determined by current step sizes. The Metropolis algorithm accepts a worse point with probability exp(-d/UP), where d is the degradation. Improved points are of course always accepted. Actual steps are random multiples of the nominal steps (DIRIN).

Definition at line 6812 of file TMinuit.cxx.

◆ mnset()

void TMinuit::mnset ( )
virtualinherited

Interprets the commands that start with SET and SHOW.

Called from MNEXCM file characteristics for SET INPUT 'SET ' or 'SHOW', 'ON ' or 'OFF', 'SUPPRESSED' or 'REPORTED ' explanation of print level numbers -1:3 and strategies 0:2 identification of debug options things that can be set or shown options not intended for normal users

Definition at line 6907 of file TMinuit.cxx.

◆ mnsimp()

void TMinuit::mnsimp ( )
virtualinherited

Minimization using the simplex method of Nelder and Mead.

Performs a minimization using the simplex method of Nelder and Mead (ref. – Comp. J. 7,308 (1965)).

Definition at line 7425 of file TMinuit.cxx.

◆ mnstat()

void TMinuit::mnstat ( Double_t & fmin,
Double_t & fedm,
Double_t & errdef,
Int_t & npari,
Int_t & nparx,
Int_t & istat )
virtualinherited

Returns concerning the current status of the minimization.

User-called Namely, it returns:

  • FMIN: the best function value found so far
  • FEDM: the estimated vertical distance remaining to minimum
  • ERRDEF: the value of UP defining parameter uncertainties
  • NPARI: the number of currently variable parameters
  • NPARX: the highest (external) parameter number defined by user
  • ISTAT: a status integer indicating how good is the covariance matrix:
    • 0= not calculated at all
    • 1= approximation only, not accurate
    • 2= full matrix, but forced positive-definite
    • 3= full accurate covariance matrix

Definition at line 7632 of file TMinuit.cxx.

◆ mntiny()

void TMinuit::mntiny ( Double_t epsp1,
Double_t & epsbak )
virtualinherited

To find the machine precision.

Compares its argument with the value 1.0, and returns the value .TRUE. if they are equal. To find EPSMAC safely by foiling the Fortran optimiser

Definition at line 7655 of file TMinuit.cxx.

◆ mnunpt()

Bool_t TMinuit::mnunpt ( TString & cfname)
inherited

Returns .TRUE.

if CFNAME contains unprintable characters

Definition at line 7664 of file TMinuit.cxx.

◆ mnvert()

void TMinuit::mnvert ( Double_t * a,
Int_t l,
Int_t m,
Int_t n,
Int_t & ifail )
virtualinherited

Inverts a symmetric matrix.

inverts a symmetric matrix. matrix is first scaled to have all ones on the diagonal (equivalent to change of units) but no pivoting is done since matrix is positive-definite.

Definition at line 7690 of file TMinuit.cxx.

◆ mnwarn()

void TMinuit::mnwarn ( const char * copt1,
const char * corg1,
const char * cmes1 )
virtualinherited

Prints Warning messages.

  • If COPT='W', CMES is a WARning message from CORG.
  • If COPT='D', CMES is a DEBug message from CORG.
    • If SET WARnings is in effect (the default), this routine prints the warning message CMES coming from CORG.
    • If SET NOWarnings is in effect, the warning message is stored in a circular buffer of length kMAXMES.
    • If called with CORG=CMES='SHO', it prints the messages in the circular buffer, FIFO, and empties the buffer.

Definition at line 7778 of file TMinuit.cxx.

◆ mnwerr()

void TMinuit::mnwerr ( )
virtualinherited

Calculates the WERR, external parameter errors.

and the global correlation coefficients, to be called whenever a new covariance matrix is available.

Definition at line 7855 of file TMinuit.cxx.

◆ Notify()

Bool_t TObject::Notify ( )
virtualinherited

This method must be overridden to handle object notification (the base implementation is no-op).

Different objects in ROOT use the Notify method for different purposes, in coordination with other objects that call this method at the appropriate time.

For example, TLeaf uses it to load class information; TBranchRef to load contents of referenced branches TBranchRef; most notably, based on Notify, TChain implements a callback mechanism to inform interested parties when it switches to a new sub-tree.

Reimplemented in h1analysis, h1analysisTreeReader, TARInterruptHandler, TASInputHandler, TASInterruptHandler, TASLogHandler, TASSigPipeHandler, TBlinkTimer, TBranchElement, TBranchRef, TBreakLineCom, TBrowserTimer, TCollection, TDelCharCom, TDelTextCom, TFileHandler, TGContainerKeyboardTimer, TGContainerScrollTimer, TGInputHandler, TGLRedrawTimer, TGTextEditHist, TGuiBldDragManagerRepeatTimer, TIdleTimer, TInsCharCom, TInsTextCom, TInterruptHandler, TLeafObject, TMessageHandler, TNotifyLink< Type >, TNotifyLink< RNoCleanupNotifierHelper >, TNotifyLink< ROOT::Detail::TBranchProxy >, TNotifyLink< TTreeReader >, TPopupDelayTimer, TProcessEventTimer, TRefTable, TRepeatTimer, TSBRepeatTimer, TSelector, TSelectorDraw, TSelectorEntries, TSignalHandler, TSingleShotCleaner, TSocketHandler, TStdExceptionHandler, TSysEvtHandler, TTermInputHandler, TThreadTimer, TTimeOutTimer, TTimer, TTipDelayTimer, TTree, TTreeFormula, TTreeFormulaManager, TTreeReader, TViewTimer, and TViewUpdateTimer.

Definition at line 618 of file TObject.cxx.

◆ Obsolete()

void TObject::Obsolete ( const char * method,
const char * asOfVers,
const char * removedFromVers ) const
inherited

Use this method to declare a method obsolete.

Specify as of which version the method is obsolete and as from which version it will be removed.

Definition at line 1169 of file TObject.cxx.

◆ operator delete() [1/3]

void TObject::operator delete ( void * ptr,
size_t size )
inherited

Operator delete for sized deallocation.

Definition at line 1234 of file TObject.cxx.

◆ operator delete() [2/3]

void TObject::operator delete ( void * ptr)
inherited

Operator delete.

Definition at line 1212 of file TObject.cxx.

◆ operator delete() [3/3]

void TObject::operator delete ( void * ptr,
void * vp )
inherited

Only called by placement new when throwing an exception.

Definition at line 1266 of file TObject.cxx.

◆ operator delete[]() [1/3]

void TObject::operator delete[] ( void * ptr,
size_t size )
inherited

Operator delete [] for sized deallocation.

Definition at line 1245 of file TObject.cxx.

◆ operator delete[]() [2/3]

void TObject::operator delete[] ( void * ptr)
inherited

Operator delete [].

Definition at line 1223 of file TObject.cxx.

◆ operator delete[]() [3/3]

void TObject::operator delete[] ( void * ptr,
void * vp )
inherited

Only called by placement new[] when throwing an exception.

Definition at line 1274 of file TObject.cxx.

◆ operator new() [1/2]

void * TObject::operator new ( size_t sz)
inlineinherited

Definition at line 189 of file TObject.h.

◆ operator new() [2/2]

void * TObject::operator new ( size_t sz,
void * vp )
inlineinherited

Definition at line 191 of file TObject.h.

◆ operator new[]() [1/2]

void * TObject::operator new[] ( size_t sz)
inlineinherited

Definition at line 190 of file TObject.h.

◆ operator new[]() [2/2]

void * TObject::operator new[] ( size_t sz,
void * vp )
inlineinherited

Definition at line 192 of file TObject.h.

◆ Paint()

void TObject::Paint ( Option_t * option = "")
virtualinherited

This method must be overridden if a class wants to paint itself.

The difference between Paint() and Draw() is that when a object draws itself it is added to the display list of the pad in which it is drawn (and automatically redrawn whenever the pad is redrawn). While paint just draws the object without adding it to the pad display list.

Reimplemented in ROOT::Experimental::RTreeMapPainter, ROOT::RGeoPainter, TAnnotation, TArrow, TASImage, TASPaletteEditor::LimitLine, TASPaletteEditor::PaintPalette, TAxis3D, TBits, TBox, TButton, TCanvas, TClassTree, TCollection, TColorWheel, TCrown, TDiamond, TDirectory, TEfficiency, TEllipse, TEveArrow, TEveCaloViz, TEveDigitSet, TEveGeoShape, TEveGeoTopNode, TEvePlot3D, TEvePointSet, TEveProjectionAxes, TEveScene, TEveShape, TEveStraightLineSet, TEveText, TEveTriangleSet, TExec, TF1, TF2, TF3, TFile, TFileDrawMap, TFrame, TGaxis, TGenerator, TGeoBoolNode, TGeoIntersection, TGeoNode, TGeoOverlap, TGeoPainter, TGeoPhysicalNode, TGeoShape, TGeoSubtraction, TGeoTrack, TGeoUnion, TGeoVGShape, TGeoVolume, TGL5DDataSet, TGLHistPainter, TGLParametricEquation, TGLTH3Composition, TGraph2D, TGraph2DPainter, TGraph, TGraphEdge, TGraphNode, TGraphPolargram, TGraphTime, TH1, THistPainter, THStack, TLatex, TLegend, TLine, TMacro, TMarker3DBox, TMarker, TMathText, TMultiGraph, TNode, TNodeDiv, TPad, TPaletteAxis, TParallelCoord, TParallelCoordRange, TParallelCoordVar, TParticle, TPave, TPaveLabel, TPaveStats, TPavesText, TPaveText, TPie, TPolyLine3D, TPolyLine, TPolyMarker3D, TPolyMarker, TPrimary, TRatioPlot, TScatter2D, TScatter, TShape, TSpectrum2Painter, TSpider, TSpline, TSQLFile, TStyle, TText, TTreePerfStats, TVirtualGeoPainter, TVirtualGeoTrack, TVirtualHistPainter, TVirtualPad, TWbox, and TXMLFile.

Definition at line 631 of file TObject.cxx.

◆ Pop()

void TObject::Pop ( )
virtualinherited

Pop on object drawn in a pad to the top of the display list.

I.e. it will be drawn last and on top of all other primitives.

Reimplemented in TFrame, TPad, and TVirtualPad.

Definition at line 640 of file TObject.cxx.

◆ Print()

◆ Read()

Int_t TObject::Read ( const char * name)
virtualinherited

Read contents of object with specified name from the current directory.

First the key with the given name is searched in the current directory, next the key buffer is deserialized into the object. The object must have been created before via the default constructor. See TObject::Write().

Reimplemented in TBuffer, TKey, TKeySQL, and TKeyXML.

Definition at line 673 of file TObject.cxx.

◆ RecursiveRemove()

◆ Release()

Int_t TMinuit::Release ( Int_t parNo)
virtualinherited

release a parameter

Definition at line 893 of file TMinuit.cxx.

◆ ResetBit()

void TObject::ResetBit ( UInt_t f)
inlineinherited

Definition at line 203 of file TObject.h.

◆ SaveAs()

void TObject::SaveAs ( const char * filename = "",
Option_t * option = "" ) const
virtualinherited

Save this object in the file specified by filename.

  • if "filename" contains ".root" the object is saved in filename as root binary file.
  • if "filename" contains ".xml" the object is saved in filename as a xml ascii file.
  • if "filename" contains ".cc" the object is saved in filename as C code independent from ROOT. The code is generated via SavePrimitive(). Specific code should be implemented in each object to handle this option. Like in TF1::SavePrimitive().
  • otherwise the object is written to filename as a CINT/C++ script. The C++ code to rebuild this object is generated via SavePrimitive(). The "option" parameter is passed to SavePrimitive. By default it is an empty string. It can be used to specify the Draw option in the code generated by SavePrimitive.

    The function is available via the object context menu.

Reimplemented in ROOT::Experimental::XRooFit::xRooNode, TClassTree, TFolder, TGeoVolume, TGObject, TGraph, TH1, TPad, TPaveClass, TSpline3, TSpline5, TSpline, TTreePerfStats, and TVirtualPad.

Definition at line 708 of file TObject.cxx.

◆ SavePrimitive()

void TObject::SavePrimitive ( std::ostream & out,
Option_t * option = "" )
virtualinherited

Save a primitive as a C++ statement(s) on output stream "out".

Reimplemented in TAnnotation, TArc, TArrow, TASImage, TAxis3D, TBox, TButton, TCanvas, TChain, TCrown, TCurlyArc, TCurlyLine, TCutG, TDiamond, TEfficiency, TEllipse, TExec, TF12, TF1, TF2, TF3, TFrame, TGaxis, TGButton, TGButtonGroup, TGCanvas, TGCheckButton, TGColorSelect, TGColumnLayout, TGComboBox, TGCompositeFrame, TGContainer, TGDockableFrame, TGDoubleHSlider, TGDoubleVSlider, TGedMarkerSelect, TGedPatternSelect, TGeoArb8, TGeoBBox, TGeoBoolNode, TGeoCombiTrans, TGeoCompositeShape, TGeoCone, TGeoConeSeg, TGeoCtub, TGeoDecayChannel, TGeoElementRN, TGeoEltu, TGeoGtra, TGeoHalfSpace, TGeoHMatrix, TGeoHype, TGeoIdentity, TGeoIntersection, TGeoMaterial, TGeoMedium, TGeoMixture, TGeoPara, TGeoParaboloid, TGeoPatternCylPhi, TGeoPatternCylR, TGeoPatternParaX, TGeoPatternParaY, TGeoPatternParaZ, TGeoPatternSphPhi, TGeoPatternSphR, TGeoPatternSphTheta, TGeoPatternTrapZ, TGeoPatternX, TGeoPatternY, TGeoPatternZ, TGeoPcon, TGeoPgon, TGeoRotation, TGeoScaledShape, TGeoShapeAssembly, TGeoSphere, TGeoSubtraction, TGeoTessellated, TGeoTorus, TGeoTranslation, TGeoTrap, TGeoTrd1, TGeoTrd2, TGeoTube, TGeoTubeSeg, TGeoUnion, TGeoVolume, TGeoXtru, TGFileContainer, TGFont, TGFrame, TGFSComboBox, TGGC, TGGroupFrame, TGHButtonGroup, TGHorizontal3DLine, TGHorizontalFrame, TGHorizontalLayout, TGHProgressBar, TGHScrollBar, TGHSlider, TGHSplitter, TGHtml, TGIcon, TGLabel, TGLayoutHints, TGLineStyleComboBox, TGLineWidthComboBox, TGListBox, TGListDetailsLayout, TGListLayout, TGListTree, TGListView, TGLVContainer, TGMainFrame, TGMatrixLayout, TGMdiFrame, TGMdiMainFrame, TGMdiMenuBar, TGMenuBar, TGMenuTitle, TGNumberEntry, TGNumberEntryField, TGPictureButton, TGPopupMenu, TGProgressBar, TGRadioButton, TGraph2D, TGraph2DAsymmErrors, TGraph2DErrors, TGraph, TGraphAsymmErrors, TGraphBentErrors, TGraphEdge, TGraphErrors, TGraphMultiErrors, TGraphNode, TGraphPolar, TGraphPolargram, TGraphStruct, TGroupButton, TGRowLayout, TGShapedFrame, TGShutter, TGShutterItem, TGSplitFrame, TGStatusBar, TGTab, TGTabLayout, TGTableLayout, TGTableLayoutHints, TGTextButton, TGTextEdit, TGTextEntry, TGTextLBEntry, TGTextView, TGTileLayout, TGToolBar, TGTransientFrame, TGTripleHSlider, TGTripleVSlider, TGVButtonGroup, TGVertical3DLine, TGVerticalFrame, TGVerticalLayout, TGVFileSplitter, TGVProgressBar, TGVScrollBar, TGVSlider, TGVSplitter, TGXYLayout, TGXYLayoutHints, TH1, TH2Poly, THelix, THStack, TLatex, TLegend, TLine, TMacro, TMarker3DBox, TMarker, TMathText, TMultiGraph, TPad, TPaletteAxis, TParallelCoord, TParallelCoordVar, TPave, TPaveClass, TPaveLabel, TPaveStats, TPavesText, TPaveText, TPie, TPieSlice, TPolyLine3D, TPolyLine, TPolyMarker3D, TPolyMarker, TProfile2D, TProfile3D, TProfile, TRootContainer, TRootEmbeddedCanvas, TScatter2D, TScatter, TSlider, TSliderBox, TSpline3, TSpline5, TStyle, TText, TTreePerfStats, and TWbox.

Definition at line 858 of file TObject.cxx.

◆ SavePrimitiveConstructor()

void TObject::SavePrimitiveConstructor ( std::ostream & out,
TClass * cl,
const char * variable_name,
const char * constructor_agrs = "",
Bool_t empty_line = kTRUE )
staticprotectedinherited

Save object constructor in the output stream "out".

Can be used as first statement when implementing SavePrimitive() method for the object

Definition at line 777 of file TObject.cxx.

◆ SavePrimitiveDraw()

void TObject::SavePrimitiveDraw ( std::ostream & out,
const char * variable_name,
Option_t * option = nullptr )
staticprotectedinherited

Save invocation of primitive Draw() method Skipped if option contains "nodraw" string.

Definition at line 845 of file TObject.cxx.

◆ SavePrimitiveNameTitle()

void TNamed::SavePrimitiveNameTitle ( std::ostream & out,
const char * variable_name )
protectedinherited

Save object name and title into the output stream "out".

Definition at line 135 of file TNamed.cxx.

◆ SavePrimitiveVector()

TString TObject::SavePrimitiveVector ( std::ostream & out,
const char * prefix,
Int_t len,
Double_t * arr,
Int_t flag = 0 )
staticprotectedinherited

Save array in the output stream "out" as vector.

Create unique variable name based on prefix value Returns name of vector which can be used in constructor or in other places of C++ code If flag === kTRUE, just add empty line If flag === 111, check if array is empty and return nullptr or <vectorname>.data()

Definition at line 796 of file TObject.cxx.

◆ SetBit() [1/2]

void TObject::SetBit ( UInt_t f)
inlineinherited

Definition at line 202 of file TObject.h.

◆ SetBit() [2/2]

void TObject::SetBit ( UInt_t f,
Bool_t set )
inherited

Set or unset the user status bits as specified in f.

Definition at line 888 of file TObject.cxx.

◆ SetDrawOption()

void TObject::SetDrawOption ( Option_t * option = "")
virtualinherited

Set drawing option for object.

This option only affects the drawing style and is stored in the option field of the TObjOptLink supporting a TPad's primitive list (TList). Note that it does not make sense to call object.SetDrawOption(option) before having called object.Draw().

Reimplemented in RooPlot, TAxis, TBrowser, TGedFrame, TGFrame, TPad, TPaveStats, TRootBrowserLite, TSystemDirectory, and TSystemFile.

Definition at line 871 of file TObject.cxx.

◆ SetDtorOnly()

void TObject::SetDtorOnly ( void * obj)
staticinherited

Set destructor only flag.

Definition at line 1204 of file TObject.cxx.

◆ SetErrorDef()

Int_t TMinuit::SetErrorDef ( Double_t up)
virtualinherited

To get the n-sigma contour the error def parameter "up" has to set to n^2.

Definition at line 907 of file TMinuit.cxx.

◆ SetFCN()

void TMinuit::SetFCN ( void(* fcn )(Int_t &, Double_t *, Double_t &f, Double_t *, Int_t))
virtualinherited

To set the address of the minimization function.

Definition at line 919 of file TMinuit.cxx.

◆ SetFitterTarget()

void TMVA::MinuitWrapper::SetFitterTarget ( IFitterTarget & target)
inline

Definition at line 54 of file MinuitWrapper.h.

◆ SetGraphicsMode()

virtual void TMinuit::SetGraphicsMode ( Bool_t mode = kTRUE)
inlinevirtualinherited

Definition at line 263 of file TMinuit.h.

◆ SetMaxIterations()

virtual void TMinuit::SetMaxIterations ( Int_t maxiter = 500)
inlinevirtualinherited

Definition at line 264 of file TMinuit.h.

◆ SetName()

void TNamed::SetName ( const char * name)
virtualinherited

Set the name of the TNamed.

WARNING: if the object is a member of a THashTable or THashList container the container must be Rehash()'ed after SetName(). For example the list of objects in the current directory is a THashList.

Reimplemented in RooAbsArg, RooAbsData, RooDataHist, RooDataSet, RooFitResult, RooPlot, ROOT::Experimental::XRooFit::xRooNode, TChain, TColor, TDirectory, TEfficiency, TEventList, TEveScene, TFormula, TGraph2D, TGraph, TH1, TNode, TRotMatrix, TShape, TSystemDirectory, TSystemFile, and TTree.

Definition at line 149 of file TNamed.cxx.

◆ SetNameTitle()

void TNamed::SetNameTitle ( const char * name,
const char * title )
virtualinherited

Set all the TNamed parameters (name and title).

WARNING: if the name is changed and the object is a member of a THashTable or THashList container the container must be Rehash()'ed after SetName(). For example the list of objects in the current directory is a THashList.

Reimplemented in RooAbsArg, RooAbsData, RooDataHist, RooDataSet, RooFitResult, RooPlot, TContextMenu, TGraph2D, TGraph, TH1, and TNode.

Definition at line 163 of file TNamed.cxx.

◆ SetObjectFit()

virtual void TMinuit::SetObjectFit ( TObject * obj)
inlinevirtualinherited

Definition at line 265 of file TMinuit.h.

◆ SetObjectStat()

void TObject::SetObjectStat ( Bool_t stat)
staticinherited

Turn on/off tracking of objects in the TObjectTable.

Definition at line 1188 of file TObject.cxx.

◆ SetParameter()

Int_t TMVA::MinuitWrapper::SetParameter ( Int_t ipar,
const char * parname,
Double_t value,
Double_t verr,
Double_t vlow,
Double_t vhigh )

set initial values for a parameter

  • ipar : parameter number
  • parname : parameter name
  • value : initial parameter value
  • verr : initial error for this parameter
  • vlow : lower value for the parameter
  • vhigh : upper value for the parameter

Definition at line 120 of file MinuitWrapper.cxx.

◆ SetPrintLevel()

Int_t TMinuit::SetPrintLevel ( Int_t printLevel = 0)
virtualinherited

set Minuit print level.

printlevel:

  • = -1 quiet (also suppress all warnings)
  • = 0 normal
  • = 1 verbose

Definition at line 951 of file TMinuit.cxx.

◆ SetTitle()

void TNamed::SetTitle ( const char * title = "")
virtualinherited

◆ SetUniqueID()

void TObject::SetUniqueID ( UInt_t uid)
virtualinherited

Set the unique object id.

Definition at line 899 of file TObject.cxx.

◆ Sizeof()

Int_t TNamed::Sizeof ( ) const
virtualinherited

Return size of the TNamed part of the TObject.

Reimplemented in TDirectory, TDirectoryFile, TFile, TKey, TSQLFile, and TXMLFile.

Definition at line 182 of file TNamed.cxx.

◆ Streamer()

void TMVA::MinuitWrapper::Streamer ( TBuffer & R__b)
overridevirtual

Stream an object of class TObject.

Reimplemented from TObject.

◆ StreamerNVirtual()

void TMVA::MinuitWrapper::StreamerNVirtual ( TBuffer & ClassDef_StreamerNVirtual_b)
inline

Definition at line 69 of file MinuitWrapper.h.

◆ SysError()

void TObject::SysError ( const char * location,
const char * fmt,
... ) const
virtualinherited

Issue system error message.

Use "location" to specify the method where the system error occurred. Accepts standard printf formatting arguments.

Definition at line 1112 of file TObject.cxx.

◆ TestBit()

Bool_t TObject::TestBit ( UInt_t f) const
inlineinherited

Definition at line 204 of file TObject.h.

◆ TestBits()

Int_t TObject::TestBits ( UInt_t f) const
inlineinherited

Definition at line 205 of file TObject.h.

◆ UseCurrentStyle()

void TObject::UseCurrentStyle ( )
virtualinherited

Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked.

Reimplemented in TAxis3D, TCanvas, TFrame, TGraph, TH1, TPad, TPaveStats, TPaveText, and TTree.

Definition at line 909 of file TObject.cxx.

◆ Warning()

void TObject::Warning ( const char * location,
const char * fmt,
... ) const
virtualinherited

Issue warning message.

Use "location" to specify the method where the warning occurred. Accepts standard printf formatting arguments.

Definition at line 1084 of file TObject.cxx.

◆ Write() [1/2]

Int_t TObject::Write ( const char * name = nullptr,
Int_t option = 0,
Int_t bufsize = 0 )
virtualinherited

Write this object to the current directory.

For more see the const version of this method.

Reimplemented in ROOT::TBufferMergerFile, TBuffer, TCollection, TDirectory, TDirectoryFile, TFile, TMap, TParallelMergingFile, TSQLFile, TTree, and TXMLFile.

Definition at line 989 of file TObject.cxx.

◆ Write() [2/2]

Int_t TObject::Write ( const char * name = nullptr,
Int_t option = 0,
Int_t bufsize = 0 ) const
virtualinherited

Write this object to the current directory.

The data structure corresponding to this object is serialized. The corresponding buffer is written to the current directory with an associated key with name "name".

Writing an object to a file involves the following steps:

  • Creation of a support TKey object in the current directory. The TKey object creates a TBuffer object.
  • The TBuffer object is filled via the class::Streamer function.
  • If the file is compressed (default) a second buffer is created to hold the compressed buffer.
  • Reservation of the corresponding space in the file by looking in the TFree list of free blocks of the file.
  • The buffer is written to the file.

Bufsize can be given to force a given buffer size to write this object. By default, the buffersize will be taken from the average buffer size of all objects written to the current file so far.

If a name is specified, it will be the name of the key. If name is not given, the name of the key will be the name as returned by GetName().

The option can be a combination of: kSingleKey, kOverwrite or kWriteDelete Using the kOverwrite option a previous key with the same name is overwritten. The previous key is deleted before writing the new object. Using the kWriteDelete option a previous key with the same name is deleted only after the new object has been written. This option is safer than kOverwrite but it is slower. NOTE: Neither kOverwrite nor kWriteDelete reduces the size of a TFile– the space is simply freed up to be overwritten; in the case of a TTree, it is more complicated. If one opens a TTree, appends some entries, then writes it out, the behaviour is effectively the same. If, however, one creates a new TTree and writes it out in this way, only the metadata is replaced, effectively making the old data invisible without deleting it. TTree::Delete() can be used to mark all disk space occupied by a TTree as free before overwriting its metadata this way. The kSingleKey option is only used by TCollection::Write() to write a container with a single key instead of each object in the container with its own key.

An object is read from the file into memory via TKey::Read() or via TObject::Read().

The function returns the total number of bytes written to the file. It returns 0 if the object cannot be written.

Reimplemented in TBuffer, TCollection, TDirectory, TDirectoryFile, TFile, TMap, TParallelMergingFile, TSQLFile, TTree, and TXMLFile.

Definition at line 964 of file TObject.cxx.

Member Data Documentation

◆ fAlim

Double_t* TMinuit::fAlim
inherited

Definition at line 69 of file TMinuit.h.

◆ fAmin

Double_t TMinuit::fAmin
inherited

Definition at line 49 of file TMinuit.h.

◆ fApsi

Double_t TMinuit::fApsi
inherited

Definition at line 54 of file TMinuit.h.

◆ fBigedm

Double_t TMinuit::fBigedm
inherited

Definition at line 61 of file TMinuit.h.

◆ fBits

UInt_t TObject::fBits
privateinherited

bit field status word

Definition at line 47 of file TObject.h.

◆ fBlim

Double_t* TMinuit::fBlim
inherited

Definition at line 70 of file TMinuit.h.

◆ fCfrom

TString TMinuit::fCfrom
inherited

Definition at line 166 of file TMinuit.h.

◆ fChpt

char* TMinuit::fChpt
inherited

!Character to be plotted at the X,Y contour positions

Definition at line 164 of file TMinuit.h.

◆ fCOMDplist

Double_t* TMinuit::fCOMDplist
inherited

Definition at line 123 of file TMinuit.h.

◆ fCONTgcc

Double_t* TMinuit::fCONTgcc
inherited

Definition at line 100 of file TMinuit.h.

◆ fCONTw

Double_t* TMinuit::fCONTw
inherited

Definition at line 101 of file TMinuit.h.

◆ fCovmes

TString TMinuit::fCovmes[4]
inherited

Definition at line 172 of file TMinuit.h.

◆ fCpnam

TString* TMinuit::fCpnam
inherited

Definition at line 165 of file TMinuit.h.

◆ fCstatu

TString TMinuit::fCstatu
inherited

Definition at line 167 of file TMinuit.h.

◆ fCtitl

TString TMinuit::fCtitl
inherited

Definition at line 168 of file TMinuit.h.

◆ fCundef

TString TMinuit::fCundef
inherited

Definition at line 170 of file TMinuit.h.

◆ fCvrsn

TString TMinuit::fCvrsn
inherited

Definition at line 171 of file TMinuit.h.

◆ fCword

TString TMinuit::fCword
inherited

Definition at line 169 of file TMinuit.h.

◆ fDcovar

Double_t TMinuit::fDcovar
inherited

Definition at line 55 of file TMinuit.h.

◆ fDgrd

Double_t* TMinuit::fDgrd
inherited

Definition at line 85 of file TMinuit.h.

◆ fDirin

Double_t* TMinuit::fDirin
inherited

Definition at line 77 of file TMinuit.h.

◆ fDirins

Double_t* TMinuit::fDirins
inherited

Definition at line 80 of file TMinuit.h.

◆ fEDM

Double_t TMinuit::fEDM
inherited

Definition at line 51 of file TMinuit.h.

◆ fEmpty

Int_t TMinuit::fEmpty
inherited

Definition at line 38 of file TMinuit.h.

◆ fEpsi

Double_t TMinuit::fEpsi
inherited

Definition at line 53 of file TMinuit.h.

◆ fEpsma2

Double_t TMinuit::fEpsma2
inherited

Definition at line 57 of file TMinuit.h.

◆ fEpsmac

Double_t TMinuit::fEpsmac
inherited

Definition at line 56 of file TMinuit.h.

◆ fErn

Double_t* TMinuit::fErn
inherited

Definition at line 72 of file TMinuit.h.

◆ fErp

Double_t* TMinuit::fErp
inherited

Definition at line 71 of file TMinuit.h.

◆ fFCN

void(* TMinuit::fFCN) (Int_t &npar, Double_t *gin, Double_t &f, Double_t *u, Int_t flag)
inherited

!

Definition at line 178 of file TMinuit.h.

◆ fFitterTarget

IFitterTarget& TMVA::MinuitWrapper::fFitterTarget
private

fitter Target

Definition at line 65 of file MinuitWrapper.h.

◆ fFIXPyy

Double_t* TMinuit::fFIXPyy
inherited

Definition at line 102 of file TMinuit.h.

◆ fFval3

Double_t TMinuit::fFval3
inherited

Definition at line 52 of file TMinuit.h.

◆ fG2

Double_t* TMinuit::fG2
inherited

Definition at line 82 of file TMinuit.h.

◆ fG2s

Double_t* TMinuit::fG2s
inherited

Definition at line 87 of file TMinuit.h.

◆ fgDtorOnly

Longptr_t TObject::fgDtorOnly = 0
staticprivateinherited

object for which to call dtor only (i.e. no delete)

Definition at line 49 of file TObject.h.

◆ fGin

Double_t* TMinuit::fGin
inherited

Definition at line 84 of file TMinuit.h.

◆ fGlobcc

Double_t* TMinuit::fGlobcc
inherited

Definition at line 74 of file TMinuit.h.

◆ fgObjectStat

Bool_t TObject::fgObjectStat = kTRUE
staticprivateinherited

if true keep track of objects in TObjectTable

Definition at line 50 of file TObject.h.

◆ fGRADgf

Double_t* TMinuit::fGRADgf
inherited

Definition at line 103 of file TMinuit.h.

◆ fGraphicsMode

Bool_t TMinuit::fGraphicsMode
inherited

Definition at line 163 of file TMinuit.h.

◆ fGrd

Double_t* TMinuit::fGrd
inherited

Definition at line 81 of file TMinuit.h.

◆ fGrds

Double_t* TMinuit::fGrds
inherited

Definition at line 86 of file TMinuit.h.

◆ fGstep

Double_t* TMinuit::fGstep
inherited

Definition at line 83 of file TMinuit.h.

◆ fGsteps

Double_t* TMinuit::fGsteps
inherited

Definition at line 88 of file TMinuit.h.

◆ fHESSyy

Double_t* TMinuit::fHESSyy
inherited

Definition at line 104 of file TMinuit.h.

◆ fIcirc

Int_t TMinuit::fIcirc[2]
inherited

Definition at line 153 of file TMinuit.h.

◆ fIcomnd

Int_t TMinuit::fIcomnd
inherited

Definition at line 144 of file TMinuit.h.

◆ fIdbg

Int_t TMinuit::fIdbg[11]
inherited

Definition at line 142 of file TMinuit.h.

◆ fIMPRdsav

Double_t* TMinuit::fIMPRdsav
inherited

Definition at line 105 of file TMinuit.h.

◆ fIMPRy

Double_t* TMinuit::fIMPRy
inherited

Definition at line 106 of file TMinuit.h.

◆ fIpfix

Int_t* TMinuit::fIpfix
inherited

Definition at line 129 of file TMinuit.h.

◆ fIstkrd

Int_t TMinuit::fIstkrd[10]
inherited

Definition at line 137 of file TMinuit.h.

◆ fIstkwr

Int_t TMinuit::fIstkwr[10]
inherited

Definition at line 139 of file TMinuit.h.

◆ fIstrat

Int_t TMinuit::fIstrat
inherited

Definition at line 150 of file TMinuit.h.

◆ fISW

Int_t TMinuit::fISW[7]
inherited

Definition at line 141 of file TMinuit.h.

◆ fIsysrd

Int_t TMinuit::fIsysrd
inherited

Definition at line 131 of file TMinuit.h.

◆ fIsyssa

Int_t TMinuit::fIsyssa
inherited

Definition at line 133 of file TMinuit.h.

◆ fIsyswr

Int_t TMinuit::fIsyswr
inherited

Definition at line 132 of file TMinuit.h.

◆ fItaur

Int_t TMinuit::fItaur
inherited

Definition at line 149 of file TMinuit.h.

◆ fKe1cr

Int_t TMinuit::fKe1cr
inherited

Definition at line 155 of file TMinuit.h.

◆ fKe2cr

Int_t TMinuit::fKe2cr
inherited

Definition at line 156 of file TMinuit.h.

◆ fLimset

Bool_t TMinuit::fLimset
inherited

Definition at line 159 of file TMinuit.h.

◆ fLnewmn

Bool_t TMinuit::fLnewmn
inherited

Definition at line 161 of file TMinuit.h.

◆ fLnolim

Bool_t TMinuit::fLnolim
inherited

Definition at line 160 of file TMinuit.h.

◆ fLphead

Bool_t TMinuit::fLphead
inherited

Definition at line 162 of file TMinuit.h.

◆ fLrepor

Bool_t TMinuit::fLrepor
inherited

Definition at line 158 of file TMinuit.h.

◆ fLwarn

Bool_t TMinuit::fLwarn
inherited

Definition at line 157 of file TMinuit.h.

◆ fMATUvline

Double_t* TMinuit::fMATUvline
inherited

Definition at line 107 of file TMinuit.h.

◆ fMaxcpt

Int_t TMinuit::fMaxcpt
inherited

Definition at line 45 of file TMinuit.h.

◆ fMaxext

Int_t TMinuit::fMaxext
inherited

Definition at line 42 of file TMinuit.h.

◆ fMaxint

Int_t TMinuit::fMaxint
inherited

Definition at line 40 of file TMinuit.h.

◆ fMaxIterations

Int_t TMinuit::fMaxIterations
inherited

Definition at line 43 of file TMinuit.h.

◆ fMaxpar

Int_t TMinuit::fMaxpar
inherited

Definition at line 39 of file TMinuit.h.

◆ fMaxpar1

Int_t TMinuit::fMaxpar1
inherited

Definition at line 47 of file TMinuit.h.

◆ fMaxpar2

Int_t TMinuit::fMaxpar2
inherited

Definition at line 46 of file TMinuit.h.

◆ fMaxpar5

Int_t TMinuit::fMaxpar5
inherited

Definition at line 44 of file TMinuit.h.

◆ fMethodCall

TMethodCall* TMinuit::fMethodCall
inherited

Definition at line 177 of file TMinuit.h.

◆ fMIGRflnu

Double_t* TMinuit::fMIGRflnu
inherited

Definition at line 108 of file TMinuit.h.

◆ fMIGRgs

Double_t* TMinuit::fMIGRgs
inherited

Definition at line 110 of file TMinuit.h.

◆ fMIGRstep

Double_t* TMinuit::fMIGRstep
inherited

Definition at line 109 of file TMinuit.h.

◆ fMIGRvg

Double_t* TMinuit::fMIGRvg
inherited

Definition at line 111 of file TMinuit.h.

◆ fMIGRxxs

Double_t* TMinuit::fMIGRxxs
inherited

Definition at line 112 of file TMinuit.h.

◆ fMNOTgcc

Double_t* TMinuit::fMNOTgcc
inherited

Definition at line 115 of file TMinuit.h.

◆ fMNOTw

Double_t* TMinuit::fMNOTw
inherited

Definition at line 114 of file TMinuit.h.

◆ fMNOTxdev

Double_t* TMinuit::fMNOTxdev
inherited

Definition at line 113 of file TMinuit.h.

◆ fName

TString TNamed::fName
protectedinherited

Definition at line 32 of file TNamed.h.

◆ fNblock

Int_t TMinuit::fNblock
inherited

Definition at line 143 of file TMinuit.h.

◆ fNewpag

Int_t TMinuit::fNewpag
inherited

Definition at line 136 of file TMinuit.h.

◆ fNexofi

Int_t* TMinuit::fNexofi
inherited

Definition at line 128 of file TMinuit.h.

◆ fNfcn

Int_t TMinuit::fNfcn
inherited

Definition at line 145 of file TMinuit.h.

◆ fNfcnfr

Int_t TMinuit::fNfcnfr
inherited

Definition at line 148 of file TMinuit.h.

◆ fNfcnlc

Int_t TMinuit::fNfcnlc
inherited

Definition at line 147 of file TMinuit.h.

◆ fNfcnmx

Int_t TMinuit::fNfcnmx
inherited

Definition at line 146 of file TMinuit.h.

◆ fNfcwar

Int_t TMinuit::fNfcwar[20]
inherited

Definition at line 152 of file TMinuit.h.

◆ fNiofex

Int_t* TMinuit::fNiofex
inherited

Definition at line 127 of file TMinuit.h.

◆ fNpagln

Int_t TMinuit::fNpagln
inherited

Definition at line 135 of file TMinuit.h.

◆ fNpagwd

Int_t TMinuit::fNpagwd
inherited

Definition at line 134 of file TMinuit.h.

◆ fNpar

Int_t TMinuit::fNpar
inherited

Definition at line 41 of file TMinuit.h.

◆ fNpfix

Int_t TMinuit::fNpfix
inherited

Definition at line 37 of file TMinuit.h.

◆ fNstkrd

Int_t TMinuit::fNstkrd
inherited

Definition at line 138 of file TMinuit.h.

◆ fNstkwr

Int_t TMinuit::fNstkwr
inherited

Definition at line 140 of file TMinuit.h.

◆ fNu

Int_t TMinuit::fNu
inherited

Definition at line 130 of file TMinuit.h.

◆ fNumPar

Int_t TMVA::MinuitWrapper::fNumPar
private

number of parameters

Definition at line 67 of file MinuitWrapper.h.

◆ fNvarl

Int_t* TMinuit::fNvarl
inherited

Definition at line 126 of file TMinuit.h.

◆ fNwrmes

Int_t TMinuit::fNwrmes[2]
inherited

Definition at line 151 of file TMinuit.h.

◆ fObjectFit

TObject* TMinuit::fObjectFit
inherited

Definition at line 175 of file TMinuit.h.

◆ fOrigin

TString TMinuit::fOrigin[kMAXWARN]
inherited

Definition at line 173 of file TMinuit.h.

◆ fP

Double_t* TMinuit::fP
inherited

Definition at line 91 of file TMinuit.h.

◆ fParameters

std::vector<Double_t> TMVA::MinuitWrapper::fParameters
private

vector holding the current parameters

Definition at line 66 of file MinuitWrapper.h.

◆ fPARSplist

Double_t* TMinuit::fPARSplist
inherited

Definition at line 124 of file TMinuit.h.

◆ fPbar

Double_t* TMinuit::fPbar
inherited

Definition at line 94 of file TMinuit.h.

◆ fPlot

TObject* TMinuit::fPlot
inherited

Definition at line 176 of file TMinuit.h.

◆ fPrho

Double_t* TMinuit::fPrho
inherited

Definition at line 95 of file TMinuit.h.

◆ fPSDFs

Double_t* TMinuit::fPSDFs
inherited

Definition at line 116 of file TMinuit.h.

◆ fPstar

Double_t* TMinuit::fPstar
inherited

Definition at line 92 of file TMinuit.h.

◆ fPstst

Double_t* TMinuit::fPstst
inherited

Definition at line 93 of file TMinuit.h.

◆ fSEEKxbest

Double_t* TMinuit::fSEEKxbest
inherited

Definition at line 118 of file TMinuit.h.

◆ fSEEKxmid

Double_t* TMinuit::fSEEKxmid
inherited

Definition at line 117 of file TMinuit.h.

◆ fSIMPy

Double_t* TMinuit::fSIMPy
inherited

Definition at line 119 of file TMinuit.h.

◆ fStatus

Int_t TMinuit::fStatus
inherited

Definition at line 154 of file TMinuit.h.

◆ fTitle

TString TNamed::fTitle
protectedinherited

Definition at line 33 of file TNamed.h.

◆ fU

Double_t* TMinuit::fU
inherited

Definition at line 68 of file TMinuit.h.

◆ fUndefi

Double_t TMinuit::fUndefi
inherited

Definition at line 60 of file TMinuit.h.

◆ fUniqueID

UInt_t TObject::fUniqueID
privateinherited

object unique identifier

Definition at line 46 of file TObject.h.

◆ fUp

Double_t TMinuit::fUp
inherited

Definition at line 50 of file TMinuit.h.

◆ fUpdflt

Double_t TMinuit::fUpdflt
inherited

Definition at line 62 of file TMinuit.h.

◆ fVERTpp

Double_t* TMinuit::fVERTpp
inherited

Definition at line 122 of file TMinuit.h.

◆ fVERTq

Double_t* TMinuit::fVERTq
inherited

Definition at line 120 of file TMinuit.h.

◆ fVERTs

Double_t* TMinuit::fVERTs
inherited

Definition at line 121 of file TMinuit.h.

◆ fVhmat

Double_t* TMinuit::fVhmat
inherited

Definition at line 89 of file TMinuit.h.

◆ fVlimhi

Double_t TMinuit::fVlimhi
inherited

Definition at line 59 of file TMinuit.h.

◆ fVlimlo

Double_t TMinuit::fVlimlo
inherited

Definition at line 58 of file TMinuit.h.

◆ fVthmat

Double_t* TMinuit::fVthmat
inherited

Definition at line 90 of file TMinuit.h.

◆ fWarmes

TString TMinuit::fWarmes[kMAXWARN]
inherited

Definition at line 174 of file TMinuit.h.

◆ fWerr

Double_t* TMinuit::fWerr
inherited

Definition at line 73 of file TMinuit.h.

◆ fWord7

Double_t* TMinuit::fWord7
inherited

Definition at line 96 of file TMinuit.h.

◆ fX

Double_t* TMinuit::fX
inherited

Definition at line 75 of file TMinuit.h.

◆ fXdircr

Double_t TMinuit::fXdircr
inherited

Definition at line 65 of file TMinuit.h.

◆ fXmidcr

Double_t TMinuit::fXmidcr
inherited

Definition at line 63 of file TMinuit.h.

◆ fXpt

Double_t* TMinuit::fXpt
inherited

Definition at line 97 of file TMinuit.h.

◆ fXs

Double_t* TMinuit::fXs
inherited

Definition at line 78 of file TMinuit.h.

◆ fXt

Double_t* TMinuit::fXt
inherited

Definition at line 76 of file TMinuit.h.

◆ fXts

Double_t* TMinuit::fXts
inherited

Definition at line 79 of file TMinuit.h.

◆ fYdircr

Double_t TMinuit::fYdircr
inherited

Definition at line 66 of file TMinuit.h.

◆ fYmidcr

Double_t TMinuit::fYmidcr
inherited

Definition at line 64 of file TMinuit.h.

◆ fYpt

Double_t* TMinuit::fYpt
inherited

Definition at line 98 of file TMinuit.h.


The documentation for this class was generated from the following files: