swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
1854805 tags revision 23343 for ALICE. git-svn-id: http://root.cern.ch/svn/root/tags/v5-19-02a@23527 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2008, 16:01:15 UTC
e5cb666 Tag required by Alice git-svn-id: http://root.cern.ch/svn/root/tags/v5-19-02a@23383 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2008, 08:15:12 UTC
129067d Fix a compilation warning git-svn-id: http://root.cern.ch/svn/root/trunk@23382 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2008, 08:02:22 UTC
53bbc6a From Axel: add special treatment of libminicern: doesn't need libCore nor libCint. git-svn-id: http://root.cern.ch/svn/root/trunk@23381 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2008, 07:47:41 UTC
6e8b791 From Federico: Fixes for gcc4.3 git-svn-id: http://root.cern.ch/svn/root/trunk@23380 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2008, 07:41:07 UTC
18bbedf Extend support for size definition via suffix (e.g. 50M for 50 MBytes) to group quotas. A static function ToBytes has been introduced to avoid code duplications. Supported suffix are (case insensitive): k (kilo), m (mega), g (giga), t (tera) and p (peta). git-svn-id: http://root.cern.ch/svn/root/trunk@23379 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2008, 07:19:55 UTC
5457a86 Add a new function void TBranch::DeleteBaskets(Option_t* option) // Loop on all branch baskets. If the file where branch buffers reside is // writable, free the disk space associated to the baskets of the branch, // then call Reset(). If the option contains "all", delete also the baskets // for the subbranches. // The branch is reset. // NOTE that this function must be used with extreme care. Deleting branch baskets // fragments the file and may introduce inefficiencies when adding new entries // in the Tree or later on when reading the Tree. git-svn-id: http://root.cern.ch/svn/root/trunk@23378 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2008, 07:13:36 UTC
184fbaf From Eddy: Improve setting/restoring of fitters git-svn-id: http://root.cern.ch/svn/root/trunk@23377 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2008, 06:20:04 UTC
5a46e87 from Axel: Implement Projection() for non-uniform bins, too. Simplify and shorten the code considerably (combine projection targets TH1,2,3, THnSparse). Also fixes a bug with the projection target's title for THnSparse->THnSparse projections. git-svn-id: http://root.cern.ch/svn/root/trunk@23375 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 20:04:07 UTC
0e405e5 From Alja: structural improvements. git-svn-id: http://root.cern.ch/svn/root/trunk@23374 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 19:38:20 UTC
74eb37b From Bertrand: - Remove libminicern from libHbook map dependencies on Windows, as it is a static library, to avoid autoloading mechanism trying to load it (and complaining because it fails) git-svn-id: http://root.cern.ch/svn/root/trunk@23368 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 14:43:30 UTC
b1516c2 Forgot a warning git-svn-id: http://root.cern.ch/svn/root/trunk@23367 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 14:38:29 UTC
ed7177f Fix compilation warnings on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@23366 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 14:37:27 UTC
66191bf from Axel: Implement Merge() for THnSparse git-svn-id: http://root.cern.ch/svn/root/trunk@23365 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 14:19:12 UTC
dc5d11d Fix several compilation warnings on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@23364 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 14:12:26 UTC
ac1a3d2 Fix a compilation warning on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@23363 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 14:08:25 UTC
7e11eda Comment call to RZFREE git-svn-id: http://root.cern.ch/svn/root/trunk@23362 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 13:57:35 UTC
d8a78ff - Fix undefined (Windows). git-svn-id: http://root.cern.ch/svn/root/trunk@23361 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 13:52:32 UTC
1de8ab2 Add a few ignores (e.g. test/lib/) test_Reflex_generate now writes its very verbose output to a .testout file, which is then diffed with a .testref file. git-svn-id: http://root.cern.ch/svn/root/trunk@23360 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 13:15:08 UTC
8a813c1 Change F77LIBS definition for new minicern git-svn-id: http://root.cern.ch/svn/root/trunk@23356 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 11:20:44 UTC
c94d0e4 TEveFrameBox ============ Add support for arbitrary 2d frame shapes - user specifies individual points via SetQuadByPoints() function. See tutorials/eve/quad_test.C::quad_test_circ() for an example. tutorials/eve/quad_test.C ========================= quad_test() - Create frame-box, put all digits on z=0 and rotate so that the object is immediately visible. quad_test_circ() - Create circular frame around digits; populate the center of the circle as well. git-svn-id: http://root.cern.ch/svn/root/trunk@23355 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 11:17:06 UTC
429527d Silence a few MSVC /W4 warnings: declare unimplemented NameLookup copy c'tor, assignment op; remove unused code in Object. See Savannah #35527. git-svn-id: http://root.cern.ch/svn/root/trunk@23354 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 10:59:50 UTC
d4b54a1 Fix a compilation warning about unused argument mode git-svn-id: http://root.cern.ch/svn/root/trunk@23353 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 10:21:10 UTC
e1b08d4 Fix coding convention git-svn-id: http://root.cern.ch/svn/root/trunk@23352 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 10:13:07 UTC
149075b TGLViewer ========= Rename member 'EDragAction fAction' to 'fDragAction' to make its meaning clearer elsewhere. Skip drawing when viewport area is zero. TGLEventHandler =============== Fix compilation warning - which actually revealed a cut-n-paste bug. Consistently check and report existing drag-action for leave/enter-notify and focus-in/out events. Do NOT use 'kNone' but fully qualified enum entry from TGLViewer. git-svn-id: http://root.cern.ch/svn/root/trunk@23351 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 09:57:11 UTC
1f4c0d6 From Giovanni Petrucciani: speed up gendict considerably (he reports a factor 60) by implementing a cache for e.g. the normalize functions. git-svn-id: http://root.cern.ch/svn/root/trunk@23350 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 09:48:09 UTC
f3ddb92 Fix / update test suite: only 38 instead of 40 types ([u]longlong is gone); look for "ns::TestTemplatedSelectionClass<int,int,float>" because default template names are not evaluated by Reflex::Type() git-svn-id: http://root.cern.ch/svn/root/trunk@23349 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 09:45:37 UTC
a6da32a Add new member functions void SetClass(const char *classname,Int_t size=1000); void SetClass(const TClass *cl,Int_t size=1000); Set class is now called from the two TClonesArray constructors. The new functions are useful when a TClonesArray is a member of another class and the decision about the class to be put in the array can only be taken after the construction of the parent class. git-svn-id: http://root.cern.ch/svn/root/trunk@23348 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 09:22:15 UTC
f5ba24f From Bertrand: - Build static libminicern.lib on Windows - Remove dllexport declarations (not needed anymore) git-svn-id: http://root.cern.ch/svn/root/trunk@23347 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 08:35:37 UTC
77fc823 - Synchonize with Sasha Vasko's repository. Mostly addition for image pixelization and color to alpha functionality. git-svn-id: http://root.cern.ch/svn/root/trunk@23345 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 08:16:29 UTC
cc60dfb From Valeri Fine: - remove Q3PtrList, Q3ValuerList, Q3PointArray classes from Q3Support use QVector, QList, QQueue, QPolygon from the pure Qt4 instead. git-svn-id: http://root.cern.ch/svn/root/trunk@23343 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2008, 04:44:58 UTC
f3012f3 From Joerg: New test script git-svn-id: http://root.cern.ch/svn/root/trunk@23342 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2008, 13:11:36 UTC
193c0f3 From Joerg: Fixes for problems on Windows and Solaris. Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@23341 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2008, 12:49:40 UTC
85015ca don't include minicern. git-svn-id: http://root.cern.ch/svn/root/trunk@23339 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2008, 10:55:36 UTC
d6fd653 Remove duplicated files git-svn-id: http://root.cern.ch/svn/root/trunk@23338 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2008, 07:19:11 UTC
99c581e Remove reference to tzvers.f git-svn-id: http://root.cern.ch/svn/root/trunk@23337 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2008, 07:16:25 UTC
21b4085 Fixes for Windows git-svn-id: http://root.cern.ch/svn/root/trunk@23336 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2008, 06:44:09 UTC
2f6b5d6 From Bertrand: patch to build libminicern on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@23335 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2008, 18:42:52 UTC
7e73588 From Joerg Stelzer: The following list contains the changes since ROOT release 5.18/00 * Dataset preparation: o Preselection: Preselection cuts now work on arrays. Previously used TEventlists (only event wise pass/fail) were replaced by TreeFormulas (sensitive to array position). Thanks to Arnaud Robert (LPNHE) for his contributions. o Tree assignment to signal/background: Signal and background trees can now be assigned individually to training and test purposes. This is achieved by setting the third parameter of the Factory::AddSignalTree/AddBackgroundTree() methods to "Train" or "Test" (const string). The only restriction is that either none or all signal (background) trees need to be specified with that option. It is possible to mix the two modes, for instance one can assign individual training and test trees for signal, but not for background. o Direct tree building: For increased flexibility, users can also directly input signal and background, training and test events to TMVA, instead of letting TMVA interpret user-given trees. Note that either one of the two approaches must be chosen (no mix). The syntax of the new calls is described in the macros/TMVAnalysis.C test macro. --> The User runs the event loop, copies for each event the input variables into a std:vector, and "adds" them to TMVA, using the dedicated calls: factory->AddSignalTrainingEvent( vars, signalWeight ); (and replacing "Signal" by "Background", and "Training" by "Test"). After the event loop, everything continues as in the standard method. * Methods: o Simulated Annealing in Cuts,FDA: Entirely new Simulated Annealing (SA) algorithm for global minimisation in presence of local minima (optionally used in cut optimisation (MethodCuts) and the Function Discriminant (MethodFDA)). The SA algorithm features two approaches, one starting at minimal temperature (ie, from within a local minimum), slowly increasing, and another one starting at high temperature, slowly decreasing into a minimum. Code developed and written by Kamil Bartlomiej Kraszewski, Maciej Kruk and Krzysztof Danielowski from IFJ and AGH/UJ, Krakow, Poland. o Cuts: Added printouts, quoting the explicit cut application for given signal efficiency. In case of transformations of the input variables, the full expressions are given. Added warning to Fisher in case of variable normalisation. o Cuts: Added physical limits to min/max cuts if smart option is used. o BDT: removed hard-coded weight file name; now, paths and names of weight files are written as TObjStrings into ROOT target file, and retrieved for plotting; available weight files (corresponding to target used) can be chosen from pop-up GUI. o BDT: Changes in handling negative weights in BDT algorithm. Events with negative weights now get their weight reduced (*= 1/boostweight) rather than increased (*= boostweight) as the other events do. Otherwise these events tend to receive increasingly stronger boosts, because their effects on the separation gain are as if background events were selected as signal and vice versa (hence the events tend to be "wanted" in signal nodes, but are boosted as if they were misclassified). In addition, the separation indices are protected against negative S or S+B returning 0.5 (no separation at all) in case that occurs. o BDT: In addition there is a new BDT option to ignore events with negative event weights for the training. This option could be used as a cross check of a "worst case" solution for Monte Carlo samples with negative weights. Note that the results of the testing phase still include these events and are hence objective. o BDT: Added randomised trees: similar to the "Random Forests" technique of Leo Breiman and Adele Cutler, it uses the "bagging" algorithm and bases the determination of the best node-split during the training on a random subset of variables only, which is individually chosen for each split. o BDT: Move to TRandom2 for the "bagging" algorithm and throw random weights according to Poisson statistics. (This way the random weights are closer to a resampling with replacement algorithm.) o TMlpANN: Extended options to TMultilayerPerceptron learning methods. Added example for reader application: TMVApplication.py * GUI: o Parallel Coordinates: New GUI button for Parallel Coordinate plotting. * Application: o Added Python example for reader application: TMVApplication.py * Bug fixes: o TMlpANN: fixed crash with ROOT>=5.17 when using large number of test events; also corrected bias in cross validation: before the test events were used, which led to an overestimated performance evaluation in case of a small number of degrees of freedom; separate now training tree in two parts for training and validation with configurable ValidationFraction o Cuts: Corrected inconsistency in MethodCuts: the signal efficiency written out into the weight file does not correspond to the center of the bin within which the background rejection is maximised (as before) but to the lower left edge of it. This is because the cut optimisation algorithm determines the best background rejection for all signal efficiencies belonging into a bin. Since the best background rejection is in general obtained for the lowest possible signal efficiency, the reference signal efficiency is the lowest value in the bin. o Cuts: Fixed Cuts (optimisaton) method -> event with smallest value was not included in search for optimal cut (thanks to Dimitris Varouchas, LAL-Orsay, for helping us detecting the problem). o Genetic Algorithm: Corrected configurable random seed in GeneticAlgorithm (thanks to David Gonzalez Maline, CERN, for pointing this out) o GUI: Fixes in input-variable and MVA plotting: under/over-flow numbers given on plots were not properly normalised; the maximum histogram ranges have been increased to avoid cut-offs. Thanks to Andreas Wenger, Zuerich, for pointing these out. git-svn-id: http://root.cern.ch/svn/root/trunk@23334 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2008, 18:38:57 UTC
41bbc9b revert to the old version of cfortran.h in 5.19/02. The new version was OK for ROOT, but apparently with too many sides effects for many. Contact Federico.carminati@cern.ch for more details. git-svn-id: http://root.cern.ch/svn/root/trunk@23333 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2008, 14:03:12 UTC
2a9d4be explicitly include <functional> to improve portability git-svn-id: http://root.cern.ch/svn/root/trunk@23332 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2008, 10:20:36 UTC
6d68b69 No need to warn about multiple request for cintdlls inclusion, just ignore the new requests git-svn-id: http://root.cern.ch/svn/root/trunk@23331 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2008, 09:26:54 UTC
1b7bc1d x11ttf is needed in the static module. git-svn-id: http://root.cern.ch/svn/root/trunk@23330 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 23:48:59 UTC
6e2ff13 From Anar: - the SFind functor has been simplified and now become a fully copyable functor - added tests for the following cases: * TMap with std::for_each (Full iteration: from the Begin up to the End) * TMap with std::for_each (Partial iteration: from the Begin up to the 3rd element) * TMap with std::find_if * TMap with std::count_if - cosmetic changes git-svn-id: http://root.cern.ch/svn/root/trunk@23329 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 23:42:15 UTC
28fffc2 From Anar: iterators of TMap containers can now be used with std::for_each, std::find_if, std::count_if, and the like. git-svn-id: http://root.cern.ch/svn/root/trunk@23328 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 23:40:37 UTC
2d0f3ec no need to link stressIterators to the gui library git-svn-id: http://root.cern.ch/svn/root/trunk@23327 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 22:37:25 UTC
7610c8f Enable autoloading of the cintdlls. rlibmap.cxx: handle '#pragma create TClass' statements. TCint.cxx: Do not make the TClass a zombie if it points to an STL container without a CINT dictionary Avoid infinite recursion UpdateClassInfo TClass.cxx: Do not check the 'checksum' of an stl container's TStreamerInfo (it is always 0) Avoid infinite recursion TClass::Init git-svn-id: http://root.cern.ch/svn/root/trunk@23326 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 21:32:30 UTC
7c9c7c9 From Alja: In 2D lego mode set cell color logarithmically. Add new controls in several editors. git-svn-id: http://root.cern.ch/svn/root/trunk@23323 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 18:27:41 UTC
397b6d6 TEveUtil - do not prefix icon names with ROOTSYS/icons as TGClient::GetPicture() properly searches all relevant directories. TEveEventManager - add member functions RemoveNewEventCommand() and ClearNewEventCommands(). git-svn-id: http://root.cern.ch/svn/root/trunk@23321 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 18:15:27 UTC
a4ddc7c TGLEventHandler - grab mouse during drag operations. TGLSAViewer - fix typo in help text (extended in the last commit). git-svn-id: http://root.cern.ch/svn/root/trunk@23320 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 17:19:25 UTC
f68c546 In TGLViewer::SetEventHandler() propagate the changes to TGLWidget. Rename member TGLWidget* TGLViewer::fGLWindow to fGLWidget to correspond to class-name of the new low-level GL interface. git-svn-id: http://root.cern.ch/svn/root/trunk@23318 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 16:38:57 UTC
ac42337 From Federico: add a conditional statement trigerred if the variable EXTCOMDEF for a correct declaration of extern statements. This is important for Fortran packages having block data git-svn-id: http://root.cern.ch/svn/root/trunk@23313 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 11:07:21 UTC
e673446 The heavy version of TQueryResult must be removed after having being saved and the light object is created git-svn-id: http://root.cern.ch/svn/root/trunk@23312 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 11:06:57 UTC
1dabd5e add core version of the cint/stl location in the dynamic path git-svn-id: http://root.cern.ch/svn/root/trunk@23311 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 11:02:45 UTC
a47727d Fix a weird mem leak due to missing brackets in a nested if-else construct git-svn-id: http://root.cern.ch/svn/root/trunk@23310 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 10:22:33 UTC
6ecd584 From Bertrand: Add a message telling this macro is used compiled by alice_esd_split.C in case user try to execute .x SplitGLView.C git-svn-id: http://root.cern.ch/svn/root/trunk@23308 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 07:53:13 UTC
6f69a0d From Valeriy Onuchin: Including DirecShow headers conflicts with Windows4Root.h This patch fixes the problem. git-svn-id: http://root.cern.ch/svn/root/trunk@23307 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2008, 07:49:55 UTC
5b2ba66 Fix CollectionTree->Scan("reco_ee_et[][2]:reco_ee_et[0][2]") where reco_ee_et is a vector<vector<double>> See http://root.cern.ch/phpBB2/viewtopic.php?t=6536 git-svn-id: http://root.cern.ch/svn/root/trunk@23306 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 23:38:07 UTC
5692697 Fix compilation warning. git-svn-id: http://root.cern.ch/svn/root/trunk@23305 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 18:38:35 UTC
0d15eb5 From Alja: Fix palette in 2D view. git-svn-id: http://root.cern.ch/svn/root/trunk@23304 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 18:29:11 UTC
cbd5af0 work around CINT copy constructor deficiency git-svn-id: http://root.cern.ch/svn/root/trunk@23295 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 10:54:55 UTC
11aec56 Temporary fix for Windows git-svn-id: http://root.cern.ch/svn/root/trunk@23294 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 10:32:04 UTC
ef9b1c4 include the cint coreversion name in the install directory of the cint auxiliary files git-svn-id: http://root.cern.ch/svn/root/trunk@23293 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 10:28:50 UTC
31fa251 Add protections for includes on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@23292 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 10:07:01 UTC
10f1283 remove reference to full cernlib. git-svn-id: http://root.cern.ch/svn/root/trunk@23290 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 08:43:00 UTC
fcee0f0 Make sure that something has been processed before setting kIsDone git-svn-id: http://root.cern.ch/svn/root/trunk@23289 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 08:12:40 UTC
0e7b5d3 Fix a problem with formatting the missing files message git-svn-id: http://root.cern.ch/svn/root/trunk@23288 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 08:06:47 UTC
73679df Remove inclusion of an unused header file git-svn-id: http://root.cern.ch/svn/root/trunk@23287 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 08:05:52 UTC
c001fd8 Remove subroutine hntvar2. Not needed anymore with teh new zebra.f in minicern git-svn-id: http://root.cern.ch/svn/root/trunk@23286 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 07:40:36 UTC
36207c1 Remove g2rootold git-svn-id: http://root.cern.ch/svn/root/trunk@23285 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 07:33:22 UTC
8a5430c add missing dependencies one minicern. git-svn-id: http://root.cern.ch/svn/root/trunk@23284 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 07:22:26 UTC
f4be325 Remove the routine RZINK from g2root. The routine rzink in the new zebra.f includes a fix to this routine that never went to the official version in cernlib. git-svn-id: http://root.cern.ch/svn/root/trunk@23283 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 07:20:57 UTC
ddbd277 Add a new routine UCOPYI to copy vectors of integers. This routine is called in many places from the new version of zebra.f git-svn-id: http://root.cern.ch/svn/root/trunk@23282 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 07:11:38 UTC
d74eae3 Fix a long list of compilation warnings when integers or floats are used to call a routine expecting integers git-svn-id: http://root.cern.ch/svn/root/trunk@23281 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 07:10:38 UTC
48e5cff Fix a compiler warning about not initialized variable flag git-svn-id: http://root.cern.ch/svn/root/trunk@23280 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 07:09:44 UTC
4ca2738 Change mincern to minicern for the soname git-svn-id: http://root.cern.ch/svn/root/trunk@23277 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 06:25:13 UTC
872ccc0 From Bertrand: replace TProofFile by TProofOutputFile git-svn-id: http://root.cern.ch/svn/root/trunk@23276 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 06:09:09 UTC
7cdd0dd Replace the call to HBUG by a print statement git-svn-id: http://root.cern.ch/svn/root/trunk@23275 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 05:22:34 UTC
486cf0e prevent possible deref infinite loop git-svn-id: http://root.cern.ch/svn/root/trunk@23274 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 00:14:25 UTC
1f6026b use minicern instead of the full cernlib. Currently not yet enabled because still unresolved symbols. git-svn-id: http://root.cern.ch/svn/root/trunk@23273 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 00:12:46 UTC
7469ce4 first version of minicern Module.mk. git-svn-id: http://root.cern.ch/svn/root/trunk@23272 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 00:05:21 UTC
83a3974 set eol properties. git-svn-id: http://root.cern.ch/svn/root/trunk@23271 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 00:03:26 UTC
e9c368b fix compilation errors and warnings on Mac OS X. git-svn-id: http://root.cern.ch/svn/root/trunk@23270 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2008, 00:02:47 UTC
2f85bf6 naming and p2.2 fixups git-svn-id: http://root.cern.ch/svn/root/trunk@23269 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 23:18:18 UTC
7377e05 Also from Pere, a way of pickling any object that carries a TClass git-svn-id: http://root.cern.ch/svn/root/trunk@23268 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 21:39:09 UTC
a196619 Rename TProofFile as TProofOutputFile; TProofFile will be a real TFile to access the sandbox git-svn-id: http://root.cern.ch/svn/root/trunk@23267 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 21:28:49 UTC
4cae4a3 Warn the client in realtime that some files are missing and estimate the fraction of non-processed data git-svn-id: http://root.cern.ch/svn/root/trunk@23266 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 21:27:43 UTC
bcf1442 From Anar: fix in TObjArrayIter, fCurCursor was not properly initialized. Fixes crash seen in stressIterator. git-svn-id: http://root.cern.ch/svn/root/trunk@23265 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 21:21:45 UTC
e472643 From Alja: Rebin histogram in 2D if projection is small. git-svn-id: http://root.cern.ch/svn/root/trunk@23264 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 19:03:06 UTC
9008bb6 remove the _var prefix for the default leaf name of single numerical value git-svn-id: http://root.cern.ch/svn/root/trunk@23263 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 17:18:55 UTC
46fd408 Insure that the formula that are used as indices or as argument to special functions have their branch(es) loaded once. This fixes http://root.cern.ch/phpBB2/viewtopic.php?p=27080#27080 git-svn-id: http://root.cern.ch/svn/root/trunk@23262 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 17:03:13 UTC
6bd9387 From Christophe Delaere: Add a new method in the C++ exported NN function that takes an array as input. git-svn-id: http://root.cern.ch/svn/root/trunk@23260 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 15:49:05 UTC
f6bd7dd From Bertrand: - Put the secondary (small) embedded GL viewers inside dockable frame git-svn-id: http://root.cern.ch/svn/root/trunk@23259 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 15:46:37 UTC
63ff096 Add a new directory with all the necessary files used by h2root, g2root and the THbookxxx classes such that we can get rid of cernlib and associated installation problems. Most of the work by Olivier. Remains to implement the Module.mk to build minicern.a git-svn-id: http://root.cern.ch/svn/root/trunk@23257 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 14:54:55 UTC
2913b03 From Bertrand: - Introduced the fFixedSize option, to let user choose if the undocked frame may be resized or not (users request) - Keep the (fixed) original docked frame size when undocked (i.e. for menus and toolbars) git-svn-id: http://root.cern.ch/svn/root/trunk@23256 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 14:13:50 UTC
4a08fcd ignore TrackMathCoreDict.*. git-svn-id: http://root.cern.ch/svn/root/trunk@23255 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 13:59:09 UTC
5fb4b7f move table to misc. git-svn-id: http://root.cern.ch/svn/root/trunk@23254 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 13:35:01 UTC
3636481 Make 'public' the functions used directly the external ALICE daemon git-svn-id: http://root.cern.ch/svn/root/trunk@23253 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 11:57:49 UTC
3569c9e Correct the drawing of "X[1]:X[5]" when X is a vector< vector<float> > and X[1].size()!=X[5].size(). (reported at http://root.cern.ch/phpBB2/viewtopic.php?p=27070) git-svn-id: http://root.cern.ch/svn/root/trunk@23252 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 10:49:44 UTC
1becb61 From Valeri Fine: Replace Q3Support classes with the “pureQt4 objects git-svn-id: http://root.cern.ch/svn/root/trunk@23251 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2008, 10:28:21 UTC
back to top