- Jun 18, 2002
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4748 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Anne-Sylvie Nicollerat <Anne-Sylvie.Nicollerat@cern.ch> to automatically add Trees (via a chain of trees). git-svn-id: http://root.cern.ch/svn/root/trunk@4747 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4746 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4745 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
a special shell escape character. Orginal feature was introduced by VP and now again removed on request of VP. Current version converted "gmake -f ..." to "/afs/cern.ch/user/r/rdm/gmake -f ...". git-svn-id: http://root.cern.ch/svn/root/trunk@4744 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4743 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
behave like kCT_ITEMDBLCLICK. Mod by Ernesto Lopez. git-svn-id: http://root.cern.ch/svn/root/trunk@4742 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Fix for operator=() issue. For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. iostream redirect mod (G__OLDIMPLEMENTATION1635) still disabled. git-svn-id: http://root.cern.ch/svn/root/trunk@4741 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
What about replacing: const TMapRec& obj=((TMapRec*)(G__getstructoffset()))->operator=(*(TMapRec*)libp->para[0].r ef); by TMapRec *dest = (TMapRec*)(G__getstructoffset()); *dest = (*(TMapRec*)libp->para[0].ref); const TMapRec& obj = *dest; this allow to compile on alpha/cxx and sgi/cc git-svn-id: http://root.cern.ch/svn/root/trunk@4740 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4739 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4738 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4737 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The following patch corrects the behavior in the following cases: Multiple-inheritance from TObject (especially with TObject NOT the first base class). Using operator>> on class not inheriting from TObject but still instrumented. git-svn-id: http://root.cern.ch/svn/root/trunk@4736 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4735 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Patch from Philippe fixing a non-terminated string problem in rootcint (noticed by Robert Hatcher). git-svn-id: http://root.cern.ch/svn/root/trunk@4734 27541ba8-7e3a-0410-8455-c3a389f83636
-
walkowia authored
o RooBCPSin2bgDecay: - minor cosmetic update git-svn-id: http://root.cern.ch/svn/root/trunk@4733 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 17, 2002
-
-
walkowia authored
o RooBCPSin2bgDecay: - added two constructors which allow to separate |lambda'| infront of the sin() term from |lambda| otherwise. git-svn-id: http://root.cern.ch/svn/root/trunk@4732 27541ba8-7e3a-0410-8455-c3a389f83636
-
msgill authored
Taking out the Babar.hh header which appears to have crept back in..! (the rest of the changes are additional calib functions from various dif. files). git-svn-id: http://root.cern.ch/svn/root/trunk@4731 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4730 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. iostream redirect mod (G__OLDIMPLEMENTATION1635) still disabled. git-svn-id: http://root.cern.ch/svn/root/trunk@4729 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4728 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
If the operator ">>" is required and not provided by the user, then he get an error message. If I/O is required and the '!' is used and operator>> or operator<< is missing, then an error message is printed. The forward declaration of these operators has been moved back to Rtypes.h. It was in TBuffer.h but TString.h does not include TBuffer.h git-svn-id: http://root.cern.ch/svn/root/trunk@4727 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4726 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
A few cases have been reported (eg an x axis between 4 and 100) and log x scale does not work at all. This part of code should be rewritten. git-svn-id: http://root.cern.ch/svn/root/trunk@4725 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 16, 2002
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4724 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4723 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4722 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
a patch which upgrades the operator<< for the TArrayX classes. It also add one more test to rootcint to verify that if the '!' has been specified in the linkdef file, both operator<< and operator>> need to be explicitly declared for this class. The error message has been enhanced as follow: ERROR: In this version of ROOT, the option '!' used in a linkdef file implies the actual existence of customized operators. The following declaration is now required: TBuffer &operator>>(TBuffer &,MyClass *&); ERROR: In this version of ROOT, the option '!' used in a linkdef file implies the actual existence of customized operator. The following declaration is now required: TBuffer &operator<<(TBuffer &,const MyClass *); gmake: *** [TeleDict.C] Error 1 git-svn-id: http://root.cern.ch/svn/root/trunk@4721 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
don't delete the output list of the player, the player will do that. git-svn-id: http://root.cern.ch/svn/root/trunk@4720 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4719 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4718 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 15, 2002
-
-
Rene Brun authored
Fix a problem in THistPainter::PaintBoxes in case of log log scale and when the axis values are very small. VS: ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@4717 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 14, 2002
-
-
Wouter Verkerke authored
o RooFitContext - When cloning dataset, set fit ranges of RRVs in data clone to those of PDF to avoid unexpected range changes. git-svn-id: http://root.cern.ch/svn/root/trunk@4715 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o RooFitContext - Keep track of number of nLogLikelihood calls that return zero due to zero or negative likelihood o RooFitResult - Store number of invalid NLL values that occurred during the fit, accessor: numInvalidNLL(). - Print asymmetric parameter errors, if available, in verbose mode instead of the symmetric ones git-svn-id: http://root.cern.ch/svn/root/trunk@4714 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
TGraph::RemovePoint(Int_t point) TGraphErrors::RemovePoint(Int_t point) TGraphAsymm::RemovePoint(Int_t point) CagS: ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@4713 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4712 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4711 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
when reading a new Tree. git-svn-id: http://root.cern.ch/svn/root/trunk@4710 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
interpreter. Several other small PROOF updates. git-svn-id: http://root.cern.ch/svn/root/trunk@4709 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 13, 2002
-
-
Wouter Verkerke authored
o RooMCStudy - Add new method addFitResult() to add fit result to RooMCStudy from externally run fits (e.g. run distributed in a batch farm), to allow RooMCStudy to produce parameter/error/pull distribution plots from those fits. git-svn-id: http://root.cern.ch/svn/root/trunk@4708 27541ba8-7e3a-0410-8455-c3a389f83636
-