- Apr 02, 2003
-
-
Rene Brun authored
rootcint is incorrectly detecting the presence of a default constructor in some cases of template classes. git-svn-id: http://root.cern.ch/svn/root/trunk@6352 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 01, 2003
-
-
Wouter Verkerke authored
o RooAbsGoodnessOfFit - Add protected setEventCount() method to allow RooAbsOptGoodnessOfFit to override event count (needed for binned datasets) o RooAbsOptGoodnessOfFit - Override event count in ctor via setEventCount() o RooDataHist - Fix forgotten initialization of some data members in some less frequently used ctors o RooNLLVar - Handle RooSimultaneous index normalization properly for binned and unbinned weighted datasets o RooMCStudy - Add some error handling to pull calculation when fitModel != generatorModel: we can only calculate a pull if a parameter appears in both models. git-svn-id: http://root.cern.ch/svn/root/trunk@6351 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Now that a default TSelectorDraw can be part of TTreePlayer, it is possible that notify is called of a TSelectorDraw without a tree attached to it. For example in: TChain *chainJet = new TChain("T"); chainJet->Add("/cdf/data40b/s0/qcd/chlebana/jobs/test/ntup1.root"); chainJet->MakeClass("test2"); causes a crash. The following patch solves the problem. git-svn-id: http://root.cern.ch/svn/root/trunk@6350 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
(thanks to Matt Palmer) git-svn-id: http://root.cern.ch/svn/root/trunk@6349 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
is not null. git-svn-id: http://root.cern.ch/svn/root/trunk@6348 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 31, 2003
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6347 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 28, 2003
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6346 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6345 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
In particular fNfill must be initialized when processing a THbookTree. Thanks to Andrei Gaponenko and Konstantin Olchanski git-svn-id: http://root.cern.ch/svn/root/trunk@6344 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 26, 2003
-
-
Fons Rademakers authored
objects have been explictitely newed, like TSelectorCint for PROOF. git-svn-id: http://root.cern.ch/svn/root/trunk@6343 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
error in the Rx(a) rotation matrix. | 1 0 0 | Rx(a) = | 1 cos(a) -sin(a) | | 0 sin(a) cos(a) | First coulum, second row should be 0, not 1. git-svn-id: http://root.cern.ch/svn/root/trunk@6342 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 25, 2003
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6341 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. Long long support still not optimal. git-svn-id: http://root.cern.ch/svn/root/trunk@6340 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 21, 2003
-
-
Rene Brun authored
GetNumberOfDivisions returns directly fNdiv (thanks Brett Viren) git-svn-id: http://root.cern.ch/svn/root/trunk@6339 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
plot. git-svn-id: http://root.cern.ch/svn/root/trunk@6338 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
All TH1F and TArrayF are replaced by TH1D and TArrayD respectively. This solves some numerical precision problems observed with the float implementation git-svn-id: http://root.cern.ch/svn/root/trunk@6337 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
in function of the contour number. git-svn-id: http://root.cern.ch/svn/root/trunk@6336 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6335 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 20, 2003
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6334 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6333 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
buf[0] = -1 to buf[0] = (char) -1; Thanks to Jiri Masik git-svn-id: http://root.cern.ch/svn/root/trunk@6332 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 19, 2003
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6331 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6330 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6329 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
of TCut.h by a simple forward declaration. git-svn-id: http://root.cern.ch/svn/root/trunk@6328 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6327 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 18, 2003
-
-
Rene Brun authored
with the right options "X", "Y" or "Z" for the corresponding axis. git-svn-id: http://root.cern.ch/svn/root/trunk@6326 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
TPostScript::Initialize: move the line "%%Page: number 1" just after the line "%%EndProlog" to be compliant with the CUPS printing software. git-svn-id: http://root.cern.ch/svn/root/trunk@6325 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
of the proof server. Fix bug that prevented recreating a proof session after a first failed login attempt. git-svn-id: http://root.cern.ch/svn/root/trunk@6324 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6323 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
into two functions with names following the mathematical nomenclature for Struve/Bessel functions and add two new functions (thanks to Kirill Filimonov) to compute the modified Struve functions. The new functions are: static Double_t StruveH0(Double_t x); static Double_t StruveH1(Double_t x); static Double_t StruveL0(Double_t x); static Double_t StruveL1(Double_t x); git-svn-id: http://root.cern.ch/svn/root/trunk@6322 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6321 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6320 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 17, 2003
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6319 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6318 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6317 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
and axis can be obtained directly from the graph. git-svn-id: http://root.cern.ch/svn/root/trunk@6316 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6315 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6314 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Needed by Victor for his new I/O. git-svn-id: http://root.cern.ch/svn/root/trunk@6313 27541ba8-7e3a-0410-8455-c3a389f83636
-