[root] / trunk / hist / hist / inc / TMultiDimFit.h Repository:
ViewVC logotype

Log of /trunk/hist/hist/inc/TMultiDimFit.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 22694 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 17 20:23:21 2008 UTC (6 years, 10 months ago) by rdm
File length: 11123 byte(s)
Diff to previous 20882
move hist, histpainter, spectrum and spectrumpainter in the hist package.

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/hist/inc/TMultiDimFit.h
File length: 11123 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/hist/inc/TMultiDimFit.h
File length: 11123 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/hist/inc/TMultiDimFit.h
File length: 11175 byte(s)
Diff to previous 19620
remove :$ from tag line

Revision 19620 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 13 17:29:32 2007 UTC (7 years, 5 months ago) by brun
Original Path: trunk/hist/inc/TMultiDimFit.h
File length: 11185 byte(s)
Diff to previous 16310
From Axel and Gordon Watts:
Move inline functions referencing class static global variables from inline
to the implementation files (Windows DLLs).

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 16296 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 19 12:38:03 2006 UTC (8 years, 4 months ago) by brun
Original Path: trunk/hist/inc/TMultiDimFit.h
File length: 10818 byte(s)
Diff to previous 15072
Previous version of the class could not be persistent.

Revision 15072 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 17 09:37:21 2006 UTC (8 years, 8 months ago) by couet
Original Path: trunk/hist/inc/TMultiDimFit.h
File length: 10719 byte(s)
Diff to previous 12647
- Coding conventions.

Revision 12647 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 5 10:02:38 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/hist/inc/TMultiDimFit.h
File length: 10560 byte(s)
Diff to previous 5924
Fix remaining coding conventions in hist.
This has required many changes in TSpectrum and helper classes.

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 1719 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 28 11:04:07 2001 UTC (13 years, 10 months ago) by brun
Original Path: trunk/hist/inc/TMultiDimFit.h
File length: 10245 byte(s)
Diff to previous 1205
More changes (hopefully last cleanup) introducing constness in the API.

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.

Revision 1051 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Nov 24 16:21:00 2000 UTC (14 years, 2 months ago) by brun
Original Path: trunk/hist/inc/TMultiDimFit.h
File length: 10185 byte(s)
New class by Christian Holm Christensen

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9