https://github.com/lmoneta/root

sort by:
Revision Author Date Message Commit Date
04a8a45 This commit was manufactured by cvs2svn to create tag 'v3-03-04'. git-svn-id: http://root.cern.ch/svn/root/tags/v3-03-04@4466 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2002, 16:15:09 UTC
f2bed9c This commit was manufactured by cvs2svn to create branch 'newIO-branch'. git-svn-id: http://root.cern.ch/svn/root/branches/newIO-branch@4464 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2002, 16:15:07 UTC
1cc1a72 Revert to the 3.03/05 situation. The new I/O scheme still requires more work due to portability problems and the size of the dictionaries. git-svn-id: http://root.cern.ch/svn/root/trunk@4460 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2002, 10:11:08 UTC
1e125a0 When drawing bar charts (option bar or hbar) the bars are drawn from 0 rather than from the minimum Y value. Bins with positive values to be drawn as bars extending from the X axis upwards, and bins with negative values to be drawn as bars extending from the X axis downwards. git-svn-id: http://root.cern.ch/svn/root/trunk@4459 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2002, 16:07:33 UTC
00b8237 o RooRealProxy - Change signature of assignment operator from (Double_t&) to (const Double_t&). Needed for rvalue assignments git-svn-id: http://root.cern.ch/svn/root/trunk@4458 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 23:10:23 UTC
80c8e6d warnings fixed git-svn-id: http://root.cern.ch/svn/root/trunk@4457 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 22:53:36 UTC
cbe116b o RooRealIntegral - Bug fix in cctor (forgot to copy _iconfig) git-svn-id: http://root.cern.ch/svn/root/trunk@4456 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 21:54:41 UTC
583d3f7 o RooAbsArg - Change getParameters()/getDependents() such that only LValue leaf nodes are returned o RooAddPdf - Bug fix for component plotting o LinkDef - Add global RooConst function to dictionary o RooRealConstant - Change to use RooConstVar instead of RooRealVar - Add global function RooConst() which calls RooRealConstant::value() (shorthand notation for interactive use) o RooProdPdf - Avoid copying partial integral objects in cctor. Objects will be recreated from scratch when needed o RooConstVar - New non-mutable constant value object (i.e. not an LValue) git-svn-id: http://root.cern.ch/svn/root/trunk@4455 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 21:49:56 UTC
a57e7e4 put VC++ warning disabling pragma's in special file w32pragma.h. This file is copied to include/ before bindexplib is compiled. git-svn-id: http://root.cern.ch/svn/root/trunk@4454 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 18:13:32 UTC
e632556 several updates to better support Intel's icc v6 compiler. git-svn-id: http://root.cern.ch/svn/root/trunk@4453 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 17:59:08 UTC
a8180e5 Attempt to fix portability problem on hp-ux git-svn-id: http://root.cern.ch/svn/root/trunk@4452 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 16:57:32 UTC
b7dc5ff Fix some portability problems (AIX, HP-UX) git-svn-id: http://root.cern.ch/svn/root/trunk@4451 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 16:14:33 UTC
78bb448 Try a fix with std::string for hp-ux git-svn-id: http://root.cern.ch/svn/root/trunk@4450 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 15:59:41 UTC
d9ab402 Initialize TObject *obj=0 and TObject*value=0 in Streamer to avoid a compiler warning on AIX,kCC and VC++ git-svn-id: http://root.cern.ch/svn/root/trunk@4449 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 15:41:50 UTC
9b0a948 Change the order of declaration on inline functions to avoid warnings like: cc-1460 CC: WARNING File = include/TVector.h, Line = 216 Function function "TVector::IsValid" is redeclared "inline" after being called. inline Bool_t TVector::IsValid() const git-svn-id: http://root.cern.ch/svn/root/trunk@4448 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 15:18:59 UTC
4665379 Add new includes used by the new I/O additions git-svn-id: http://root.cern.ch/svn/root/trunk@4447 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 14:41:25 UTC
dad1272 Introduce a long patch by Philippe. With this patch, ROOT I/O should be able to support foreign not-ROOT instrumented classes. More information will come later. This patch is tentatively put in the CVS head to facilitate testing on all platforms. git-svn-id: http://root.cern.ch/svn/root/trunk@4446 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 14:30:43 UTC
65fd0c0 Make all Copy functions const git-svn-id: http://root.cern.ch/svn/root/trunk@4445 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 10:48:53 UTC
07b0575 From Eddy Offermann Updates for TVector(D).h, TMatrix(D).h and test/vmatrix.cxx As you can see, filling of a matrix can be done with an array prepared by row-wise or column-wise storage. GetElements() will supply you a pointer to the COLUMN_WISE stored matrix data. GetElements(Double_t *array,Option_t *opt) will let you store it in a user supplied/allocated array either column- or row- wise. git-svn-id: http://root.cern.ch/svn/root/trunk@4444 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 10:24:10 UTC
40076dd Do not delete the Trees in the list of Trees in the TTreeViewer destructor. git-svn-id: http://root.cern.ch/svn/root/trunk@4443 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 10:22:32 UTC
91204c2 Add new function FormSize::Set in TLatex.h and change all internal members to double precision. Replace all occurences of fs=FormSize(x,y1,y2) by fs.Set(x,y1,y2). The original form had a problem (compiler bug) with VC++. git-svn-id: http://root.cern.ch/svn/root/trunk@4442 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 09:34:21 UTC
8edd633 o RooTreeData - const fix git-svn-id: http://root.cern.ch/svn/root/trunk@4441 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 01:06:00 UTC
9701e87 o RooTreeData - If dataset has wider fit range than plotVar in plotOn() adjust number of events stored in RooPlot to number in plotVars' fit range instead just storing the datasets' fit range git-svn-id: http://root.cern.ch/svn/root/trunk@4440 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2002, 01:02:28 UTC
b4c10d2 Remove the internal pointer to the function CompareItems git-svn-id: http://root.cern.ch/svn/root/trunk@4439 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2002, 08:19:58 UTC
bbba707 Remove the "extern C" declaration for the static function Compare. Declare a pointer CompareItems to the function Compare inside the Sort function. This was the only way to compile under VC++. git-svn-id: http://root.cern.ch/svn/root/trunk@4438 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2002, 08:01:25 UTC
a803346 o RooHistPdf - Disable partial analytical integrals for the moment (i.e. revert to numeric integrals for those cases) Reason: partial integral implementation doesn't handle slice bin width correction and interpolation correctly. git-svn-id: http://root.cern.ch/svn/root/trunk@4437 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2002, 01:14:09 UTC
38eab8e Changed definition of CP parameters. git-svn-id: http://root.cern.ch/svn/root/trunk@4435 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2002, 00:12:12 UTC
937f78a o RooHistPdf - Fix bug in normalization (over-correction for bin size) git-svn-id: http://root.cern.ch/svn/root/trunk@4434 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2002, 23:08:32 UTC
1215971 Rename static function Compare to CompareItems to avoid a clash with TObject::Compare. Problem with VC++ git-svn-id: http://root.cern.ch/svn/root/trunk@4433 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2002, 20:09:43 UTC
1daa42f Mod proposed by Philippe in TStreamerInfo::PrintValues in case of an array of chars git-svn-id: http://root.cern.ch/svn/root/trunk@4432 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2002, 19:58:54 UTC
a213c06 In TFile::Recover increase the size of the internal buffer to read a record header. git-svn-id: http://root.cern.ch/svn/root/trunk@4431 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2002, 17:48:49 UTC
c6c5393 add Phil's recent Makefile.win32 changes also in Makefile.win32gdk. git-svn-id: http://root.cern.ch/svn/root/trunk@4430 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2002, 17:14:01 UTC
fe482d2 this patch prevents creation of meaningless histograms in case of a typo in a variable name. By Philippe. git-svn-id: http://root.cern.ch/svn/root/trunk@4429 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2002, 17:09:41 UTC
f31bad4 comments must be C style since RConfig.h is also included in some C files. git-svn-id: http://root.cern.ch/svn/root/trunk@4428 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2002, 17:06:57 UTC
ebcbc59 Stamp version 3.03/05 git-svn-id: http://root.cern.ch/svn/root/trunk@4427 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2002, 14:01:58 UTC
7390692 Patch from Philippe to disable Windows VC++ warnings 4786 and 4173 git-svn-id: http://root.cern.ch/svn/root/trunk@4426 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2002, 14:01:37 UTC
593edac add generator git-svn-id: http://root.cern.ch/svn/root/trunk@4425 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2002, 05:04:24 UTC
655adcc Change the algorithm computing binomial errors in TH1::Divide. The division coefficient was used twice. Bug was in original code in Hbook. git-svn-id: http://root.cern.ch/svn/root/trunk@4424 27541ba8-7e3a-0410-8455-c3a389f83636 30 April 2002, 22:47:32 UTC
455d2a8 Fix a memory leak problem introduced by Olivier in a recent version of TPaveStats::Paint. The char* sl array was not deleted in the first loop. git-svn-id: http://root.cern.ch/svn/root/trunk@4423 27541ba8-7e3a-0410-8455-c3a389f83636 30 April 2002, 21:33:50 UTC
e9033b1 add class for dirc parameterizations git-svn-id: http://root.cern.ch/svn/root/trunk@4422 27541ba8-7e3a-0410-8455-c3a389f83636 30 April 2002, 18:33:19 UTC
56034a3 add generator git-svn-id: http://root.cern.ch/svn/root/trunk@4421 27541ba8-7e3a-0410-8455-c3a389f83636 30 April 2002, 17:51:43 UTC
681c68e Remove obsolete function TRefArray::UncheckedAt git-svn-id: http://root.cern.ch/svn/root/trunk@4420 27541ba8-7e3a-0410-8455-c3a389f83636 30 April 2002, 16:49:07 UTC
f996553 Fix a problem in TPad::SetAttTextPS when drawing text in a vertical pad. git-svn-id: http://root.cern.ch/svn/root/trunk@4419 27541ba8-7e3a-0410-8455-c3a389f83636 30 April 2002, 14:43:09 UTC
d010058 compile option -KPIC not explicitely needed anymore, it is now the default. git-svn-id: http://root.cern.ch/svn/root/trunk@4418 27541ba8-7e3a-0410-8455-c3a389f83636 30 April 2002, 14:09:52 UTC
708bf1a iosenum file for Linux IA-64 Intel ecc compiler. git-svn-id: http://root.cern.ch/svn/root/trunk@4417 27541ba8-7e3a-0410-8455-c3a389f83636 30 April 2002, 14:08:42 UTC
b122433 Add new logic to set branch addresses. With this change the code generated by TTree::MakeClass can be used on THbookFile. git-svn-id: http://root.cern.ch/svn/root/trunk@4416 27541ba8-7e3a-0410-8455-c3a389f83636 30 April 2002, 07:26:47 UTC
783298e Fix from Victor in ReadBuffer to read array of classes written by 3.02/07 Change several comments in ReadBufferClones git-svn-id: http://root.cern.ch/svn/root/trunk@4415 27541ba8-7e3a-0410-8455-c3a389f83636 30 April 2002, 06:33:56 UTC
9b3f48e import of CINT 5.15.36. 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@4414 27541ba8-7e3a-0410-8455-c3a389f83636 29 April 2002, 17:36:04 UTC
ae7e237 In TH1::Fit do not return in case fitResult is non zero. git-svn-id: http://root.cern.ch/svn/root/trunk@4413 27541ba8-7e3a-0410-8455-c3a389f83636 29 April 2002, 17:11:22 UTC
e69d4b9 export ToUpper(), ToLower() and Hash() from TString.h to CINT. git-svn-id: http://root.cern.ch/svn/root/trunk@4412 27541ba8-7e3a-0410-8455-c3a389f83636 29 April 2002, 15:01:32 UTC
840bf89 Add new functions Bool_t IsEditable() const; void SetEditable(Bool_t editable=kTRUE); // *MENU* By default a TGraph can be edited with the mouse. If SetEditable(kFALSE) is called, the TGraph cannot be modified interactively. git-svn-id: http://root.cern.ch/svn/root/trunk@4411 27541ba8-7e3a-0410-8455-c3a389f83636 27 April 2002, 07:49:00 UTC
4cf8e3a From Philippe: The template arguments parsing when dealing with classes inheriting from template classes was broken. This fixes it. git-svn-id: http://root.cern.ch/svn/root/trunk@4410 27541ba8-7e3a-0410-8455-c3a389f83636 27 April 2002, 07:06:40 UTC
bd1f899 Modify the THStack::Paint function to take into account TH1::kIsZoomed bit. If this bit is set, the max/min of the fHistogram member is not set. This change allows zooming on the Y or Z axis of a THStack object. git-svn-id: http://root.cern.ch/svn/root/trunk@4409 27541ba8-7e3a-0410-8455-c3a389f83636 26 April 2002, 10:23:40 UTC
11baeef Modify TAxis::executeEvent to set the bit TH1::kIsZoomed when zooming on the Y axis of a TH1 or Z axis of a TH2. The bit is reset when TAxis::Unzoom is called. git-svn-id: http://root.cern.ch/svn/root/trunk@4408 27541ba8-7e3a-0410-8455-c3a389f83636 26 April 2002, 10:21:42 UTC
536bece Change signature of TGraph::Fit. The function Fit returns an Int_t with the fit status. git-svn-id: http://root.cern.ch/svn/root/trunk@4407 27541ba8-7e3a-0410-8455-c3a389f83636 26 April 2002, 10:20:01 UTC
59259a5 Add a new element kIsZoomed in the TH1 enum. This bit is used by TAxis and THstack classes to zoom/unzoom a y or z axis in a THStack. Change signature of TH1::Fit. Instead of void, Fit returns an Int_t with a status of the Fit (Fitter dependent) git-svn-id: http://root.cern.ch/svn/root/trunk@4406 27541ba8-7e3a-0410-8455-c3a389f83636 26 April 2002, 10:18:54 UTC
0ad0e08 Set fTrace variable to 0 in constructor git-svn-id: http://root.cern.ch/svn/root/trunk@4405 27541ba8-7e3a-0410-8455-c3a389f83636 26 April 2002, 10:14:59 UTC
8e845b3 Add CVS identification line git-svn-id: http://root.cern.ch/svn/root/trunk@4404 27541ba8-7e3a-0410-8455-c3a389f83636 26 April 2002, 09:25:02 UTC
b20c866 Add the CVS identification line git-svn-id: http://root.cern.ch/svn/root/trunk@4403 27541ba8-7e3a-0410-8455-c3a389f83636 26 April 2002, 08:46:10 UTC
1bd851c change virtual void Field(Double_t* x, Double_t* b) const = 0; to virtual void Field(const Double_t* x, Double_t* b) const = 0; git-svn-id: http://root.cern.ch/svn/root/trunk@4402 27541ba8-7e3a-0410-8455-c3a389f83636 25 April 2002, 21:25:42 UTC
792a08b fix Win32 compilation problem. git-svn-id: http://root.cern.ch/svn/root/trunk@4401 27541ba8-7e3a-0410-8455-c3a389f83636 25 April 2002, 11:27:11 UTC
a910535 Patch from Axel Naumann I have fixed then two problems reported by Chistian and Francois-Xavier. * <pre><ul><li> are replaced by <ul><li><tt> * the title of SOMETHING_Index.html now reflects SOMETHING * quotes added to name statement for class description * spaces are not replaced in path names anymore, only in class names, same for non-standard filesystem characters: They may apprear in the path (which is set by the user), but are replaced in the class name. git-svn-id: http://root.cern.ch/svn/root/trunk@4400 27541ba8-7e3a-0410-8455-c3a389f83636 25 April 2002, 06:30:15 UTC
f19b5e9 fix for initialized vars left in previous patch by Phil. git-svn-id: http://root.cern.ch/svn/root/trunk@4399 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2002, 18:33:10 UTC
e738d75 From Philippe, This allows for the generation of a proper dictionay in the case where the template argument of a STL container are themself templated (i.e. map< pair<int,int>, double > ) git-svn-id: http://root.cern.ch/svn/root/trunk@4398 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2002, 17:17:36 UTC
f9bc895 This patch corrects an unitialized value when using array with multiple varialbe dimensions. This missing initialization was causing core dumps. By Phillippe. git-svn-id: http://root.cern.ch/svn/root/trunk@4397 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2002, 16:50:12 UTC
416d1c6 The new version of THStack::Paint supports histograms with different x and y axis limits. git-svn-id: http://root.cern.ch/svn/root/trunk@4396 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2002, 20:12:05 UTC
f434e0e From Philippe, This patches updates TTree::Draw and the TBrowser to be able to handle hiearchy of branches. git-svn-id: http://root.cern.ch/svn/root/trunk@4395 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2002, 19:02:33 UTC
af27ccb fix handling of popup menus over transient windows which are waited for (via WaitFor()). Fix by Daniel Sigg. git-svn-id: http://root.cern.ch/svn/root/trunk@4394 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2002, 18:24:06 UTC
e8562b0 TGText::Clear seems to leave the first line pointing to a deleted line, if TGText contains more than one line. Fix by Daniel Sigg. git-svn-id: http://root.cern.ch/svn/root/trunk@4393 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2002, 15:06:19 UTC
fbde2f5 make MacOS X version compatible with the Dec 2001 MacOS X developer tools. Therefore you must have at least this version of the tools if you want to build on MacOS X. Patch by Keisuke Fujii. git-svn-id: http://root.cern.ch/svn/root/trunk@4392 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2002, 14:20:47 UTC
87d7257 Modify the Projection X,Y,Z functions to give the possibility to project also the overflow bins. git-svn-id: http://root.cern.ch/svn/root/trunk@4391 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2002, 08:55:29 UTC
956dc3e Add new function void TVector3::SetPtThetaPhi(Double_t pt, Double_t theta,Double_t phi) (thanks to gero.flucke@desy.de for the suggestion) git-svn-id: http://root.cern.ch/svn/root/trunk@4390 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2002, 06:26:27 UTC
c3269c9 In the TChain constructor, do not create the TChainElement with name "*". This has side effects with SetBranchStatus/SetBranchAddress in case the top level branch of a Tree is disabled. git-svn-id: http://root.cern.ch/svn/root/trunk@4389 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2002, 21:55:14 UTC
54dac00 Exclude directories newdelete and star from the list of dirs in the static versions. git-svn-id: http://root.cern.ch/svn/root/trunk@4388 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2002, 20:35:35 UTC
4f2794d Add the Hbook directory to the list of excluded libs when building the static library and executable. git-svn-id: http://root.cern.ch/svn/root/trunk@4387 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2002, 19:25:07 UTC
1bf8c62 In the "Plain" style, set TitleBorderSize and StartBorderSize to 1 instead of 2 git-svn-id: http://root.cern.ch/svn/root/trunk@4386 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2002, 08:06:40 UTC
3bb3c58 Major PROOF updates from both Maarten and me. Coming close to a working system. git-svn-id: http://root.cern.ch/svn/root/trunk@4385 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2002, 18:24:02 UTC
65093ec Add a new constructor TClonesArray(const TClass *cl, Int_t size,.. git-svn-id: http://root.cern.ch/svn/root/trunk@4384 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2002, 16:43:16 UTC
4ea281d add protection and warning message in case RQ_OBJECT.h does not exist or is not readable. git-svn-id: http://root.cern.ch/svn/root/trunk@4383 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2002, 12:52:48 UTC
13c56b6 Modify TTree::Print to report the total size of all branches using the new function TBranch::GetTotalSize git-svn-id: http://root.cern.ch/svn/root/trunk@4382 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2002, 09:37:06 UTC
a06c12f Add a new function GetTotalSize returning the total size in bytes of the branch buffers on disk + the current buffer in memory. Modify TBranch::Print to print the info returned by GetTotalSize git-svn-id: http://root.cern.ch/svn/root/trunk@4381 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2002, 09:36:11 UTC
7e9dc75 Add support for THbookTree in MakeClass. The function Init in the code generated opens a THbookFile and read a THbookTree. git-svn-id: http://root.cern.ch/svn/root/trunk@4380 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2002, 07:40:47 UTC
87e70b3 Add a new member fLrecl (Hbook file record length). Include the THbookFile name in the THbookTree title. These changes are required to support THbookTree in MakeClass git-svn-id: http://root.cern.ch/svn/root/trunk@4379 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2002, 07:39:31 UTC
902d066 fix for MacOS X. Same disclaimer as in previous checkin. git-svn-id: http://root.cern.ch/svn/root/trunk@4378 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2002, 23:17:43 UTC
ce4e7a5 fixes for MacOS X to build bundles in ACliC and to pass $OPT to bundle generation in makelib.sh. Hope it works but since I've no MacOS X it might not. Let me know. git-svn-id: http://root.cern.ch/svn/root/trunk@4377 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2002, 23:17:11 UTC
4d318df exclude some more optional modules (dcache, krb5auth). git-svn-id: http://root.cern.ch/svn/root/trunk@4376 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2002, 08:20:13 UTC
1cdc16e o RooBCPSin2bgDecay: Swapped the order of mixState and tagFlav parameters in the constructor in order to conform with the de facto RooFit standard (e.g. in RooBMixDecay). The new order is: mixState, tagFlav. git-svn-id: http://root.cern.ch/svn/root/trunk@4375 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2002, 02:33:01 UTC
b833caf Patch from Axel Naumann here is the fix, found by Denis (linux interprets char as unsigned char, making a char>32 comparison false for chars with ASCII code>127). git-svn-id: http://root.cern.ch/svn/root/trunk@4374 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2002, 21:14:38 UTC
f9656a7 o RooAbsPdf - Fix setTraceCounter() / trace printing o RooAddPdf - Fix bug in component plotting with addCoef transformation o RooDataHist - Fix interpolation in 2 dimensions o RooLinkedList - Fix bug in hash table use git-svn-id: http://root.cern.ch/svn/root/trunk@4372 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2002, 20:08:40 UTC
fbfffe2 Do not use fmax function. It compiles OK but gives wrong results. git-svn-id: http://root.cern.ch/svn/root/trunk@4370 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2002, 00:17:32 UTC
85b197b correct Maarten's email address. git-svn-id: http://root.cern.ch/svn/root/trunk@4369 27541ba8-7e3a-0410-8455-c3a389f83636 15 April 2002, 11:13:01 UTC
c9acb40 remove include of not needed internal PostgreSQL header. git-svn-id: http://root.cern.ch/svn/root/trunk@4368 27541ba8-7e3a-0410-8455-c3a389f83636 15 April 2002, 11:12:18 UTC
ca5a45b Add the 3 following Branch functions in TBranchElement. virtual Int_t Branch(const char *folder, Int_t bufsize=32000, Int_t splitlevel=99); virtual TBranch *Branch(const char *name, void *address, const char *leaflist, Int_t bufsize=32000); virtual TBranch *Branch(const char *name, const char *classname, void *addobj, Int_t bufsize=32000, Int_t splitlevel=99); With these new functions a true branch hierarchy can be created. git-svn-id: http://root.cern.ch/svn/root/trunk@4367 27541ba8-7e3a-0410-8455-c3a389f83636 14 April 2002, 14:38:39 UTC
750ee45 Add several missing protections in MakeClass. Replace the use of leaf-GetTitle() by leaf->GetName() in the 3 places where GetTitle was still used. This change is required for the introduction of the branch hierachy supported by the new version of TBranchElement. git-svn-id: http://root.cern.ch/svn/root/trunk@4366 27541ba8-7e3a-0410-8455-c3a389f83636 14 April 2002, 14:35:26 UTC
ae8d712 A few corrections in the Authors list and a new prototype in TVirtualMCStack git-svn-id: http://root.cern.ch/svn/root/trunk@4365 27541ba8-7e3a-0410-8455-c3a389f83636 13 April 2002, 21:39:27 UTC
9eb32cc Modify TDirectory::mkdir to detect if the directory already exists and return 0 in this case. git-svn-id: http://root.cern.ch/svn/root/trunk@4364 27541ba8-7e3a-0410-8455-c3a389f83636 13 April 2002, 14:25:09 UTC
e46980b Undo changes in TF1::GetProb still keeping the function as a non-inline function. TMath::Prob expects a non-normalized chisquare. git-svn-id: http://root.cern.ch/svn/root/trunk@4363 27541ba8-7e3a-0410-8455-c3a389f83636 13 April 2002, 14:00:19 UTC
3b5a7eb Fix a compiler warning: treeplayer/src/TTreePlayer.cxx:1751: warning: `class TBranchElement * bre' might be used uninitialized in this function git-svn-id: http://root.cern.ch/svn/root/trunk@4362 27541ba8-7e3a-0410-8455-c3a389f83636 13 April 2002, 09:42:14 UTC
40af8b6 Add a new package "mc" : The Virtual MonteCarlo" // Virtual MC provides a virtual interface to Monte Carlo. // It enables the user to build a virtual Monte Carlo application // independent of any actual underlying Monte Carlo implementation itself. // // A user will have to implement a class derived from the abstract // Monte Carlo application class, and provide functions like // ConstructGeometry(), BeginEvent(), FinishEvent(), ... . // The concrete Monte Carlo (Geant3, Geant4) is selected at run time - // when processing a ROOT macro where the concrete Monte Carlo is instantiated. git-svn-id: http://root.cern.ch/svn/root/trunk@4361 27541ba8-7e3a-0410-8455-c3a389f83636 13 April 2002, 09:33:01 UTC
a39af1c add MonteCarlo subdirectory with inc, src and Module.mk. After placing source and headers activate by removing the # in front of #mc in the Makefile. git-svn-id: http://root.cern.ch/svn/root/trunk@4360 27541ba8-7e3a-0410-8455-c3a389f83636 12 April 2002, 22:04:43 UTC
back to top