- Aug 15, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@477 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
being they not used in ProcessLine() yet. git-svn-id: http://root.cern.ch/svn/root/trunk@476 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@475 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@474 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@473 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@472 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@471 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@470 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Char_t* prefix = (isMethod ? Form("%s::", classname) : ""); Char_t* cv_qual = (isMethod ? "" : "static "); by const Char_t* prefix = (isMethod ? Form("%s::", classname) : ""); const Char_t* cv_qual = (isMethod ? "" : "static "); git-svn-id: http://root.cern.ch/svn/root/trunk@469 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@468 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The Sun compiler was complaining. git-svn-id: http://root.cern.ch/svn/root/trunk@467 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
errors or warnings on some machines. These functions are empty for the time being. git-svn-id: http://root.cern.ch/svn/root/trunk@466 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@465 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@464 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
#include <fstream> #include <iostream> #include <iomanip> by #include <fstream.h> #include <iostream.h> #include <iomanip.h> git-svn-id: http://root.cern.ch/svn/root/trunk@463 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
the dimension was not a constant expression. git-svn-id: http://root.cern.ch/svn/root/trunk@462 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
errors or warnings on some machines. These functions are empty for the time being. git-svn-id: http://root.cern.ch/svn/root/trunk@461 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@460 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The Principal Components Analysis class ======================================= In many applications of various fields of research, the treatment of large amounts of data requires powerful techniques capable of rapid data reduction and analysis. Usually, the quantities most conveniently measured by the experimentalist, are not necessarily the most significant for classification and analysis of the data. It is then useful to have a way of selecting an optimal set of variables necessary for the recognition process and reducing the dimensionality of the problem, resulting in an easier classification procedure. TPrincipal is the implementation of one such method of feature selection, namely the principal components analysis. This multidimensional technique is well known in the field of pattern recognition and and its use in Particle Physics has been documented elsewhere (cf. H. Wind, <I>Function Parameterization</I>, CERN 72-21). git-svn-id: http://root.cern.ch/svn/root/trunk@459 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@458 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 14, 2000
-
-
Rene Brun authored
the changes in THistpainter::paintContour. git-svn-id: http://root.cern.ch/svn/root/trunk@457 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
implementation header. Add new member functions to add, multiply or divide an histogram with a function: virtual void Add(TF1 *h1, Double_t c1=1); virtual void Divide(TF1 *h1, Double_t c1=1); virtual void Multiply(TF1 *h1, Double_t c1=1); git-svn-id: http://root.cern.ch/svn/root/trunk@456 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
with a function: virtual void Add(TF1 *h1, Double_t c1=1); virtual void Divide(TF1 *h1, Double_t c1=1); virtual void Multiply(TF1 *h1, Double_t c1=1); git-svn-id: http://root.cern.ch/svn/root/trunk@455 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This new option is used by THistPainter::PaintContour to generate a list of TGraph objects corresponding to the points for each contour. git-svn-id: http://root.cern.ch/svn/root/trunk@454 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
lines go to the marker without a gap. - New options to draw contours for 2-d histograms. The contour option "CONT" is now a pure 2-D option. It is not based on the surface/lego algorithms. This option computes now a set of points stored in a list of TGraph objects. The points in the TGraph are sorted, such that one contour can be drawn with one fill area. In addition, when the option "List" is specified, the list of generated TGraph objects is stored in a TObjArray with the name "contours". This TObjArray is accessible via gROOT->GetListOfSpecials(). When the option "CONT" is used, one can superimpose new contours on top using the options "CONT1", "CONT2" or "CONT3". The previous algorithm used by the option "CONT" is still available as option "CONT4". For example, the following call h2->Draw("contzlist"); produces: - a picture with surface colors to delimitate each contour - the color palette. - a list of the boundary points for each countour. The points used to draw the contours are saved in the TGraph format and are accessible in the following way: TObjArray *contours = gROOT->GetListOfSpecials()->FindObject("contours") Int_t ncontours = contours->GetSize(); TList *list = (TList*)contours->At(i); //where i is a contour number list contains a list of TGraph objects. For one given contour, more than one disjoint polyline may be generated. The number of TGraphs per countour is given by list->GetSize(). Here we show only the case to access the first graph in the list. TGraph *gr1 = (TGraph*)list->First(); git-svn-id: http://root.cern.ch/svn/root/trunk@453 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@452 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
in numbers-and-dots format. git-svn-id: http://root.cern.ch/svn/root/trunk@451 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
was not found (this caused the ROOT network classes to fail when trying to connect to hosts having no hostname specified). git-svn-id: http://root.cern.ch/svn/root/trunk@450 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 12, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@449 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 11, 2000
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@448 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
containers. The streamer that is produced automatically by rootcint for STL container break one of the newer features of ROOT. I.e. it does NOT allow to reuse the same object to read several time from disk (this feature is usefull in trees). For this feature to work correctly the streamer need to make sure to clean the object before reading from file. (empty list, delete pointers, etc..) git-svn-id: http://root.cern.ch/svn/root/trunk@447 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The kMAXFOUND parameter limit for the EvalInstance() member function was increased to 200 for version 2.24.05 (along with the appropriate change in TFormula). However, the size of the fCodes, fCumulSize, and fIndexes arrays (declared in the header) and the fIndex array (declared in the constructor) should be increased to 200 as well. (Thanks to Gene Van Buren for reporting the inconsistency) The kMAXFOUND parameter is now declared in TFormula.h and kMAXCODES is set to kMAXFOUND in TTreeFormula. git-svn-id: http://root.cern.ch/svn/root/trunk@446 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@445 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
the last line. Also corrected range checking in TGText::InsLine(). git-svn-id: http://root.cern.ch/svn/root/trunk@444 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 10, 2000
-
-
Rene Brun authored
from a class deriving from TDirectory git-svn-id: http://root.cern.ch/svn/root/trunk@443 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
created object is added automatically to gROOT->GetListOfSpecials() git-svn-id: http://root.cern.ch/svn/root/trunk@442 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@441 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
// ** Alignment rules // ------------------ // The TText alignment rules apply to the TLatex objects with one exception // concerning the vertical alignment: // If the vertical alignment = 1 , subscripts are not taken into account // if the vertical alignment = 0 , the text is aligned to the box surrounding // the full text with sub and superscripts git-svn-id: http://root.cern.ch/svn/root/trunk@440 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Draw(TCut varexp, TCut selection, to Draw(const char *varexp, TCut selection,.. The first definition giving ambiguities with bot CINT and compiled code. git-svn-id: http://root.cern.ch/svn/root/trunk@439 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
for each float variable git-svn-id: http://root.cern.ch/svn/root/trunk@438 27541ba8-7e3a-0410-8455-c3a389f83636
-