Log of /trunk/hist/hist/inc/TMultiDimFit.h
Parent Directory
Revision
16310 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 22 09:09:47 2006 UTC (8 years, 4 months ago) by
brun
Original Path:
trunk/hist/inc/TMultiDimFit.h
File length: 11221 byte(s)
Diff to
previous 16296
From Gilles Quemener (quemener@lpsc.in2p3.fr):
Add two new features:
-possibility to set the number of bins of some histograms
SetBinVarX(Int_t nbbinvarx) {fBinVarX = nbbinvarx;}
SetBinVarY(Int_t nbbinvary) {fBinVarY = nbbinvary;}
-New function
EvalError(const Double_t *x, const Double_t *coeff)
to evaluate the error on the parametrisation at point x
Revision
5924 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 16 18:07:52 2003 UTC (12 years ago) by
brun
Original Path:
trunk/hist/inc/TMultiDimFit.h
File length: 10461 byte(s)
Diff to
previous 5717
From Christian.Holm.Christensen, solving a problem and adding features
requested by Gilles Qu�m�ner.
I've made a patch for TMultiDimFit.h and TMultiDimFit.cxx that
exposes the (new) member functions, GetCorrelationMatrix(),
GetCoefficients(), GetPolyType(), and takes two new options to Print:
K Print correlation matrix
M Pretty print the parameterisation.
Also, the patch fixes a bug.
Revision
5717 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 2 18:50:12 2002 UTC (12 years, 1 month ago) by
rdm
Original Path:
trunk/hist/inc/TMultiDimFit.h
File length: 10193 byte(s)
Diff to
previous 1719
mega patch to remove almost all compiler warnings on MacOS X where the
compiler is by default in pedantic mode (LHCb also like to use this option).
The following issues have been fixed:
- removal of unused arguments
- comparison between signed and unsigned integers
- not calling of base class copy ctor in copy ctor's
To be done, the TGeo classes where we get still many hundred warnings of
the above nature. List forwarded to Andrei.
Revision
1205 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 13 15:13:57 2000 UTC (14 years, 1 month ago) by
brun
Original Path:
trunk/hist/inc/TMultiDimFit.h
File length: 10191 byte(s)
Diff to
previous 1051
W A R N I N G !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
==================================================================
A very long list of changes in this pre-release of version 3.00.
We have modified the signature of many functions (in particular TObject)
to introduce more constness in the system.
You must change your code if your class derives from TObject and uses
one of the modified functions such as ls, Print, Compare, Hash, etc.
The modified functions in TObject have the following signature:
virtual TObject *Clone() const;
virtual Int_t Compare(const TObject *obj) const;
virtual void Delete(Option_t *option=""); // *MENU*
virtual void DrawClass() const; // *MENU*
virtual void DrawClone(Option_t *option="") const; // *MENU*
virtual void Dump() const; // *MENU*
virtual TObject *FindObject(const TObject *obj) const;
virtual char *GetObjectInfo(Int_t px, Int_t py) const;
virtual ULong_t Hash() const;
virtual void Inspect() const; // *MENU*
virtual Bool_t IsEqual(const TObject *obj) const;
virtual void ls(Option_t *option="") const;
virtual void Print(Option_t *option="") const;
A similar operation has been done with classes such as TH1, TVirtualPad,
TTree, etc.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.