- Apr 27, 2006
-
-
Rene Brun authored
This patch fixes 2 MSVC8 warnings. git-svn-id: http://root.cern.ch/svn/root/trunk@14863 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
That's a convenient way to avoid unwanted changes or moves. git-svn-id: http://root.cern.ch/svn/root/trunk@14862 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14861 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
SetEscape(Bool_t): is called when ESC is pressed in XXX::ExecuteEvent methods IsEscaped: returns the last value set by SetEscape git-svn-id: http://root.cern.ch/svn/root/trunk@14860 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix a bug in TGeoRotation::Determinant (thanks to Yuri Fisiak) git-svn-id: http://root.cern.ch/svn/root/trunk@14859 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 26, 2006
-
-
Stefan Roiser authored
If a class definition is not complete (it has no member attribute) no dictionary for it will be generated. Reported by ATLAS devlopers. git-svn-id: http://root.cern.ch/svn/root/trunk@14858 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
byusing TF1::IsInside function - use also TF1::RejectPoint() - add Chi2() for the chi2 equivalent for Likelihood FCN - change Fumili to do LineSearch if step is going too far away from the minimum - scale in Fumili maxfcn by 0.1. No need for lots of function calls git-svn-id: http://root.cern.ch/svn/root/trunk@14857 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14856 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14855 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14854 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
points behave now the same when they are interactively moved. git-svn-id: http://root.cern.ch/svn/root/trunk@14853 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add a protection in TF1::GetQuantiles. The problem was that on the tail of the Gaussian function both the linear and the quadratic coefficients of the parabolic local interpolation of the intregral were zero . A protection againt this case was missing . git-svn-id: http://root.cern.ch/svn/root/trunk@14852 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
a tiny improvement for the search - align search input, remove "search documentation" when focused. git-svn-id: http://root.cern.ch/svn/root/trunk@14851 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 25, 2006
-
-
Fons Rademakers authored
Fixing treatment of skippedfiles list in TProof::UploadDataSet. git-svn-id: http://root.cern.ch/svn/root/trunk@14850 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add protection against a null string git-svn-id: http://root.cern.ch/svn/root/trunk@14848 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
In GetRealData, correctly insert the '*' before the name of the left most data member. (This solves an issue tested in roottest/root/tree/address:deepnest) git-svn-id: http://root.cern.ch/svn/root/trunk@14847 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
(thanks Robert Hatcher) git-svn-id: http://root.cern.ch/svn/root/trunk@14846 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
* nicer ClassIndex, MODULE_Index, TypeIndex * short cuts to entries in the long list of classes * create links to MODULE_Indexes in ClassIndex * re-define what a root class is, and what a use class looks like - now RooFit classes are root classes, too (even though they don't start witha "T") * use style sheet, which is generated (and used) by MakeIndex * Root.Html.Search instroduced, * remove unused code git-svn-id: http://root.cern.ch/svn/root/trunk@14845 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
When resolving the ambiguity of reading a non-PID-enabled TRefTable, use the file's last read PID, not the one at position [all-1]. With that, I get exactly the same results for explicit and auto-loading. This patch is obviously binary compatible. git-svn-id: http://root.cern.ch/svn/root/trunk@14844 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
- Add controls for Vertical and Horizontal. git-svn-id: http://root.cern.ch/svn/root/trunk@14843 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14842 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14841 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
and used explicitly in the current dictionary. This allow proper support for a configuration where MyVector<double> AND MyVector<Double32_t> both have a dictionary (since the lookup is by C++ signature, only one of the GenerateInitInstance can be exported per se thus the need to disambiguate) git-svn-id: http://root.cern.ch/svn/root/trunk@14840 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14839 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14838 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14837 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14836 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14835 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
add IsInUse function in SMAtrix and Expression to create automatically a temporary object in operations like A = B * A git-svn-id: http://root.cern.ch/svn/root/trunk@14834 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Added the possibility to set the LDAP protocol default is and remains version 2 but the user can also choose to use version 3. git-svn-id: http://root.cern.ch/svn/root/trunk@14833 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
few modifications including a fix to a serious problem: in my last patch for TGeoPatternFinder.cxx class I removed by mistake a line resulting in the fact that no division on Z axis is seen anymore by tracking!! Few other modifications: - TGeoManager::Edit() to invoke the geometry builder plugin if existing (Mihaela) - few fixes in the painter for the case when the geometry is not closed - a small correction in TGeoManager related to MANY's git-svn-id: http://root.cern.ch/svn/root/trunk@14832 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
By default this member is set kTRUE. However when calling TFile::Write a considerable amount of time may be gained by setting this flag to kFALSE in case the file has a deep directory structure. git-svn-id: http://root.cern.ch/svn/root/trunk@14831 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
- avoid compiler warning while dictionary generation git-svn-id: http://root.cern.ch/svn/root/trunk@14830 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14829 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14828 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14827 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
drawn vertically or horizontally. It makes fX[Y]2 equal to fX[Y]1. The line length is kept. TArrow and TGaxis also get these functions by inheritance. git-svn-id: http://root.cern.ch/svn/root/trunk@14826 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14825 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14824 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
- avoid SegV on Windows when setting the tab background color git-svn-id: http://root.cern.ch/svn/root/trunk@14823 27541ba8-7e3a-0410-8455-c3a389f83636
-