
2008-01-16 21:30 brun * [r21745] base/inc/RVersion.h, build/version_number: Stamp production version 5.18/00 2008-01-16 20:47 pcanal * [r21744] io/inc/TContainerConverters.h, io/inc/TGenCollectionStreamer.h, io/inc/TMakeProject.h, io/src/TBufferFile.cxx, io/src/TContainerConverters.cxx, io/src/TFile.cxx, io/src/TGenCollectionStreamer.cxx, io/src/TMakeProject.cxx, io/src/TStreamerInfo.cxx, meta/src/TStreamerElement.cxx: Correct the schema evolution from a map<A,B> to a (non map, non multimap) collection of pair<A,B> (i.e vector<pair<A,B> >) when it is held by value in an object (as opposed to by pointer). Conversion from vector<pair<A<B> > to map<A,B> is now explicitly disabled (i.e. the vector will not be read). Conversion for a map<A,B>* to a vector<pair<A,B> >* is now explicitly disabled (i.e. the map will not be read). TFile::MakeProject has been updated to generate the needed dictionary for the pair. 2008-01-16 19:49 brun * [r21743] tutorials/eve/alice_esd.C: From Matevz: retain track_container across several events so the user settings remain the same. Rename variable 'TEveTrackPRopagator* rnrStyle' to trkProp. 2008-01-16 19:48 brun * [r21742] eve/src/TEveTrack.cxx: From Matevz: TEveTrack::SetAttLineAttMarker(TEveTrackList* tl): also copy the state of fRnrPoints and fRnrLines flags. 2008-01-16 19:04 brun * [r21741] io/src/TFile.cxx: Change MAKE to MAKEP on Windows too. 2008-01-16 18:28 brun * [r21739] tutorials/eve/alice_esd.C: From Bertrand, Matevz, Rene: Improved version with documentation and running on all systems. 2008-01-16 18:26 brun * [r21738] io/src/TFile.cxx: In TFile::MakeProject change the name of the small generated makefile MAKE to MAKEP. The reason is that MACOSX is not case sensitive and when calling gSystem->Exec, make instead of MAKE was called (depending on the search path). We intend to replace the MAKEP par a direct use of ACLIC instead. 2008-01-16 17:12 rdm * [r21737] Makefile: in distclean clean up the cache directories "files" in tutorials and also tutorials/eve/aliesd. 2008-01-16 17:02 rdm * [r21736] net/inc/TWebFile.h, net/src/TWebFile.cxx: correct comment that mentioned a "modified" apache is needed, which is not the case anymore. 2008-01-16 16:54 brun * [r21735] io/src/TFile.cxx, io/src/TStreamerInfo.cxx, tutorials/eve/alice_esd.C: from Bertrand and Axel: * fix MakeProject build (also, but not only on windows): - replace $Opt by opt / debug (whatever the ROOT build is), - include dict in generated source instead of having to deal with two dources = two object files (which is not really supported by the ACLiC-like build commands) * Always write out a class version higher thn what we are trying to reproduce. E.g. in case of members of type enum (which are generated as members of type int), the checksum equality check will fail, and a complaint ("increase the class version!") will be printed otherwise. 2008-01-16 16:23 brun * [r21734] treeplayer/src/TTreePlayer.cxx: From Jan: Fixed 4 typos in comments in generated selectors. 2008-01-16 16:21 brun * [r21733] eve/src/TEveTransEditor.cxx: From Alja: fixed the TEveTransEditor so that it does not evoke scroll-bars with standard editor width. 2008-01-16 15:56 matevz * [r21732] tutorials/eve/alice_esd.C: New tutorial demonstrating standalone visualization of ALICE ESD. TFile::MakeProject() is used to generate the header files and distionaries of used ALICE classes. 2008-01-16 15:16 brun * [r21731] treeplayer/src/TTreeIndex.cxx: Fix an unfortunate error in the documentation of the TTreeIndex constructor reported by David Chamont at :http://root.cern.ch/phpBB2/viewtopic.php?t=6036 2008-01-16 11:38 brun * [r21730] roofitcore/src/RooAbsOptTestStatistic.cxx: From Wouter: Protect against null strings 2008-01-16 09:38 brun * [r21729] tutorials/geom/geomD0.C: Add new tutorial showing the D0 detector 2008-01-16 06:28 brun * [r21728] tutorials/geom/geomAtlas.C, utils/src/rootcint.cxx: Fix coding conventions 2008-01-16 05:39 pcanal * [r21727] cint/src/v6_ifunc.cxx: From Paul: Change the behavior of G__get_methodhandle() when passed withConversion == 0. The old behavior was to call G__get_ifunchandle_base() with a match parameter of G__EXACT, and if that failed then try to instantiate a function template, with exact match, and if that failed then loop calling G__get_ifuncandle_base() with parameters from G__EXACT up to and including G__STDCONV. This meant that we could match a function that did not exactly match the passed prototype (and we called with G__EXACT twice!). The new behavior is to return in failure if the function template instantiation attempt fails to find a match, the loop trying the integral promotions and standard conversions is not done. So we must match the passed prototype exactly (unless the template instantiation codes does something weird we do not know about). This fixes: http://root.cern.ch/phpBB2/viewtopic.php?p=24563 2008-01-16 05:38 pcanal * [r21726] treeplayer/src/TTreeProxyGenerator.cxx: Mark the function declared outside of the class declaration as inline. Use the correct header file name for multimap and multiset 2008-01-16 05:37 pcanal * [r21725] meta/src/TStreamerElement.cxx: Once reloading a TStreamerElement for a basic type, we must reset fSize to match the sizeof. This is a problem for emulated classes as shown by running valgrind on roottest/root/tree/addresses/runursula.C 2008-01-15 21:40 rdm * [r21724] asimage/src/TASImage.cxx, pyroot/src/TPyClassGenerator.cxx: fix strict-aliasing warnings. 2008-01-15 21:39 rdm * [r21723] cint/Module.mk: suppress strict aliasing warnings from gcc4strm. 2008-01-15 17:51 brun * [r21722] tutorials/eve/geom_cms.C: From Matevz: New tutorial showing CMS geometry. 2008-01-15 17:34 rdm * [r21721] unix/src/TUnixSystem.cxx: add specific code for MacOS X to get all .dylib's against which the application is linked. This should fix the long standing problem of hadd failing. It uses _dyld_register_func_for_add_image() API from dyld(3). 2008-01-15 17:29 rdm * [r21720] rpdutils/src/net.cxx: use static_cast<> instead of reinterpret_cast<>. 2008-01-15 17:28 rdm * [r21719] base/src/TSystem.cxx: typo in comments. 2008-01-15 17:10 brun * [r21718] gl/inc/TGLClipSetEditor.h, gl/src/TGLClipSetEditor.cxx, gl/src/TGLSAViewer.cxx, gl/src/TGLViewer.cxx, gl/src/TGLViewerEditor.cxx: From Matevz: Added tooltip for scene-render timeouts. Small improvement of manipulator description in help-text. Added reset button for current clip. 2008-01-15 17:08 brun * [r21717] tree/src/TTree.cxx: From Jan: Fix two typos in comments of TTree::MakeSelector 2008-01-15 16:54 rdm * [r21716] pyroot/Module.mk: From Axel: patch allowing to use Python >= 2.5 on Windows (sic). For the record: from http://docs.python.org/whatsnew/ports.html: .dll is no longer supported as a filename extension for extension modules. .pyd is now the only filename extension that will be searched for. (no comments) Thanks to Wim for pointing out this. 2008-01-15 15:30 brun * [r21715] clib/src/mmtrace.c, config/Makefile.win32: From Axel: Fix several warnings for Windows 2008-01-15 11:12 moneta * [r21713] minuit/src/TFitter.cxx, minuit/src/TLinearFitter.cxx: - fix a bug in getting the confidence intervals in an histogram of TGraph2D - use the 2-side confidence interval for the passed values in the methods not the 1 side. 2008-01-15 10:34 brun * [r21712] io/src/TMakeProject.cxx, treeplayer/src/TTreeFormula.cxx: From Gerri: The trunk is currently broken on SLC3 because the recently introduced usage of 'tolower' in treeplayer/src/TTreeFormula.cxx and 'isdigit' in io/srcTMakeProject.cxx require the inclusion of 'ctype.h'. 2008-01-15 10:06 brun * [r21711] test/stressGeometry.cxx: In WriteRef remove the TVectorD allocated in the stack from Tree.GetUserInfo 2008-01-15 08:43 ganis * [r21710] proofd/inc/XrdProofSched.h: Include XrdProofdAux.h to fully define XrdProofdDirective; this class is used in the hash table and the forward declaration is not sufficient. This should also fix a compilation problem on macosx 10.3 . 2008-01-15 08:07 pcanal * [r21709] treeplayer/inc/TBranchProxy.h: remove warning 2008-01-15 08:04 pcanal * [r21708] treeplayer/inc/TBranchProxy.h, treeplayer/inc/TBranchProxyTemplate.h, treeplayer/src/TBranchProxyClassDescriptor.cxx: Prevent ambiguity regarding operator[] 2008-01-15 05:36 pcanal * [r21707] treeplayer/src/TBranchProxyClassDescriptor.cxx: readd operator* to allow access to vector<vector<double> > 2008-01-15 00:18 rdm * [r21706] base/Module.mk: also suppress strict-alias warnings in TContextMenu.cxx under g++ 4.1. 2008-01-14 23:00 pcanal * [r21705] treeplayer/inc/TBranchProxyTemplate.h: remove superflous typename keyword (fatal with gcc but works with microsoft C++) 2008-01-14 22:52 pcanal * [r21704] treeplayer/inc/TBranchProxyClassDescriptor.h, treeplayer/inc/TBranchProxyTemplate.h, treeplayer/src/TBranchProxyClassDescriptor.cxx, treeplayer/src/TTreeProxyGenerator.cxx: more fixes for vector<double> and vector<vector<double> > 2008-01-14 20:29 brun * [r21703] gl/src/TGLViewerEditor.cxx: From Bertrand: - Fix a problem of TGLViewerEditor labels not being displayed on Windows 2008-01-14 18:55 matevz * [r21702] gl/inc/TGLBoundingBox.h, gl/inc/TGLContextPrivate.h, gl/inc/TGLScene.h, gl/inc/TGLSceneBase.h, gl/inc/TGLViewer.h, gl/inc/TGLViewerEditor.h, gl/inc/TGLWidget.h, gl/src/TF2GL.cxx, gl/src/TGLAxis.cxx, gl/src/TGLCamera.cxx, gl/src/TGLLogicalShape.cxx, gl/src/TGLScene.cxx, gl/src/TGLSceneBase.cxx, gl/src/TGLTF3Painter.cxx, gl/src/TGLUtil.cxx, gl/src/TGLViewer.cxx, gl/src/TGLViewerBase.cxx, gl/src/TGLViewerEditor.cxx, gl/src/TH2GL.cxx: In TGLScene/TGLViewer add two timeouts for high-quality and low-quality (during rotation etc) scene rendering. Expose both time limits via TGLViewerEditor. In TGLCamera::OfInterest() remove redundant test for physical-shape bbox volume and optimize the remaining bbox diagonal length test. Remove blanks from the eols. 2008-01-14 17:24 rdm * [r21701] base/Module.mk: silence type-punned warning in TString.cxx for gcc 4.1. 2008-01-14 17:15 ganis * [r21700] xrootd/src/xrootd-20071116-0000.src.tgz: From Bertrand: - Silence a few more warnings: LNK4006: __NULL_IMPORT_DESCRIPTOR already defined [...]; second definition ignored LNK4221: no public symbols found; archive member will be inaccessible (only with MSVC++ > 7.1) 2008-01-14 16:26 brun * [r21699] clib/src/mmcheck.c: From Axel: Fixes mmcheck warnings on Windows. 2008-01-14 15:57 brun * [r21698] geom/src/TGeoPgon.cxx: From Andrei: Add a protection in TGeoPgon::Safety found by running stressGeometry under valgrind by Axel. 2008-01-14 15:56 axel * [r21697] reflex/python/genreflex/genreflex.py: cl puts its version info into cerr; capture it from there (instead of issuing a warning). 2008-01-14 15:49 brun * [r21695] tree/src/TTree.cxx: From Jan: Fix a typo in documentation 2008-01-14 14:56 couet * [r21693] test/stressGraphics.ref: - small adjusment for Mac. 2008-01-14 14:00 rdm * [r21691] config/Makefile.win32: From Axel: cint\src\bc_exec.cxx(305) : warning C4297: 'G__bc_exec_throw_bytecode' : function assumed not to throw an exception but does is fixed in >= MSVC2003 by correcting -GX or -EHa to -EHsc- ("exceptions only generated by throw(), even extern C functions can throw"). With -GX, extern C functions are not allowed to throw(). -EHa was used for >= MSVC2005, even though it's not appropriate (my mistake). 2008-01-14 13:59 rdm * [r21690] config/thisroot.sh: From Axel: nly windowsify ROOTSYS if != win32gcc. 2008-01-14 13:18 brun * [r21689] tmva/src/Configurable.cxx, tmva/src/FitterBase.cxx, tmva/src/MethodBase.cxx, tmva/src/PDF.cxx, tmva/src/Reader.cxx, tmva/src/TNeuron.cxx: Remove warnings like :"warning C4355: 'this' : used in base member initializer list" by adding a pragma statement. 2008-01-14 12:32 ganis * [r21686] xrootd/src/xrootd-20071116-0000.src.tgz: From Bertrand and me: - Fix a few other compilation warnings - Add support for MSVC++9.0 (.NET 2008) 2008-01-14 12:30 ganis * [r21685] xrootd/Module.mk: From Bertrand: fix warning "LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs;" when building root in debug mode with the option --disable-winrtdebug 2008-01-14 11:34 brun * [r21683] tmva/src/Configurable.cxx, tmva/src/FitterBase.cxx, tmva/src/MethodBase.cxx, tmva/src/PDF.cxx, tmva/src/Reader.cxx, tmva/src/TNeuron.cxx: Undo previous changes. 2008-01-14 11:20 brun * [r21681] tmva/src/Reader.cxx: Fix a remaining warning 2008-01-14 11:09 brun * [r21680] tmva/src/Configurable.cxx, tmva/src/FitterBase.cxx, tmva/src/MethodBase.cxx, tmva/src/PDF.cxx, tmva/src/Reader.cxx, tmva/src/TNeuron.cxx: Fix warnings on Windows of the type: "warning C4355: 'this' : used in base member initializer list" 2008-01-14 11:08 brun * [r21679] hbook/src/THbookFile.cxx: Fix compiler warning 2008-01-14 10:29 ganis * [r21678] rpdutils/src/net.cxx: fix type-punned warning 2008-01-14 09:35 rdm * [r21676] net/src/TMessage.cxx: fix type-punned warning. 2008-01-14 09:28 rdm * [r21675] tmva/inc/MethodCuts.h, tmva/inc/TActivationIdentity.h, tmva/src/MethodCuts.cxx, tmva/src/MethodVariable.cxx: fix warning: empty body in an if-statement 2008-01-14 08:07 brun * [r21674] x3d/src/x3d.c: Fix 23 warnings: "dereferencing type-punned pointer will break strict-aliasing rules" 2008-01-14 07:59 brun * [r21673] castor/src/TCastorFile.cxx: Fix 3 warnings: "dereferencing type-punned pointer will break strict-aliasing rules" 2008-01-14 07:55 brun * [r21672] table/src/TTableSorter.cxx: Fix warning: "dereferencing type-punned pointer will break strict-aliasing rules" 2008-01-14 07:53 brun * [r21671] asimage/src/TASImage.cxx: Fix warnings: dereferencing type-punned pointer will break strict-aliasing rules" 2008-01-14 07:38 brun * [r21670] treeplayer/src/TTreePlayer.cxx: Fix documentation errors in TTreePlayer::DrawSelect 2008-01-13 14:06 wouter * [r21669] roofit/src/RooNDKeysPdf.cxx: o RooNDKeysPdf - Add class documentation and document constructors 2008-01-13 14:06 wouter * [r21668] roofitcore/inc/RooSharedPropertiesList.h, roofitcore/src/RooFFTConvPdf.cxx, roofitcore/src/RooRealVar.cxx, roofitcore/src/RooSharedPropertiesList.cxx, roofitcore/src/RooWorkspace.cxx: o RooSharedPropertiesList - Extend registerProperties() to take additional argument to control deletion of incoming duplicate objects o RooRealVar - Use deletion control argument of registerProperties() in streamer o RooWorkspace - When importing data, check if observable is already imported before attempting (eliminates superfluous ERROR message) o RooFFTConvPdf - Add more detailed instructions of installation and use of FFTW package with ROOT in class documentation 2008-01-13 12:40 brun * [r21667] main/src/pmain.cxx, main/src/proofserv.sh: From Gerri: - improved description for the usage of PROOF_INITCMD - improve notification when when using dynamic environment settings fixes: issue on the PROOF forum (21 Dec 2007: 'change environment variables in proof') 2008-01-13 12:39 brun * [r21666] proof/src/TProofServ.cxx: From Gerri: - remove <package>/PROOF-INF/proofvers.txt when updating the package tarball - save again the MD5 if the package is rebuilt - fix bug in adding standard paths to PATH fixes: bug #32529 2008-01-13 12:39 brun * [r21665] netx/inc/TXNetFile.h, netx/src/TXNetFile.cxx: From Gerri: - fix problem with setting the xrootd cache parameters per instance fixes: problem reported privately by ALICE 2008-01-13 12:38 brun * [r21664] auth/Module.mk, auth/src/AFSAuth.cxx, config/Makefile.in, configure: From Gerri: - improved configuration of AFS - add support for AFS >= 1.4.5 (current stable version) fixes: bug #32552 2008-01-13 12:37 brun * [r21663] xrootd/Module.mk: From Gerri: - fix a problem with trasmission of non-default AFS and SSL include directories fixes: bug #32450 2008-01-13 12:35 brun * [r21662] xrootd/src/xrootd-20071116-0000.src.tgz: From Gerri: 1. xrootd/src/xrootd-20071116-0000.src.tgz - fix several warnings from gcc >= 4.1.1 and windows VC compilers - improved configuration of AFS (fixes bug #32552) 2008-01-13 06:07 pcanal * [r21661] treeplayer/src/TTreeProxyGenerator.cxx: use a better proxy type for the top level vector of fundamental type 2008-01-13 04:18 pcanal * [r21660] treeplayer/src/TBranchProxyClassDescriptor.cxx, treeplayer/src/TBranchProxyDescriptor.cxx, treeplayer/src/TTreeProxyGenerator.cxx: fix support for std::vector of fundamental help in a top level branch 2008-01-13 00:25 pcanal * [r21659] tree/src/TBranchElement.cxx: Remove a few TBasket creations that are no longer needed (this was a memory leak 2008-01-13 00:08 pcanal * [r21658] io/src/TMakeProject.cxx: coding conventions 2008-01-12 17:14 brun * [r21657] tutorials/fit/fitExclude.C: Remove the two created functions from the list of global functions. To avoid a double delete when TROOT destructor is called. 2008-01-12 09:08 pcanal * [r21656] cint/src/v6_ifunc.cxx, meta/src/TClass.cxx: cint: From Scott Snyder, remove a memory leak in G__make_ifunctable See http://savannah.cern.ch/bugs/?32609 from details meta: In BuildRealData, in addition to forcing the build of the list of real data for the base classes, we need to force the build of the list of real data for the type of the data member which are embedded objects. Their type could also inherits from an abstract base class. This solves a problem where the list of real data of an abstract class was requested before the same list was requested for one of the derived class. For example this cases occurs if you have a tree with a branch containing a split vector<Contained> and Contained has a sub-object whose class inherits from an abstract which contains data members. In this case, the derived class's list of real data was never constructed because there is no BranchElement actually holding 'just' the embedded object (this conceptual branch has been unrolled). See the 'abstract' test in roottest/root/tree/split 2008-01-12 04:58 pcanal * [r21655] tree/src/TLeafL.cxx: correct typo in comment 2008-01-12 04:55 pcanal * [r21654] tree/src/TLeafL.cxx: Correct the sizeof long long leaf data 2008-01-11 20:23 matevz * [r21653] eve/inc/LinkDef.h, eve/inc/TEveGLUtil.h, eve/inc/TEveLineGL.h, eve/inc/TEveStraightLineSetGL.h, eve/inc/TEveTrackGL.h, eve/src/TEveGLUtil.cxx, eve/src/TEveLineGL.cxx, eve/src/TEveStraightLineSetGL.cxx, eve/src/TEveTrackGL.cxx, eve/src/TEveTrackProjectedGL.cxx, eve/src/TEveTriangleSetGL.cxx, gl/inc/TGLRnrCtx.h, gl/inc/TGLUtil.h, gl/inc/TPointSet3DGL.h, gl/src/TGLRnrCtx.cxx, gl/src/TGLUtil.cxx, gl/src/TPointSet3DGL.cxx, tutorials/eve/lineset_test.C, tutorials/eve/pointset_test.C: Move code for rendering of poly-markers and poly-lines from TEveGLUtil to TGLUtil and remove TEveGLUtil class. Extend picking region also for fat lines so that lines can be picked also on their edges not only at the very center. Fix rendering of anitaliased points in TEveStraightLineSetGL. Honour wireframe and outline modes in TEveTriangleSetGL. Add new tutorial pointset_test.C. 2008-01-11 17:13 matevz * [r21652] eve/inc/TEveManager.h, eve/src/TEveBrowser.cxx, eve/src/TEveElement.cxx, eve/src/TEveGedEditor.cxx, eve/src/TEveGeoNode.cxx, eve/src/TEveManager.cxx, eve/src/TEveProjectionManager.cxx, eve/src/TEveTrack.cxx, eve/src/TEveTrackEditor.cxx, eve/src/TEveViewer.cxx: Cleanup includes in TEveManager.h and add them in cxx files that actually need them. 2008-01-11 17:11 matevz * [r21651] gl/inc/TGLOrthoCamera.h, gl/inc/TGLSAViewer.h, gl/inc/TGLViewer.h, gl/src/TGLOrthoCamera.cxx, gl/src/TGLSAViewer.cxx, gl/src/TGLViewer.cxx: Introduce option for toggling dolly/zoom behaviour for orthographic camera. Expose this and optional rotation in ortho camera via menu entries in TGLSAViewer. 2008-01-11 16:53 couet * [r21650] histpainter/src/TPainter3dAlgorithms.cxx: - Implement option "0" for polar coordinates. 2008-01-11 16:19 brun * [r21649] clib/src/snprintf.c: From Axel: Don't compile clib's snprintf implementation if it's not used. Removes warning on linux AMD64 (pointer conversion) as a side-effect. Until now, we were compiling snprintf.c even though we did not use its functions (we re-#defined them to e.g. r__snprintf so they don't clash with glibc's). This patch skips the functions (#if...#endif) if clib's snprintf is not needed on the platform. I have tested it on MSVC 7.1, 9.0, linux AMD64. 2008-01-11 16:16 couet * [r21648] histpainter/inc/Hoption.h, histpainter/src/THistPainter.cxx, histpainter/src/TPainter3dAlgorithms.cxx: - When used with any LEGO option, the option "0" allows to not draw the empty bins. 2008-01-11 15:55 moneta * [r21646] mathcore/inc/Math/GenVector/Transform3D.h, mathcore/inc/Math/GenVector/Translation3D.h, mathcore/src/Transform3D.cxx, mathcore/test/testGenVector.cxx: - add methods to make a Transform3D class from any rotation type (request from LHCb) - add also test for these new methods 2008-01-11 15:52 matevz * [r21645] tutorials/eve/geom_alias.C, tutorials/eve/geom_alice_its.C, tutorials/eve/geom_alice_tpc.C, tutorials/eve/geom_atlas.C, tutorials/eve/geom_default.C: New tutorials demonstrating how to display TGeo geometries in Eve. 2008-01-11 15:51 matevz * [r21644] eve/inc/TEveManager.h, eve/src/TEveManager.cxx: Do not check if geometry file is readable before calling TGeoManager::Import() as it does not work for remote files (http in particular). Add option to assign aliases for geometries and to specify the default geometry. 2008-01-11 15:48 matevz * [r21643] gl/src/TGLClipSetEditor.cxx: In SetModel() fully update the clip state in case it was changed from outside. 2008-01-11 14:55 rdm * [r21642] tree/inc/TVirtualTreePlayer.h: correct class description comment. 2008-01-11 14:23 rdm * [r21641] meta/src/TCint.cxx: small typos in comments. 2008-01-11 14:20 rdm * [r21640] etc/valgrind-root.supp: From Axel: Suppress bogus valgrind report on CINT's G__rate_parameter_match. 2008-01-11 10:48 brun * [r21639] hist/src/THnSparse.cxx: From Silvia Arcelli: in projections, reset TAxis::kAxisRange bit instead of manually bringing the coordinates into range for the target dimensions. 2008-01-11 10:38 moneta * [r21638] mathmore/test/Makefile, mathmore/test/UnuRanDist.h: fix a Windows compilation problem in the tests 2008-01-11 09:56 moneta * [r21637] mathmore/inc/Math/Interpolator.h, mathmore/src/GSLInterpolator.cxx, mathmore/src/GSLInterpolator.h, mathmore/src/Interpolator.cxx, mathmore/test/testInterpolation.cxx: - add possibility to set data in interpolation object after having constructed (request expressed at http://root.cern.ch/phpBB2/viewtopic.php?t=5978 ) - use now as default CSPLINE - add also some clean-up of the GSLINterpolator class. 2008-01-11 08:26 brun * [r21636] io/src/TMakeProject.cxx: Fix a compiler warning and coding conventions 2008-01-10 21:58 pcanal * [r21633] cint/lib/dll_stl/cmplx.h, cint/src/v6_struct.cxx, meta/src/TCint.cxx: cint: add option noerror==4 to G__defined_tagname: only check for existing classes, no typedefs. Use that when returning the auto-load libraries for a class. cint: add missing update from cint v5-16-29 TCint: re-enable check for declaring class in rootmap setter, reverting r21611 to r21609. 2008-01-10 21:03 pcanal * [r21632] clib/src/snprintf.c: undo 21610 2008-01-10 20:03 wouter * [r21631] roofitcore/Module.mk, roofitcore/inc/LinkDef2.h, roofitcore/inc/RooAbsCategory.h, roofitcore/inc/RooAbsPdf.h, roofitcore/inc/RooAbsReal.h, roofitcore/inc/RooBinning.h, roofitcore/inc/RooErrorVar.h, roofitcore/inc/RooHistError.h, roofitcore/inc/RooNormListManager.h, roofitcore/inc/RooNormManager.h, roofitcore/inc/RooNumber.h, roofitcore/inc/RooPlot.h, roofitcore/inc/RooRealVar.h, roofitcore/src/RooAbsCategory.cxx, roofitcore/src/RooAbsPdf.cxx, roofitcore/src/RooAbsReal.cxx, roofitcore/src/RooBanner.cxx, roofitcore/src/RooCurve.cxx, roofitcore/src/RooDataSet.cxx, roofitcore/src/RooHistError.cxx, roofitcore/src/RooNormListManager.cxx, roofitcore/src/RooNormManager.cxx, roofitcore/src/RooNumConvolution.cxx, roofitcore/src/RooNumber.cxx, roofitcore/src/RooPlot.cxx, roofitcore/src/RooRangeBinning.cxx, roofitcore/src/RooResolutionModel.cxx, roofitcore/src/RooStreamParser.cxx, roofitcore/src/RooTreeData.cxx: *********************************************************************** * NOTE: THE FOLLOWING FILES MUST BE REMOVED BY HAND AFTER THIS COMMIT * * WHEN UPDATING AN EXISTING RELEASE AREA * * * * include/RooNormManager.h * * include/RooNormListManager.h * * roofitcore/src/RooNormManager.o * * roofitcore/src/RooNormManager.d * * roofitcore/src/RooNormListManager.o * * roofitcore/src/RooNormListManager.d * * * *********************************************************************** o RooNormListManager, RooNormManager - Removed, now obsolete. Replacement is RooObjCacheManager o RooNumber - Add non-inlined accessor function infinity() to replace static double inifinity to fix Windows linked problems o RooStreamParser, RooCurve, RooRangeBinning, RooNumConvolution RooHistError, RooTreeData, RooRealVar, RooBinning, RooErrorVar - Follow migration of RooNumber::infinity() o RooPlot - Fix SetTitle() o RooDataSet - Initialize wgtVar ptr in default ctor o RooAbsReal - Redesign scheme to import non-double TTree branches to RooAbsReal buffer to fix gcc warnings on strict aliasing rules for type-punned pointers. o RooAbsPdf - Make globalSelectComp() non-inline to avoid Windows linking problems. o RooResolutionModel - Fix crash in use of resolution models when completely const-optimized by deleting _norm pointer on a serverRedirect. o RooAbsCategory - Redesign scheme to import non-integer TTree branches to RooAbsReal buffer to fix gcc warnings on strict aliasing rules for type-punned pointers. o LinkDef2.h, Module.mk - Remove classes RooNormManager, RooNormListManager o RooBanner - Increment version tag to 2.31 2008-01-10 19:40 brun * [r21630] tmva/inc/BinaryTree.h, tmva/inc/Config.h, tmva/inc/DataSet.h, tmva/inc/DecisionTree.h, tmva/inc/Event.h, tmva/inc/IMetric.h, tmva/inc/LinkDef.h, tmva/inc/MethodANNBase.h, tmva/inc/MethodBDT.h, tmva/inc/MethodBase.h, tmva/inc/MethodBayesClassifier.h, tmva/inc/MethodCFMlpANN.h, tmva/inc/MethodCommittee.h, tmva/inc/MethodCuts.h, tmva/inc/MethodFDA.h, tmva/inc/MethodFisher.h, tmva/inc/MethodHMatrix.h, tmva/inc/MethodKNN.h, tmva/inc/MethodLikelihood.h, tmva/inc/MethodMLP.h, tmva/inc/MethodPDERS.h, tmva/inc/MethodRuleFit.h, tmva/inc/MethodSVM.h, tmva/inc/MethodSeedDistance.h, tmva/inc/MethodTMlpANN.h, tmva/inc/MethodVariable.h, tmva/inc/ModulekNN.h, tmva/inc/Reader.h, tmva/inc/SeedDistance.h, tmva/inc/SeparationBase.h, tmva/inc/SimulatedAnnealingFitter.h, tmva/inc/TActivationIdentity.h, tmva/inc/TNeuronInputAbs.h, tmva/inc/TNeuronInputSqSum.h, tmva/inc/TNeuronInputSum.h, tmva/inc/Types.h, tmva/inc/VariableDecorrTransform.h, tmva/inc/VariableIdentityTransform.h, tmva/inc/VariablePCATransform.h, tmva/inc/VariableTransformBase.h, tmva/inc/Version.h, tmva/src/BinarySearchTree.cxx, tmva/src/BinarySearchTreeNode.cxx, tmva/src/BinaryTree.cxx, tmva/src/Config.cxx, tmva/src/Configurable.cxx, tmva/src/CrossEntropy.cxx, tmva/src/DecisionTree.cxx, tmva/src/DecisionTreeNode.cxx, tmva/src/Event.cxx, tmva/src/Factory.cxx, tmva/src/FitterBase.cxx, tmva/src/GiniIndex.cxx, tmva/src/IFitterTarget.cxx, tmva/src/IMethod.cxx, tmva/src/IMetric.cxx, tmva/src/Interval.cxx, tmva/src/KDEKernel.cxx, tmva/src/MCFitter.cxx, tmva/src/MethodANNBase.cxx, tmva/src/MethodBDT.cxx, tmva/src/MethodBase.cxx, tmva/src/MethodBayesClassifier.cxx, tmva/src/MethodCFMlpANN.cxx, tmva/src/MethodCommittee.cxx, tmva/src/MethodCuts.cxx, tmva/src/MethodFDA.cxx, tmva/src/MethodFisher.cxx, tmva/src/MethodHMatrix.cxx, tmva/src/MethodKNN.cxx, tmva/src/MethodLikelihood.cxx, tmva/src/MethodMLP.cxx, tmva/src/MethodPDERS.cxx, tmva/src/MethodRuleFit.cxx, tmva/src/MethodSVM.cxx, tmva/src/MethodSeedDistance.cxx, tmva/src/MethodTMlpANN.cxx, tmva/src/MethodVariable.cxx, tmva/src/MetricEuler.cxx, tmva/src/MetricManhattan.cxx, tmva/src/ModulekNN.cxx, tmva/src/MsgLogger.cxx, tmva/src/Node.cxx, tmva/src/PDF.cxx, tmva/src/Reader.cxx, tmva/src/RootFinder.cxx, tmva/src/RuleEnsemble.cxx, tmva/src/RuleFit.cxx, tmva/src/SdivSqrtSplusB.cxx, tmva/src/SeedDistance.cxx, tmva/src/SeparationBase.cxx, tmva/src/Timer.cxx, tmva/src/Types.cxx, tmva/src/VariableDecorrTransform.cxx, tmva/src/VariableIdentityTransform.cxx, tmva/src/VariablePCATransform.cxx, tmva/src/VariableTransformBase.cxx, tmva/test/BDT.C, tmva/test/TMVAGui.C, tmva/test/TMVAnalysis.C, tmva/test/TMVApplication.C, tmva/test/annconvergencetest.C, tmva/test/compareanapp.C, tmva/test/correlations.C, tmva/test/likelihoodrefs.C, tmva/test/mvaeffs.C, tmva/test/mvas.C, tmva/test/network.C, tmva/test/probas.C, tmva/test/rulevisHists.C, tmva/test/tmvaglob.C: From Joerg Stelzer: * documentation of all classes ( I hope I caught all 17 of them, but I didn't know how to check except by looking through all the files) * plugin capabilities for user developed multivariate classifiers * An improved GUI where the user can print the significance curves for adjustable signal and background yields * A fix to a compiler complaint that Axel told me about 2008-01-10 19:01 brun * [r21629] hist/src/THnSparse.cxx: From Axel and Silvia Arcelli: allow e.g. THnSparse::Projection() to only project non-over- and underflow bins; see documentation in THnSparse::IsInRange(). 2008-01-10 18:58 brun * [r21628] clib/src/snprintf.c: From Axel: insert a missing "break" (used to be return) + protect some deref operators. Fixes a fatal problem on windows. 2008-01-10 16:19 brun * [r21627] hist/src/TAxis.cxx: Remove a misleading "-" character in the description of TAxis::GetFirst and TAxis::GetLast 2008-01-10 16:14 moneta * [r21626] tutorials/math/mathmoreIntegration.C: - fix a problem due to a previous change in the Functor class 2008-01-10 14:57 moneta * [r21624] mathmore/test/UnuRanDist.h, mathmore/test/testRandomDist.cxx: update random distribution test adding binomial and unuran 2008-01-10 14:29 couet * [r21623] base/src/TColor.cxx: - SetPalette() calls InitializeColors() before defining the deap sea palette. Without this call the deap sea palette definition tried to redefine some existing colors. 2008-01-10 11:06 brun * [r21622] ruby/src/drr.cxx, ruby/test/test_rr.rb: From Jan Scumacher: fix for problem reported at: <http://savannah.cern.ch/bugs/?32544> 2008-01-10 09:54 couet * [r21621] histpainter/src/THistPainter.cxx: - complete help for option COL 2008-01-10 04:25 pcanal * [r21620] io/src/TStreamerInfo.cxx: fix coding convention 2008-01-10 03:08 pcanal * [r21617] utils/src/rootcint.cxx: repair the tmpnam case (still used on mac) [tmpnam already prepend P_tmpdir so we don't need to do it 2008-01-09 22:09 pcanal * [r21615] cint/src/v6_parse.cxx: Fix the problem with the switch statement not working under -O4 in the root/tutorial/gui/guitest.C test. 2008-01-09 22:06 pcanal * [r21614] utils/src/rootcint.cxx: use mkstemp instead of tempnam on unixes 2008-01-09 21:43 pcanal * [r21611] meta/src/TCint.cxx: temporarily revert r21609 until it is completed 2008-01-09 17:51 brun * [r21610] clib/src/snprintf.c: From Axel: Remove a compilation warning with snprintf. the only way out is to not pass the va_list - which means converting the function snprintf_get_directive into a CPP macro. Attached patch does just that. Log: work around &va_list warning (incompatible pointer) on AMD64. 2008-01-09 15:05 pcanal * [r21609] meta/src/TCint.cxx: From Axel: add G__get_class_autoloading_table() returning the library name for a class name; used by TCint to determine whether the enclosing class's auto-load entry should be set. 2008-01-09 14:26 couet * [r21608] zip/src/deflate.c: - Reintroduce the fix Axel did in revision 18373. It was lost with the upgrade to version 1.2.3 done in revision 21207. 2008-01-09 11:12 moneta * [r21607] test/stressMathCore.cxx: relax a test condition to suppress an error on gcc 4.1 2008-01-09 10:23 couet * [r21606] graf/inc/TPie.h, graf/src/TPie.cxx: - From Guido Volpi: * TPie::MakeLegend() now takes an extra argument to setup the TLegend header, the default now is an empty header for the legend instead the name of the TPie object. * TPie::SortSlices() has an extra argument that represents a threshold; if the threshold is greater than 0 (the default value), slices with values smaller than the threshold are merged together in a new slice with the label "other". 2008-01-09 10:18 couet * [r21605] graf/src/TLegend.cxx: - From Guido Volpi: In case of multicolumns, the last line was outside the frame if it was not complete. 2008-01-09 09:19 moneta * [r21604] tutorials/unuran/unuranDemo.C, unuran/Module.mk, unuran/inc/TUnuran.h, unuran/src/TUnuran.cxx, unuran/src/unuran-1.0.1-root.tar.gz, unuran/src/unuran-1.1.1-root.tar.gz, unuran/test/unuranDiscrete.cxx: - add a new version of unuran (1.1.1) which fixes some warnings on gcc 4 and add a new method (mvtdr) - WARNING: to re-compile root a make distclean-unuran is required - fix a problem with re-initialization of discrete pre-defined distributions (poisosn and binomial) when changing their parameters - improve and fix a problem with the test for discrete distributions 2008-01-09 08:22 pcanal * [r21603] gpad/src/TPad.cxx: If WaitPrimitive is called with an empty argument, avoid unintentionally matching an unamed primitive. 2008-01-09 07:46 brun * [r21602] geom/src/TGeoBuilder.cxx: From Andrei: Remove a useless test in TGeoShape constructor that was slowing down the geometry building process. Thanks to Sue Kasahara for reporting. 2008-01-09 04:34 pcanal * [r21601] io/inc/TMakeProject.h, io/inc/TStreamerInfo.h, io/src/TBufferFile.cxx, io/src/TFile.cxx, io/src/TMakeProject.cxx, io/src/TStreamerInfo.cxx, meta/inc/TVirtualStreamerInfo.h: Extend TFile::MakeProject to support namespaces, nested classes and templates. 2 new files are generated in the user directory (dirname): dirnameProjectHeaders.h dirnameProjectSource.cxx the linkdef file is renamed dirnameLinkDef.h Each non-nested class is generated in its own header file with a name that is the fully qualified name of the class after all the special characters "<>,:" are replaced by underscored. For example for pair<edm::Vertex,int> the file name is pair_edm__Vertex_int_.h In the generated classes, map, multimap when the first template parameter is a class are replaced by a vector of pair. set and multiset when the tempalte parameter is a class are replaced by a vector. This is required since we do not have the code needed to order and/or compare the object of the classes. [The required schema evolution from map to vector of pair is not yet functional] The new class TMakeProject contains a set of helper functions. 2008-01-09 03:57 pcanal * [r21600] meta/src/TStreamerElement.cxx: When 'calculating' the include file name, remove const, *, &, etc. for the type of the TStreamerElement 2008-01-09 03:56 pcanal * [r21599] meta/inc/TCint.h, meta/src/TCint.cxx: Update for better version independence from CINT 2008-01-09 03:45 pcanal * [r21598] base/src/ManualBase4Body.h, base/src/TStorage.cxx, tree/src/ManualTree2Body.h: Update for better version independence from CINT 2008-01-09 03:36 pcanal * [r21597] cint/inc/Class.h, cint/inc/G__ci.h, cint/src/Apiif.cxx, cint/src/Class.cxx: missing import from CINT v5-16-29 2008-01-09 03:27 pcanal * [r21595] metautils/src/TClassEdit.cxx: add std::greater as a known std member 2008-01-09 02:37 pcanal * [r21594] cint/inc/G__ci.h, cint/src/HISTORY, cint/src/v6_decl.cxx, cint/src/v6_expr.cxx, cint/src/v6_inherit.cxx, cint/src/v6_loadfile.cxx, cint/src/v6_newlink.cxx, cint/src/v6_parse.cxx, cint/src/v6_pcode.cxx, cint/src/v6_struct.cxx, cint/src/v6_typedef.cxx, cint/src/v6_value.h, cint/src/v6_var.cxx: From Paul, Axel and Philippe: CINT v5-16-29: * - Fix 'int n((0));' and related syntax. * - Fixes problem with re-using artificial source files. * - Add G__get_class_autoloading_table() returning the library name for a class name; used by TCint to determine whether the enclosing class's auto-load entry should be set. * - Fix <https://savannah.cern.ch/bugs/?32403> and "operator std::string()" by skipping "std::" and setting G__vartype for conversion functions. * - Add better support for indirect self reference * - Correct the constness in the case: Object * const &front() const; (i.e Object*const vs Object const*). * - Fix for passing the result of post increment directly to a function taking a parameter by reference (for example cout << c++; [Still outstanding is a fix for an odd problem with switch statement] 2008-01-08 20:28 brun * [r21593] pyroot/src/Converters.cxx, pyroot/src/RootWrapper.cxx: From Wim: Fix to silence the compiler 2008-01-08 17:28 brun * [r21592] base/src/TROOT.cxx: From Gerri: - Remove unused inclusion of TAuthenticate.h 2008-01-08 17:28 brun * [r21591] auth/inc/TAuthenticate.h, auth/src/TAuthenticate.cxx: From Gerri: - Fix "dereferencing type-punned pointer will break strict-aliasing rules" warnings 2008-01-08 17:16 ganis * [r21590] proofd/inc/XrdProofConn.h, proofd/src/XrdProofConn.cxx, proofd/src/XrdProofdManager.cxx, proofd/src/XrdProofdProtocol.cxx, proofx/src/TXSocket.cxx: Fix a bunch of "dereferencing type-punned pointer will break strict-aliasing rules" warnings 2008-01-08 16:26 brun * [r21589] base/src/TContextMenu.cxx: silence strict-aliasing warning. 2008-01-08 16:00 rdm * [r21588] base/src/TString.cxx: silcence strict-aliasing warning. 2008-01-08 15:34 couet * [r21587] graf/src/TGraph.cxx: In PaintGraph fHistogram's limits are computed with some margins. The new minimum along x is stored in "uxmin" and the new minimum along y in "minimum". In some cases the new minimum can be negative whereas the real minimum is positive. In such case, the new minimum was set to 90% of the real minimum in case of log scale, and to 0 in case of linear scale. Setting to 0 in case of linear scale, was not a good idea because if the pad is turned into log scale later on, then some points close to the real mimimum are not visible. The following macro demonstrate the problem: { Double_t x[2]; Double_t y[2]; x[0]= 200; y[0]=2.0271; x[1]=3e+06; y[1]=0.0005; TGraph *gr = new TGraph(2,x,y); gr->Draw("alp"); gr->SetMarkerStyle(20); gPad->Update(); gPad->SetLogx(); gPad->SetLogy(); } Now, when the new computed minimum is negative and when the real minimum is positive, the new minimum is set to 90% of the real minimum in both log and linear scale. 2008-01-08 15:01 brun * [r21586] qtgsi/Module.mk: From Bertrand: Fix a build problem with qtgsi 2008-01-08 14:49 rdm * [r21585] configure: allow custom PNG lib by setting $ASPNG which must contain include and lib directories. 2008-01-08 14:11 brun * [r21584] hist/src/TProfile.cxx, hist/src/TProfile2D.cxx: Fix gcc4.1 compilation warnings. 2008-01-08 13:20 brun * [r21583] cintex/src/Cintex.cxx: Increase size of local tables in function Declare_additional_CINT_typedefs. This is a CMS request. 2008-01-08 09:37 couet * [r21582] freetype/src/freetype-2.3.5.tar.gz: - fix the warnings listed here: http://lcgapp.cern.ch/spi/aaLibrarian/nightlies/osx104_ia32_gcc401_dbg/dev.Mon_ROOT_today-osx104_ia32_gcc401_dbg-log.html 2008-01-07 20:36 brun * [r21581] pyroot/src/Utility.cxx: From Wim: The problem is a string temporary that may or may not be overwritten by the time it is used. The fix prolongs the life of the variable to past its use. 2008-01-07 15:49 brun * [r21579] build/win/w32pragma.h: From Axel: MSVC: suppress warning "qualifier applied to reference type; ignored" (until this is fixed in CINT) 2008-01-07 15:14 brun * [r21578] win32gdk/gdk/src/gdk/gdk.c, win32gdk/gdk/src/gdk/win32/gdkcolor-win32.c, win32gdk/gdk/src/gdk/win32/gdkfont-win32.c, win32gdk/gdk/src/gdk/win32/gdkpixmap-win32.c: From Bertrand: - Remove "signed/unsigned mismatch" compilation warnings 2008-01-07 14:54 moneta * [r21576] mathmore/inc/Math/InterpolationTypes.h, mathmore/inc/Math/Interpolator.h, minuit2/inc/LinkDef.h: - update doc for interpolation (cubic splies are now available) - add dictionary for Minuit2 class MnContours 2008-01-07 10:32 couet * [r21573] graf/src/TMultiGraph.cxx: - The fix done in the revision 20433 was not completely right: the multigraph limits need to be initialisezd with call to ComputeRange on the 1st graph before looping on the remaining graphs. 2008-01-07 09:48 rdm * [r21572] base/src/TSystem.cxx, unix/src/TUnixSystem.cxx: correctly document new error code -3 in CopyFile(). 2008-01-03 09:21 brun * [r21571] table/inc/TDataSetIter.h, table/src/TTable.cxx: Fix coding conventions. 2007-12-29 16:00 brun * [r21570] base/inc/TVirtualX.h: From Bertrand: - TVirtualX.h: suppress warning C4099: 'GLUtesselator' : type name first seen using 'struct' now seen using 'class' 2007-12-29 15:56 brun * [r21569] geompainter/src/TGeoChecker.cxx: From Bertrand: - TGeoChecker.cxx: suppress warning C4138: '*/' found outside of comment 2007-12-28 16:45 brun * [r21568] hist/src/TH1.cxx: Add a Warning in TH1::Rebin in case the argument ngroup is not an exact divider of the number of bins. 2007-12-28 16:36 brun * [r21567] geom/inc/TGeoBuilder.h: Add missing forward declarations. 2007-12-28 16:15 brun * [r21566] eve/inc/TEvePointSet.h, eve/inc/TEveScene.h, eve/inc/TEveViewer.h, eve/src/TEvePointSet.cxx, eve/src/TEveScene.cxx, eve/src/TEveViewer.cxx, proofx/inc/TXSocket.h, proofx/src/TXSocket.cxx, table/inc/TTable.h, table/inc/TTableDescriptor.h, table/src/TTable.cxx, table/src/TTableDescriptor.cxx: Move functions referencing static global variables from inline to implementation file. 2007-12-28 12:28 brun * [r21565] eve/inc/TEveElement.h, eve/inc/TEveTrack.h, eve/src/TEveElement.cxx, eve/src/TEveTrack.cxx, fitpanel/inc/TFitEditor.h, fitpanel/src/TFitEditor.cxx, ged/inc/TStyleManager.h, ged/src/TStyleManager.cxx, geombuilder/inc/TGeoTabManager.h, geombuilder/src/TGeoTabManager.cxx, gl/inc/TGLSelectBuffer.h, gl/inc/TGLUtil.h, gl/src/TGLSelectBuffer.cxx, gl/src/TGLUtil.cxx, table/inc/TDataSet.h, table/inc/TDataSetIter.h, table/inc/TIndexTable.h, table/inc/TTableDescriptor.h, table/src/TDataSet.cxx, table/src/TDataSetIter.cxx, table/src/TIndexTable.cxx, table/src/TTableDescriptor.cxx, vmc/inc/TVirtualMC.h, vmc/src/TVirtualMC.cxx: Functions referencing a static global cannot be inlined. 2007-12-21 16:26 pcanal * [r21563] base/src/TSystem.cxx, foam/src/TFoam.cxx: do not use TCint when TInterpreter or only the Cint C Api is needed 2007-12-21 16:19 pcanal * [r21562] eve/src/TEveEventManager.cxx: Do not use TCint.h when TInterpreter will do 2007-12-21 15:39 brun * [r21561] test/stressShapes.cxx: Normalize stressShapes rootmarks 2007-12-21 15:09 brun * [r21560] hist/src/THnSparse.cxx: From Axel: Fix error calculation for THnSparse: first calculate the bin's current error, then add new bin content. Also remove a few stray "return"s. 2007-12-21 15:00 couet * [r21559] test/stressGraphics.ref: - mod for Solaris 2007-12-21 14:18 brun * [r21558] table/doc/index.txt: From Valeri: More info about the table package. 2007-12-21 13:55 couet * [r21557] test/stressGraphics.ref: - mods needed for mac. 2007-12-21 13:41 couet * [r21556] test/stressGraphics.cxx, test/stressGraphics.ref: - Changes needed because of a TEllipse bug fixed. 2007-12-21 12:57 couet * [r21555] graf/src/TEllipse.cxx: - PaintEllipse() now uses the FillStyle to control wether or not a filled area should be painted in case a closed ellipse. It used wrongly the FillColor unlike the case of an open ellipse. 2007-12-21 11:43 brun * [r21554] test/Makefile.arch, test/Makefile.win32, test/RootIDE/Makefile, test/rhtml/Makefile: From Bertrand: - fixes for MSVC++9.0 (.NET 2008) 2007-12-21 10:55 moneta * [r21553] mathcore/doc/index.txt, mathcore/inc/Math/AdaptiveIntegratorMultiDim.h, mathcore/inc/Math/Functor.h, mathcore/inc/Math/GenVector/CoordinateSystemTags.h, mathcore/inc/Math/IFunction.h, mathcore/inc/Math/IParamFunction.h, mathcore/inc/Math/IntegratorMultiDim.h, mathcore/inc/Math/VirtualIntegrator.h, mathmore/doc/index.txt, mathmore/inc/Math/GSLMinimizer.h, mathmore/inc/Math/GSLNLSMinimizer.h, mathmore/inc/Math/GSLRndmEngines.h, mathmore/inc/Math/GSLRootFinder.h, mathmore/inc/Math/GSLSimAnnealing.h, mathmore/inc/Math/Minimizer1D.h, mathmore/inc/Math/Random.h, mathmore/inc/Math/RootFinderAlgorithms.h, minuit2/doc/index.txt, smatrix/doc/index.txt, smatrix/inc/Math/MatrixRepresentationsStatic.h, smatrix/inc/Math/SMatrix.h, smatrix/inc/Math/SVector.h: anothe doc update 2007-12-20 20:15 brun * [r21548] treeplayer/src/TBranchProxyDirector.cxx: Fix a typo in the ClassImp directive making the compilation to fail with gcc. 2007-12-20 18:19 pcanal * [r21547] treeplayer/inc/TBranchProxy.h, treeplayer/src/TBranchProxy.cxx, treeplayer/src/TBranchProxyClassDescriptor.cxx, treeplayer/src/TBranchProxyDescriptor.cxx, treeplayer/src/TBranchProxyDirector.cxx, treeplayer/src/TFriendProxy.cxx, treeplayer/src/TFriendProxyDescriptor.cxx: Add ClassImp and doc markers 2007-12-20 17:21 moneta * [r21546] mathcore/doc/MathCore.html, mathcore/doc/index.txt, mathmore/doc/MathMore.html, mathmore/doc/index.txt, minuit2/doc/Minuit2.html, minuit2/doc/index.txt, smatrix/doc/index.txt, unuran/doc/index.txt: - update class index pages 2007-12-20 16:06 brun * [r21544] html/src/TDocOutput.cxx: From Axel: Insert newlines when processing a module's index.html. 2007-12-20 16:02 brun * [r21543] etc/vmc/fl_makedist.sh: From Ivana. Add the distribution file to generate the VMC fluka tar file 2007-12-20 15:38 axel * [r21542] reflex/doc/index.html: Add module doc. 2007-12-20 15:09 brun * [r21541] hist/src/THStack.cxx: Protect THStack::GetXaxis and THStack::GetYaxis in case the THStack does not have any histogram. 2007-12-20 13:36 brun * [r21540] table/doc, table/doc/index.txt: From Valeri Fine: Add the table package documentation index. 2007-12-20 12:55 rdm * [r21539] tutorials/gui/guitest.C: remove left over print statement. 2007-12-20 12:46 rdm * [r21537] tutorials/gui/guitest.C: re-introduce old switch statement but disable it via an ifdef, so we can easily test if a new version of CINT fixes this problem. 2007-12-20 12:17 matevz * [r21534] eve/inc/LinkDef.h, eve/inc/TEveElement.h, eve/inc/TEveManager.h, eve/inc/TEveViewer.h, eve/src/TEveBrowser.cxx, eve/src/TEveElement.cxx, eve/src/TEveGedEditor.cxx, eve/src/TEveManager.cxx, eve/src/TEvePointSet.cxx, eve/src/TEveProjectionManager.cxx, eve/src/TEveTrack.cxx, eve/src/TEveUtil.cxx, eve/src/TEveViewer.cxx: Fix a bug in TEveElement::Destroy(): the destruction was not properly propagated to parents and thus redraw was not performed. Extend strings providing information about exceptions. Consolidate variable name for exception header in files that were modified during the above changes. 2007-12-20 12:14 rdm * [r21533] configure: by default turn off pch, the effect is minimal and it causes problems in case RVersion.h is updated and the entire source is not recompiled. 2007-12-20 12:10 rdm * [r21532] test/threads.cxx, thread/src/TThread.cxx: From Bertrand: add protection again gSystem disappearing at end of program before the last thread is finished. There remains a problem with threads.cxx however, that will be solved later. 2007-12-20 11:14 moneta * [r21530] minuit2/inc/Minuit2/CombinedMinimizer.h, minuit2/inc/Minuit2/FCNBase.h, minuit2/inc/Minuit2/FCNGradientBase.h, minuit2/inc/Minuit2/FumiliFCNBase.h, minuit2/inc/Minuit2/FumiliMinimizer.h, minuit2/inc/Minuit2/FunctionMinimizer.h, minuit2/inc/Minuit2/FunctionMinimum.h, minuit2/inc/Minuit2/GenericFunction.h, minuit2/inc/Minuit2/MinosError.h, minuit2/inc/Minuit2/Minuit2Minimizer.h, minuit2/inc/Minuit2/MinuitParameter.h, minuit2/inc/Minuit2/MnApplication.h, minuit2/inc/Minuit2/MnContours.h, minuit2/inc/Minuit2/MnFumiliMinimize.h, minuit2/inc/Minuit2/MnHesse.h, minuit2/inc/Minuit2/MnMigrad.h, minuit2/inc/Minuit2/MnMinos.h, minuit2/inc/Minuit2/MnScan.h, minuit2/inc/Minuit2/MnSimplex.h, minuit2/inc/Minuit2/MnStrategy.h, minuit2/inc/Minuit2/MnUserParameterState.h, minuit2/inc/Minuit2/ModularFunctionMinimizer.h, minuit2/inc/Minuit2/ScanMinimizer.h, minuit2/inc/Minuit2/SimplexMinimizer.h, minuit2/inc/Minuit2/VariableMetricMinimizer.h: - add tag for having class description of Minuit2 classes - fix also some indentation problems 2007-12-20 11:01 brun * [r21528] tutorials/gui/guitest.C: From Bertrand: - Temporary solves a problem with CINT optimisation. 2007-12-20 10:42 moneta * [r21526] tutorials/unuran/unuranDemo.C, unuran/doc/index.txt, unuran/inc/TUnuranBaseDist.h, unuran/inc/TUnuranContDist.h, unuran/inc/TUnuranDiscrDist.h, unuran/inc/TUnuranEmpDist.h, unuran/inc/TUnuranMultiContDist.h, unuran/src/TUnuranEmpDist.cxx: - update doc for unuran - fix also the tutorial 2007-12-20 08:57 brun * [r21521] cint/src/g__cfunc.c: From Axel: floor work-around also for MSVC2008 (2nd part) 2007-12-20 08:40 brun * [r21520] ruby/src/drr.cxx: From Jan Suchmacher Fix a problem introduced in previous fix. 2007-12-20 08:30 ganis * [r21519] tutorials/tree/h1analysis.C: Adapt to the new settings for the first and last bin default arguments in TH2::FitSlicesX (SVN change #21305) 2007-12-20 05:56 brun * [r21518] matrix/doc/index.txt: From Eddy: Fix a typo 2007-12-20 05:55 brun * [r21517] quadp/doc, quadp/doc/index.txt: From Eddy: quadp package documentation index 2007-12-20 00:03 rdm * [r21514] win32gdk/doc, win32gdk/doc/index.txt, x11/doc, x11/doc/index.txt, x11ttf/doc, x11ttf/doc/index.txt: some more class descriptions. 2007-12-20 00:02 rdm * [r21513] auth/doc, auth/doc/index.txt: From Gerri: auth class description. 2007-12-19 20:55 pcanal * [r21510] tree/inc/TVirtualTreePlayer.h, tree/src/TVirtualTreePlayer.cxx, treeplayer/inc/TBranchProxy.h, treeplayer/src/TBranchProxyClassDescriptor.cxx, treeplayer/src/TBranchProxyDescriptor.cxx, treeplayer/src/TFriendProxy.cxx, treeplayer/src/TFriendProxyDescriptor.cxx, treeplayer/src/TSelectorDraw.cxx: add missing class and typedef descriptions 2007-12-19 20:42 pcanal * [r21509] treeplayer/src/TTreeFormula.cxx: Correctly case the integral value (int, short, unsigned, etc.) to the size requested by the user provided format (i.e if %llx is passed, cast to an unsigned long long) 2007-12-19 19:39 brun * [r21506] ruby/test, ruby/test/test_rr.rb: From Jan Schumacher: Add a Ruby test program. This line, and those below, will be ignored-- A ruby/test A ruby/test/test_rr.rb 2007-12-19 19:18 brun * [r21505] qtroot/doc, qtroot/doc/index.txt: From Valeri Fine add qtroot package documentation. 2007-12-19 17:51 moneta * [r21504] unuran/inc/TUnuran.h, unuran/inc/TUnuranBaseDist.h, unuran/inc/TUnuranContDist.h, unuran/src/TUnuran.cxx: - update doc - remove some un-needed copy of strings 2007-12-19 17:34 moneta * [r21503] mathcore/Module.mk, mathcore/inc/Math/AdaptiveIntegratorMultiDim.h, mathcore/inc/Math/AllIntegrationTypes.h, mathcore/inc/Math/Factory.h, mathcore/inc/Math/FitMethodFunction.h, mathcore/inc/Math/Functor.h, mathcore/inc/Math/GenVector/AxisAngle.h, mathcore/inc/Math/GenVector/BoostX.h, mathcore/inc/Math/GenVector/BoostY.h, mathcore/inc/Math/GenVector/BoostZ.h, mathcore/inc/Math/GenVector/Cartesian2D.h, mathcore/inc/Math/GenVector/Cartesian3D.h, mathcore/inc/Math/GenVector/CoordinateSystemTags.h, mathcore/inc/Math/GenVector/Cylindrical3D.h, mathcore/inc/Math/GenVector/CylindricalEta3D.h, mathcore/inc/Math/GenVector/DisplacementVector2D.h, mathcore/inc/Math/GenVector/DisplacementVector3D.h, mathcore/inc/Math/GenVector/EulerAngles.h, mathcore/inc/Math/GenVector/LorentzVector.h, mathcore/inc/Math/GenVector/Plane3D.h, mathcore/inc/Math/GenVector/Polar2D.h, mathcore/inc/Math/GenVector/Polar3D.h, mathcore/inc/Math/GenVector/PositionVector2D.h, mathcore/inc/Math/GenVector/PositionVector3D.h, mathcore/inc/Math/GenVector/PtEtaPhiE4D.h, mathcore/inc/Math/GenVector/PtEtaPhiM4D.h, mathcore/inc/Math/GenVector/PxPyPzE4D.h, mathcore/inc/Math/GenVector/PxPyPzM4D.h, mathcore/inc/Math/GenVector/Quaternion.h, mathcore/inc/Math/GenVector/Rotation3D.h, mathcore/inc/Math/GenVector/RotationX.h, mathcore/inc/Math/GenVector/RotationY.h, mathcore/inc/Math/GenVector/RotationZ.h, mathcore/inc/Math/GenVector/RotationZYX.h, mathcore/inc/Math/GenVector/Transform3D.h, mathcore/inc/Math/GenVector/Translation3D.h, mathcore/inc/Math/IFunction.h, mathcore/inc/Math/IParamFunction.h, mathcore/inc/Math/Integrator.h, mathcore/inc/Math/LinkDef.h, mathcore/inc/Math/Minimizer.h, mathcore/inc/Math/PdfFuncMathCore.h, mathcore/inc/Math/VirtualIntegrator.h, mathcore/src/ProbFuncMathCore.cxx, mathmore/inc/Math/Chebyshev.h, mathmore/inc/Math/Derivator.h, mathmore/inc/Math/GSLIntegrator.h, mathmore/inc/Math/GSLMCIntegrator.h, mathmore/inc/Math/GSLMinimizer.h, mathmore/inc/Math/GSLNLSMinimizer.h, mathmore/inc/Math/GSLRndmEngines.h, mathmore/inc/Math/GSLRootFinder.h, mathmore/inc/Math/GSLRootFinderDeriv.h, mathmore/inc/Math/GSLSimAnMinimizer.h, mathmore/inc/Math/GSLSimAnnealing.h, mathmore/inc/Math/Interpolator.h, mathmore/inc/Math/MCIntegrationTypes.h, mathmore/inc/Math/MCParameters.h, mathmore/inc/Math/ParamFunction.h, mathmore/inc/Math/Polynomial.h, mathmore/inc/Math/Random.h, mathmore/inc/Math/RootFinder.h, mathmore/inc/Math/RootFinderAlgorithms.h, mathmore/src/GSLMCIntegrationWorkspace.h, mathmore/src/GSLMCIntegrator.cxx, mathmore/src/GSLMonteFunctionAdapter.h, mathmore/src/GSLMonteFunctionWrapper.h, mathmore/src/QuantFuncMathMore.cxx: - update doc in mathcore and mathmore by adding the tag for THtml. Take the occasion to correct and update some of the doc. Fix also some indentation problems and SVN keywords with some files add dictionary for some missing classes 2007-12-19 17:33 brun * [r21502] gui/inc/TGListTree.h, gui/src/TGFileBrowser.cxx, gui/src/TGListTree.cxx: From Bertrand and matevz: - Use TObjString for drag and drop to be able to specify full pathname (and not rely on gSystem->WorkingDirectory()). - Changed the way TGListTree handles drag and drop, to not rely on gSystem->WorkingDirectory(), but use TObjString set in TGFileBrowser instead. - Added data member fOwnsData in TGListTreeItem, to specify if fUserData member has to be deleted in the destructor (to avoid memory leaks) - Added corresponding argument in: TGListTreeItem::SetUserData(void *userData, Bool_t own=kFALSE) being kFALSE by default for backward compatibility This allows to drag and drop from any directory, whithout to have to cd() in it... This also fixes some issues encountered with AliEVE 2007-12-19 16:52 brun * [r21500] qt/doc, qt/doc/index.txt: From Valeri Fine: add index.txt file documenting the qt directory. 2007-12-19 16:50 brun * [r21499] etc/vmc/g4_makedist.sh: From Ivana: Adding missing files (LICENSE, Geant4VMC.html) in the list of files for tar command. 2007-12-19 16:29 brun * [r21498] eg/src/TParticlePDG.cxx: From Andreas Morsch: the lifetime is initialized in case the width is !=0. However there are particles in the pdg_table.txt with width = 0 which in reality have widh != 0. 2007-12-19 16:28 brun * [r21497] geom/inc/LinkDef1.h, geom/inc/TGeoVoxelFinder.h, geom/src/TGeoNode.cxx, geom/src/TGeoVoxelFinder.cxx: From Andrei: Implement a custom TGeoVoxelFinder::Streamer to read the old versions of the class. lso removed 3 obsolete voxels classes that were present in TGeoVoxelFinder.h/.cxx. Old geometry files with voxels should be readable now (tested) and produce consistent results. For me stressGeometry works. 2007-12-19 16:05 brun * [r21496] geombuilder/doc, geombuilder/doc/index.txt, geompainter/doc, geompainter/doc/index.txt: From Andrei: Add the doc/index.txt files 2007-12-19 15:58 couet * [r21495] test/stressGraphics.ref: - small adjustment for test 28 (PDF) 2007-12-19 15:50 brun * [r21494] geom/doc/index.txt, geom/inc/TGeoNode.h, geom/inc/TGeoVolume.h, geom/src/TGeoAtt.cxx, geom/src/TGeoBoolNode.cxx, geom/src/TGeoBuilder.cxx, geom/src/TGeoManager.cxx, geom/src/TGeoNavigator.cxx, geom/src/TGeoNode.cxx, geom/src/TGeoParaboloid.cxx, geom/src/TGeoPatternFinder.cxx, geom/src/TGeoPhysicalNode.cxx, geom/src/TGeoShapeAssembly.cxx, geom/src/TGeoVolume.cxx, geom/src/TGeoXtru.cxx, geom/src/TVirtualGeoPainter.cxx, geom/src/TVirtualGeoTrack.cxx, geombuilder/src/TGeoGedFrame.cxx, geombuilder/src/TGeoManagerEditor.cxx, geombuilder/src/TGeoMaterialEditor.cxx, geombuilder/src/TGeoMatrixEditor.cxx, geombuilder/src/TGeoMediumEditor.cxx, geombuilder/src/TGeoNodeEditor.cxx, geombuilder/src/TGeoTabManager.cxx, geombuilder/src/TGeoVolumeEditor.cxx, geompainter/src/TGeoChecker.cxx, geompainter/src/TGeoOverlap.cxx, geompainter/src/TGeoPainter.cxx, geompainter/src/TGeoTrack.cxx: Update to the class docs and index.txt files. 2007-12-19 13:30 rdm * [r21493] base/doc/index.txt, chirp/doc, chirp/doc/index.txt, sql/doc/index.txt, xml/doc/index.txt, xmlparser/doc, xmlparser/doc/index.txt: more doc updates. 2007-12-19 13:18 rdm * [r21492] configure: typo in comment. 2007-12-19 13:18 rdm * [r21491] base/doc/index.txt, castor/doc, castor/doc/index.txt, rfio/doc, rfio/doc/index.txt: add doc info. 2007-12-19 11:37 brun * [r21488] eve/src/TEveElement.cxx: Fix coding convention. 2007-12-19 11:08 brun * [r21479] etc/vmc/g4_makedist.sh: From Ivana: geant4_vmc/config replaced with geant4_vmc/version_number in the list of files for tar command. 2007-12-19 10:51 brun * [r21476] html/src/THtml.cxx: From Axel: Do not magically set the sourcedir for math[cm]ore. It helps THtml find the source files, but prevents it to pick up the doc from the headers. 2007-12-19 08:58 brun * [r21475] ruby/src/drr.cxx: From Jan Schumacher: in drr_init and drr_method_missing it suffices to throw an ArgumentError instead of aborting outright. The attached patch tries to implement that. 2007-12-19 08:38 moneta * [r21474] test/Makefile: remove dictionary file used in stressMathCore when doing make clean 2007-12-19 08:37 ganis * [r21473] proofd/doc, proofd/doc/index.txt, proofplayer/doc, proofplayer/doc/index.txt, proofx/doc, proofx/doc/index.txt: First version of the 'doc/index.txt' 2007-12-19 08:33 rdm * [r21472] config/Makefile-comp.in, config/Makefile.win32gcc, config/RConfigOptions.in, config/RConfigure.in, config/genreflex-rootcint.in, config/genreflex.in, config/html.C.in, config/memprobe.in, config/mimes.unix.in, config/mimes.win32.in, config/olbd.in, config/precompile.h.in, config/proofd.in, config/proofd.xinetd.in, config/root-config.in, config/root-help.el.in, config/rootauthrc.in, config/rootd.in, config/rootd.xinetd.in, config/rootdaemonrc.in, config/rootrc.in, config/xrootd.in: set svn:eol-style=LF. 2007-12-19 08:21 rdm * [r21471] sql/doc, sql/doc/index.txt: doc for sql directory. 2007-12-19 07:22 brun * [r21470] ruby/src/drr.cxx: From Jan Schumacher RubyRoot crashes when trying to emulate C-like casting if the argument class does not exist. Since the check for existence of the class checks the return type of new TClass(...), it is always true. Attached is a patch that changes this to TClass::GetClass, which returns 0 in case of failure. Also, the result of failure is mitigated from an abort to an exception. see: https://savannah.cern.ch/bugs/?32309 2007-12-18 18:12 brun * [r21469] physics/inc/TQuaternion.h: From Eric Anciant: Fix an incoherency in the TQuaternion::getRXYZ functions. 2007-12-18 17:51 moneta * [r21468] mathcore/inc/Math/GenVector/AxisAngle.h, mathcore/inc/Math/GenVector/Boost.h, mathcore/inc/Math/GenVector/DisplacementVector2D.h, mathcore/inc/Math/GenVector/DisplacementVector3D.h, mathcore/inc/Math/GenVector/EulerAngles.h, mathcore/inc/Math/GenVector/LorentzRotation.h, mathcore/inc/Math/GenVector/LorentzVector.h, mathcore/inc/Math/GenVector/PositionVector2D.h, mathcore/inc/Math/GenVector/PositionVector3D.h, mathcore/inc/Math/GenVector/Quaternion.h, mathcore/inc/Math/GenVector/Rotation3D.h, mathcore/inc/Math/GenVector/RotationZYX.h: add tag for class description 2007-12-18 17:44 ganis * [r21467] proof/inc/TProof.h, proof/inc/TVirtualProofPlayer.h, proof/src/TProof.cxx, proof/src/TVirtualProofPlayer.cxx, proofplayer/inc/TEventIter.h, proofplayer/inc/TProofLimitsFinder.h, proofplayer/inc/TProofPlayer.h, proofplayer/src/TEventIter.cxx, proofplayer/src/TPacketizer.cxx, proofplayer/src/TProofLimitsFinder.cxx, proofplayer/src/TProofPlayer.cxx: Add/correct doc statements where needed 2007-12-18 17:09 rdm * [r21466] configure: fix detection of monalisawsclient.h and libmonalisawsclient in case the AliEn client is installed. 2007-12-18 17:01 rdm * [r21465] build/unix/compiledata.sh, cint/configcint.mk: make scripts silent in case they don't update compiledate.h and configcint.h. 2007-12-18 17:00 rdm * [r21464] Makefile, base/src/TROOT.cxx, config/RConfigOptions.in, config/RConfigure.in, configure, ruby/src/drr.cxx: move R__CONFIGUREOPTIONS, only used in TROOT.cxx, from RConfigure.h, which is included by a large number of source files. The R__CONFIGUREOPTIONS are now stored in RConfigOptions.h, which is only include in TROOT.cxx. In RConfigOptions.h also the R__RUBY_MAJOR and R__RUBY_MINOR are stored and included in drr.cxx. This change only forces a recompile of TROOT.cxx (and maybe drr.cxx) when doing e.g.: ./configure --enable-roofit make ./configure make [ here we used to compile all dictionaries again as rootcint depends on RConfigure.h ] 2007-12-18 16:49 matevz * [r21463] tutorials/gl/viewer3DLocal.C, tutorials/gl/viewer3DMaster.C: Automatically engage ACLiC compilation as it is required for proper operation of the tutorials. Add author (Richard Maunder). 2007-12-18 16:41 couet * [r21460] asimage/doc, asimage/doc/index.txt: - doc index 2007-12-18 16:29 matevz * [r21458] gl/doc, gl/doc/index.txt: Add gl/ module description. 2007-12-18 15:57 couet * [r21457] g3d/doc, g3d/doc/index.txt: - doc index 2007-12-18 15:46 rdm * [r21456] tree/src/TTree.cxx: typo in comment and white space. 2007-12-18 15:44 rdm * [r21455] base/inc/TSysEvtHandler.h: From Markus: Fix compiler warning on Win32 VC7.1 (issue 32301). 2007-12-18 15:37 couet * [r21454] gpad/doc, gpad/doc/index.txt: - doc index 2007-12-18 15:18 matevz * [r21453] gl/inc/TGLContext.h, gl/inc/TGLFormat.h, gl/inc/TGLPlotPainter.h, gl/inc/TGLTF3Painter.h, gl/inc/TGLWidget.h, gl/src/TArcBall.cxx, gl/src/TF2GL.cxx, gl/src/TGLAdapter.cxx, gl/src/TGLAxis.cxx, gl/src/TGLBoxPainter.cxx, gl/src/TGLClipSetEditor.cxx, gl/src/TGLContext.cxx, gl/src/TGLCylinder.cxx, gl/src/TGLFaceSet.cxx, gl/src/TGLFormat.cxx, gl/src/TGLLegoPainter.cxx, gl/src/TGLPShapeObjEditor.cxx, gl/src/TGLParametricEquationGL.cxx, gl/src/TGLPhysicalShape.cxx, gl/src/TGLPlotBox.cxx, gl/src/TGLPlotPainter.cxx, gl/src/TGLPolyLine.cxx, gl/src/TGLPolyMarker.cxx, gl/src/TGLSelectBuffer.cxx, gl/src/TGLSphere.cxx, gl/src/TGLSurfacePainter.cxx, gl/src/TGLTF3Painter.cxx, gl/src/TGLText.cxx, gl/src/TGLViewerEditor.cxx, gl/src/TGLWidget.cxx: Add missing class descriptions. 2007-12-18 15:16 matevz * [r21452] eve/inc/TEveManager.h, eve/src/TEveElement.cxx, eve/src/TEveManager.cxx: Main ged-editor was not updated from TEveManager::ElementChanged(). 2007-12-18 15:15 matevz * [r21451] eve/doc/index.txt: Added links to papers and talks about Eve and AliEve. 2007-12-18 14:51 pcanal * [r21450] tree/src/TBranchBrowsable.cxx: strip (potential) array dimension when constructing the Draw command 2007-12-18 14:41 couet * [r21449] postscript/doc, postscript/doc/index.txt: - doc index 2007-12-18 14:10 couet * [r21448] spectrumpainter/doc, spectrumpainter/doc/index.txt: - doc index 2007-12-18 13:51 couet * [r21447] spectrum/doc, spectrum/doc/index.txt: - add doc/index.txt 2007-12-18 13:19 couet * [r21446] histpainter/doc, histpainter/doc/index.txt: - add doc index 2007-12-18 12:36 rdm * [r21445] build/unix/distfilelist.sh: avoid deleting some CINT build products that are not needed in the binary distribution, but that cause a large rebuild when doing "make" after "make dist". 2007-12-18 11:58 brun * [r21444] tree/src/TChain.cxx: Fix an oddity in the default TChain constructor. The TChain object was registered twice to gROOT->GetListOfDataSets() !! 2007-12-18 10:27 brun * [r21443] ruby/src/TRuby.cxx: Add missing ClassImp 2007-12-18 09:44 brun * [r21442] oracle/doc, oracle/doc/index.txt: From Sergey Linev. Add package documentation 2007-12-18 09:38 couet * [r21441] graf/src/TCutG.cxx: - Header reformating. - Insist on the fact that the polygon should closed. 2007-12-18 09:35 antcheva * [r21440] fitpanel/doc, fitpanel/doc/index.txt: Added the doc/index.txt file for Fit Panel classes. 2007-12-18 09:27 brun * [r21439] ruby/doc/index.txt: Update documentation page 2007-12-18 09:22 brun * [r21438] fftw/doc, fftw/doc/index.txt: Add package documentation 2007-12-18 09:17 brun * [r21437] dcache/doc, dcache/doc/index.txt: Add package documentation 2007-12-18 09:11 brun * [r21436] eg/doc, eg/doc/index.txt: Add package index.txt documentation. 2007-12-18 08:53 rdm * [r21435] base/src/TTimeStamp.cxx: fix error in comment, fixes issue 32280. 2007-12-17 21:09 matevz * [r21434] eve/inc/TEveDigitSet.h, eve/inc/TEveGridStepper.h, eve/src/TEveElement.cxx, eve/src/TEveGValuators.cxx, eve/src/TEvePolygonSetProjectedEditor.cxx, eve/src/TEveQuadSet.cxx, eve/src/TEveRGBAPalette.cxx, eve/src/TEveRGBAPaletteEditor.cxx, eve/src/TEveUtil.cxx: Add missing class descriptions and ClassImps. 2007-12-17 20:16 pcanal * [r21433] treeplayer/doc/index.txt: Add index 2007-12-17 20:13 pcanal * [r21432] treeplayer/doc, treeplayer/doc/index.txt: Add index 2007-12-17 20:03 pcanal * [r21431] meta/src/TClassGenerator.cxx, meta/src/TStreamerElement.cxx, meta/src/TVirtualStreamerInfo.cxx: Add class docs 2007-12-17 19:46 brun * [r21430] hist/src/TH1.cxx: Remove an unnecessary condition in TH1::Draw. (Thanks to Gordon Watts for the remark). 2007-12-17 18:19 brun * [r21429] qt/inc/TQtClientFilter.h, qt/inc/TQtClientWidget.h, qt/inc/TQtRootSlot.h: Document the Qt header files 2007-12-17 17:38 brun * [r21428] ruby/src/drr.cxx: From Jan Sumacher: Fix problem: https://savannah.cern.ch/bugs/?32271 this is in reference to the original problem described in http://root.cern.ch/phpBB2/viewtopi.... RubyRoot needs to find out whether to pass by pointer or reference. This used to work in an earlier version of CINT (in 5.10 it worked for example). The attached patch tries to solve this by going through all combinations. 2007-12-17 16:17 brun * [r21427] ruby/src/drr.cxx: From Jan Schumacher: Fix a problem in the Ruby interface: https://savannah.cern.ch/bugs/?32182 The TApplication was not created at the right place. 2007-12-17 16:02 antcheva * [r21426] ged/doc, ged/doc/index.txt: Added ged/index.txt for GED. 2007-12-17 15:59 brun * [r21425] geom/inc/TGeoArb8.h, geom/inc/TGeoAtt.h, geom/inc/TGeoBBox.h, geom/inc/TGeoBoolNode.h, geom/inc/TGeoBuilder.h, geom/inc/TGeoCache.h, geom/inc/TGeoCompositeShape.h, geom/inc/TGeoCone.h, geom/inc/TGeoElement.h, geom/inc/TGeoEltu.h, geom/inc/TGeoHalfSpace.h, geom/inc/TGeoHelix.h, geom/inc/TGeoHype.h, geom/inc/TGeoManager.h, geom/inc/TGeoMaterial.h, geom/inc/TGeoMatrix.h, geom/inc/TGeoMedium.h, geom/inc/TGeoNavigator.h, geom/inc/TGeoNode.h, geom/inc/TGeoPara.h, geom/inc/TGeoParaboloid.h, geom/inc/TGeoPatternFinder.h, geom/inc/TGeoPcon.h, geom/inc/TGeoPgon.h, geom/inc/TGeoPhysicalNode.h, geom/inc/TGeoPolygon.h, geom/inc/TGeoScaledShape.h, geom/inc/TGeoShape.h, geom/inc/TGeoShapeAssembly.h, geom/inc/TGeoSphere.h, geom/inc/TGeoTorus.h, geom/inc/TGeoTrd1.h, geom/inc/TGeoTrd2.h, geom/inc/TGeoTube.h, geom/inc/TGeoVolume.h, geom/inc/TGeoXtru.h, geom/inc/TVirtualGeoTrack.h, geom/src/TGeoVolume.cxx, geombuilder/inc/TGeoGedFrame.h, geombuilder/inc/TGeoMaterialEditor.h, geombuilder/inc/TGeoPconEditor.h, geombuilder/inc/TGeoTabManager.h, geompainter/inc/TGeoChecker.h, geompainter/inc/TGeoOverlap.h, geompainter/inc/TGeoPainter.h, geompainter/inc/TGeoTrack.h, geompainter/src/TGeoChecker.cxx: From Andrei: Improve the documentation layout such that THtml makes a better rendering. 2007-12-17 15:59 antcheva * [r21424] gui/doc/index.txt: Fixed index.txt for GUI. 2007-12-17 15:50 brun * [r21423] xml/doc/index.txt: Fix typo. 2007-12-17 15:45 brun * [r21422] thread/doc/index.txt: From Sergei: Add a missing html control sequence 2007-12-17 15:44 brun * [r21421] xml/doc, xml/doc/index.txt: From Sergei Linev; Add doc/index.txt file describing the xml package. 2007-12-17 15:42 brun * [r21420] treeviewer/doc, treeviewer/doc/index.txt: From Bertrand: Add the doc/index.txt describing the treeviewer package. 2007-12-17 15:40 brun * [r21419] sessionviewer/doc, sessionviewer/doc/index.txt: From Bertrand: Add the doc/index.txt file describing the sessionviewer package 2007-12-17 15:38 brun * [r21418] qtgsi/doc, qtgsi/doc/index.txt: From Bertrand: Add the doc/index.txt describing the qtgsi package 2007-12-17 15:11 couet * [r21417] base/src/TAttFill.cxx: - Complete help 2007-12-17 14:24 brun * [r21416] qt/src/TQtClientFilter.cxx, qt/src/TQtClientWidget.cxx, qt/src/TQtRootSlot.cxx: From Valeri Fine: - Added missing class header docs. 2007-12-17 14:22 couet * [r21415] asimage/src/libAfterImage.tar.gz: - Fix in xwarp.h needed to compile libAfterImage with MSVC2008. 2007-12-17 14:15 brun * [r21414] table/inc/TColumnView.h, table/inc/TTableDescriptor.h, table/inc/tableDescriptor.h, table/src/TColumnView.cxx, table/src/TPoints3D.cxx, table/src/TPointsArray3D.cxx, table/src/TResponseTable.cxx, table/src/TTableDescriptor.cxx: From Valeri Fine: - Added missing class header docs. 2007-12-17 14:12 brun * [r21413] sessionviewer/src/TProofProgressLog.cxx, sessionviewer/src/TSessionLogView.cxx: From Bertrand: - Added missing class header docs. 2007-12-17 14:01 couet * [r21412] test/stressGraphics.cxx: - From Axel: Enable stressGraphics to work from roottest without modifying $ROOTSYS/test. 2007-12-17 11:42 moneta * [r21409] test/stressMathCore.cxx: fix (from Axel) for running from roottest 2007-12-17 11:14 axel * [r21405] test: Update svn:ignore 2007-12-17 10:13 brun * [r21402] eg/src/TParticlePDG.cxx: Doc alignment improvements 2007-12-17 10:02 brun * [r21401] hist/inc/THnSparse.h: From Axel: - Added missing class header docs. 2007-12-17 09:28 brun * [r21400] eg/src/TParticlePDG.cxx: Improve doc layout 2007-12-17 09:19 couet * [r21399] treeviewer/src/TParallelCoordEditor.cxx, treeviewer/src/TSpiderEditor.cxx: - class header 2007-12-17 09:16 brun * [r21398] gui/src/TGFontDialog.cxx: From Bertrand: - Added missing class header docs. 2007-12-17 09:15 brun * [r21397] io/src/TStreamerInfo.cxx: - Added missing class header docs. 2007-12-17 09:00 brun * [r21396] guibuilder/src/TGuiBldDragManager.cxx, guibuilder/src/TGuiBldHintsButton.cxx, guibuilder/src/TGuiBldHintsEditor.cxx: From BertrandL - Added missing class header docs. 2007-12-17 08:59 brun * [r21395] guihtml/src/TGHtml.cxx, guihtml/src/TGHtmlBrowser.cxx: From Bertrand: - Added missing class header docs. 2007-12-17 08:57 couet * [r21394] g3d/src/TPoints3DABC.cxx: - class header. 2007-12-17 08:55 brun * [r21393] eg/src/TParticle.cxx, eg/src/TParticleClassPDG.cxx, eg/src/TParticlePDG.cxx, eg/src/TPrimary.cxx: Implement class header ducumentation 2007-12-17 08:52 couet * [r21392] g3d/src/TNodeDiv.cxx: - Class header. 2007-12-17 08:38 brun * [r21391] base/src/TVirtualFitter.cxx: Implement class header doc. 2007-12-17 08:10 rdm * [r21390] rfio/src/TRFIOFile.cxx: Fix for win32. 2007-12-16 10:53 brun * [r21389] base/src/TApplication.cxx: Fix coding conventions 2007-12-15 16:47 pcanal * [r21388] io/src/TBufferFile.cxx: When reading, do not delete the object being pointed to by a pointer when the call to ReadObjectAny returns the object. This happens when a user class has a pointer that is initialized by the default constructor to the address of another object (read from the same buffer) but it is not marked as transient. 2007-12-15 10:56 rdm * [r21387] rfio/inc/TRFIOFile.h, rfio/src/TRFIOFile.cxx: From Andreas: implementation of ReadBuffers() for RFIO. 2007-12-15 10:06 brun * [r21386] gui/inc/TGDNDManager.h, gui/inc/TRootBrowser.h, gui/src/TGCommandPlugin.cxx, gui/src/TGDNDManager.cxx, gui/src/TGFileBrowser.cxx, gui/src/TRootBrowser.cxx, gui/src/TRootBrowserLite.cxx, gui/src/TVirtualDragManager.cxx: From Bertrand: - Added missing classes documentation. 2007-12-14 22:58 pcanal * [r21385] treeplayer/src/TTreeFormula.cxx: Do bitwise operation in Long64_t instead of Int_t to prevent losing the most significant bit of large integers 2007-12-14 21:18 pcanal * [r21384] tree/src/TBranchElement.cxx: Register the obj adresss in the buffer's map even if the object does not inherit from TObject 2007-12-14 20:58 pcanal * [r21383] base/src/TBrowser.cxx: prevent uninitialize memory read (was crashing root.exe -b tutorials/math/principal.C on linux/icc 8 2007-12-14 20:15 rdm * [r21382] net/src/TNetFile.cxx: From Bertrand and Gerri: Fixes the problem reported at: http://root.cern.ch/phpBB2/viewtopic.php?t=5917 2007-12-14 17:43 pcanal * [r21381] io/src/TBufferFile.cxx: Update ReadClassBuffer(TClass *cl, void *pointer, Int_t version, UInt_t start, UInt_t count) to properly handle the new foreign class version numbering scheme (i.e. -1 is now a legal version number) 2007-12-14 15:12 wouter * [r21379] roofitcore/inc/Roo1DTable.h, roofitcore/inc/RooAICRegistry.h, roofitcore/inc/RooAbsArg.h, roofitcore/inc/RooAbsCache.h, roofitcore/inc/RooAbsCacheElement.h, roofitcore/inc/RooAbsCachedPdf.h, roofitcore/inc/RooAbsCategory.h, roofitcore/inc/RooAbsCategoryLValue.h, roofitcore/inc/RooAbsLValue.h, roofitcore/inc/RooAbsOptTestStatistic.h, roofitcore/inc/RooAbsProxy.h, roofitcore/inc/RooAbsRealLValue.h, roofitcore/inc/RooAbsTestStatistic.h, roofitcore/inc/RooArgProxy.h, roofitcore/inc/RooCacheManager.h, roofitcore/inc/RooCatType.h, roofitcore/inc/RooCategory.h, roofitcore/inc/RooCategoryProxy.h, roofitcore/inc/RooComplex.h, roofitcore/inc/RooConvCoefVar.h, roofitcore/inc/RooDataHist.h, roofitcore/inc/RooDataHistSliceIter.h, roofitcore/inc/RooErrorVar.h, roofitcore/inc/RooFFTConvPdf.h, roofitcore/inc/RooFitResult.h, roofitcore/inc/RooLinearVar.h, roofitcore/inc/RooListProxy.h, roofitcore/inc/RooMapCatEntry.h, roofitcore/inc/RooMsgService.h, roofitcore/inc/RooMultiCatIter.h, roofitcore/inc/RooNormSetCache.h, roofitcore/inc/RooNumIntFactory.h, roofitcore/inc/RooPrintable.h, roofitcore/inc/RooProdPdf.h, roofitcore/inc/RooProfileLL.h, roofitcore/inc/RooRandomizeParamMCSModule.h, roofitcore/inc/RooRealConstant.h, roofitcore/inc/RooRealProxy.h, roofitcore/inc/RooRealVar.h, roofitcore/inc/RooSetProxy.h, roofitcore/inc/RooStreamParser.h, roofitcore/inc/RooStringVar.h, roofitcore/inc/RooTable.h, roofitcore/inc/RooThreshEntry.h, roofitcore/inc/RooTrace.h, roofitcore/src/Roo1DTable.cxx, roofitcore/src/RooAICRegistry.cxx, roofitcore/src/RooAbsArg.cxx, roofitcore/src/RooAbsBinning.cxx, roofitcore/src/RooAbsCachedPdf.cxx, roofitcore/src/RooAbsData.cxx, roofitcore/src/RooAbsGenContext.cxx, roofitcore/src/RooAbsHiddenReal.cxx, roofitcore/src/RooAbsIntegrator.cxx, roofitcore/src/RooAbsOptTestStatistic.cxx, roofitcore/src/RooAbsProxy.cxx, roofitcore/src/RooAbsRealLValue.cxx, roofitcore/src/RooAbsSelfCachedPdf.cxx, roofitcore/src/RooAbsTestStatistic.cxx, roofitcore/src/RooAcceptReject.cxx, roofitcore/src/RooAdaptiveGaussKronrodIntegrator1D.cxx, roofitcore/src/RooAddGenContext.cxx, roofitcore/src/RooAddModel.cxx, roofitcore/src/RooAddPdf.cxx, roofitcore/src/RooArgProxy.cxx, roofitcore/src/RooArgSet.cxx, roofitcore/src/RooCacheManager.cxx, roofitcore/src/RooCachedPdf.cxx, roofitcore/src/RooCatType.cxx, roofitcore/src/RooCategoryProxy.cxx, roofitcore/src/RooChi2Var.cxx, roofitcore/src/RooClassFactory.cxx, roofitcore/src/RooCmdConfig.cxx, roofitcore/src/RooConstVar.cxx, roofitcore/src/RooCurve.cxx, roofitcore/src/RooCustomizer.cxx, roofitcore/src/RooDLLSignificanceMCSModule.cxx, roofitcore/src/RooDataHist.cxx, roofitcore/src/RooDataProjBinding.cxx, roofitcore/src/RooErrorVar.cxx, roofitcore/src/RooExtendPdf.cxx, roofitcore/src/RooFFTConvPdf.cxx, roofitcore/src/RooFitResult.cxx, roofitcore/src/RooFormulaVar.cxx, roofitcore/src/RooGenContext.cxx, roofitcore/src/RooGenericPdf.cxx, roofitcore/src/RooHistPdf.cxx, roofitcore/src/RooImproperIntegrator1D.cxx, roofitcore/src/RooIntegrator1D.cxx, roofitcore/src/RooLinearVar.cxx, roofitcore/src/RooLinkedList.cxx, roofitcore/src/RooListProxy.cxx, roofitcore/src/RooMCIntegrator.cxx, roofitcore/src/RooMCStudy.cxx, roofitcore/src/RooMinuit.cxx, roofitcore/src/RooMsgService.cxx, roofitcore/src/RooNLLVar.cxx, roofitcore/src/RooNameSet.cxx, roofitcore/src/RooNormListManager.cxx, roofitcore/src/RooNormManager.cxx, roofitcore/src/RooNumIntConfig.cxx, roofitcore/src/RooNumIntFactory.cxx, roofitcore/src/RooObjCacheManager.cxx, roofitcore/src/RooProdGenContext.cxx, roofitcore/src/RooProdPdf.cxx, roofitcore/src/RooProduct.cxx, roofitcore/src/RooProfileLL.cxx, roofitcore/src/RooProjectedPdf.cxx, roofitcore/src/RooRandomizeParamMCSModule.cxx, roofitcore/src/RooRealBinding.cxx, roofitcore/src/RooRealMPFE.cxx, roofitcore/src/RooRealProxy.cxx, roofitcore/src/RooRealSumPdf.cxx, roofitcore/src/RooRealVar.cxx, roofitcore/src/RooRealVarSharedProperties.cxx, roofitcore/src/RooSegmentedIntegrator1D.cxx, roofitcore/src/RooSegmentedIntegrator2D.cxx, roofitcore/src/RooSetProxy.cxx, roofitcore/src/RooSharedProperties.cxx, roofitcore/src/RooSharedPropertiesList.cxx, roofitcore/src/RooSimGenContext.cxx, roofitcore/src/RooSimPdfBuilder.cxx, roofitcore/src/RooSimultaneous.cxx, roofitcore/src/RooStreamParser.cxx, roofitcore/src/RooStringVar.cxx, roofitcore/src/RooTable.cxx, roofitcore/src/RooTrace.cxx, roofitcore/src/RooTreeData.cxx, roofitcore/src/RooUniformBinning.cxx: o (Large number of classes) - Systematically use Riosfwd.h in header files instead of <iostream> or Riostream.h - Include "Riostream.h" in implementations where necessary - Convert remaining <iostream> to "Riostream" in implementations - Outline all inline functions using cout or endl to facilitate use of fwd declaration of iostreams in all classes - Elimination of some duplicate headers - Match use of 'using namespace std' in implementation files to classes that actually use STL classes 2007-12-14 11:37 rdm * [r21377] base/inc/TVirtualPadEditor.h, base/src/TVirtualPadEditor.cxx: From Ilka: add class description for TVirtualPadEditor. 2007-12-14 11:32 rdm * [r21376] hist/inc/THnSparse.h, hist/src/THnSparse.cxx, meta/src/TCint.cxx, tmva/inc/MethodCuts.h, tmva/inc/TActivationIdentity.h, tmva/src/MethodCuts.cxx, tmva/src/MethodVariable.cxx, tmva/src/Timer.cxx, utils/src/rootcint.cxx: fix the remaining bunch of gcc 4.2 warnings. 2007-12-14 11:12 antcheva * [r21375] guibuilder/inc/TGuiBldHintsButton.h, guibuilder/src/TGuiBldDragManager.cxx, guibuilder/src/TGuiBldHintsButton.cxx, guibuilder/src/TGuiBldHintsEditor.cxx: Added class documentation. 2007-12-14 09:20 rdm * [r21374] meta/src/TCint.cxx: correct method description. 2007-12-14 09:19 rdm * [r21373] unix/src/TUnixSystem.cxx: fix typo in comment. 2007-12-14 09:18 rdm * [r21372] base/src/TSystem.cxx: explicitly mention that the regexp argument is actually a wildcard with a reference to TRegexp::Wildcard. 2007-12-14 09:17 rdm * [r21371] graf/inc/TGraphPolar.h, graf/src/TGraphPolar.cxx: remove Riostream.h from header. 2007-12-14 08:34 brun * [r21370] base/inc/RVersion.h, build/version_number: Start development version 5.17/09. This new version is assumed to contain only bug fixes or documentation improvements. 2007-12-13 11:26 brun * [r21358] base/inc/RVersion.h, build/version_number: Stamp development release 5.17/08 2007-12-13 10:25 brun * [r21357] vmc/doc/index.txt: Delete reference to the HowtoMC page 2007-12-13 09:05 brun * [r21356] html/src/TDocParser.cxx: From Axel: resurrect inline function documentation (usedocxx was not set properly). 2007-12-13 07:53 moneta * [r21355] physics/src/TFeldmanCousins.cxx: use TMath::Poisson instead of implementing the Poisson probability (fix suggested in https://savannah.cern.ch/bugs/?27788 2007-12-13 07:26 brun * [r21354] vmc/doc/index.txt: Fix one more wrong doc link 2007-12-13 07:11 pcanal * [r21353] io/inc/TStreamerInfo.h, io/src/TStreamerInfo.cxx, meta/inc/TClass.h, meta/inc/TVirtualStreamerInfo.h, meta/src/TClass.cxx, tree/src/TBranchElement.cxx: NOTICE: This version introduces support for transitioning classes from the mode where no class version is specified (and the checksum is always used for lookup) and a mode where the user specifies an explicit version number for the class (Allow for simplier, clearer data model evolution). The class version can be specified in 3 different ways: a) Use rootcint and add a ClassDef macro in the class declaration: class MyClass { ... ClassDef(MyClass,10); }; b) Use rootcint and add a RootClassVersion macro in the class source file: RootClassVersion(MyClass,10); c) Use genreflex and specify a ClassVersion property in the selection.xml : <class name="MyClass" ClassVersion="10"/> Those 3 solutions set the class version of MyClass's TClass object to 10. IMPORTANT: In order to avoid a clash between this class version (and any future class versions) and the class versions given by default to the non-versioned layout of the class, you MUST set this class version to a number that is greater than the number of distinct non-versioned layout. Otherwise you may see warning messages like: Warning in <TStreamerInfo::BuildCheck>: The class MyClass transitioned from not having a specified class version to having a specified class version (the current class version is 2). However too many different non-versioned layouts of the class have been loaded so far. This prevent the proper reading of objects written with the class layout version 3, in particular from the file: myclass3.root. Addition Details: When loading a file containing a non-versioned layout of a class, this layout is assigned the next 'free' number in the list of StreamerInfo. In particular this means that if many files with non-versioned layout of the class are loaded before the loading of a library containing a versioned class layout, the slot reserved for this version layout may already be occupied and you will get the following error message: The class MyClass transitioned from not having a specified class version to having a specified class version (the current class version is 2). However too many different non-versioned layouts of the class have already been loaded so far. To work around this problem you can load fewer 'old' file in the same ROOT session or load the C++ library describing the class MyClass before opening the files or increase the version number of the class for example ClassDef(MyClass,3). Do not try to write objects with the current class definition, the files might not be readable. Also if many files with non-versioned layout of the class are read before a file with a versioned layout (and this number is too low), you may get the following error message: Warning in <TStreamerInfo::BuildCheck>: The class MyClass transitioned from not having a specified class version to having a specified class version (the current class version is 2). However too many different non-versioned layouts of the class have been loaded so far. This prevent the proper reading of objects written with the class layout version 3, in particular from the file: myclass3.root. Additional note: For classes with no specified version (i.e. Foreign classes), the current TStreamerInfo is stored at index -1 in the list of StreamerInfo and the class version (gROOT->GetClass("MyClass")->GetClassVersion()) is set to -1. 2007-12-13 07:06 pcanal * [r21352] cint/src/v6_decl.cxx, cint/src/v6_parse.cxx, cint/src/v6_pcode.cxx: Fix handling of: case(1) Fix the use of postinc directly in function call with parameter than are references. Correct the constness in the case: Object * const &front() const; (i.e Object*const vs Object const*). 2007-12-12 22:04 rdm * [r21351] Makefile: in case config/Makefile.comp does not exist print error message, like in case config/Makefile.config does not exist. 2007-12-12 18:44 brun * [r21350] vmc/doc/index.txt: Update some VMC links 2007-12-12 17:02 brun * [r21349] gui/src/TRootBrowser.cxx: From Bertrand: - Add forgotten ClassImp(TRootBrowser) 2007-12-12 16:59 rdm * [r21348] Makefile, cint/configcint.mk, config/Makefile-comp.in, config/root-config.in, configure: compiledata.h and configcint.mk now depend properly on config/Makefile.comp. 2007-12-12 16:47 couet * [r21347] treeviewer/src/TSpiderEditor.cxx: - Add header 2007-12-12 16:18 couet * [r21346] base/src/TVirtualPS.cxx, base/src/TVirtualPad.cxx, gpad/src/TViewer3DPad.cxx, hist/src/TVirtualHistPainter.cxx: - Class header 2007-12-12 15:33 couet * [r21345] gpad/src/TView.cxx: - Add header 2007-12-12 15:22 rdm * [r21344] config: add Makefile.comp to ignore list. 2007-12-12 15:20 couet * [r21343] gl/src/TGLPolyLine.cxx, gl/src/TGLPolyMarker.cxx: - Add header 2007-12-12 15:20 rdm * [r21342] Makefile, config/Makefile-comp.in, config/root-config.in, configure, test/Makefile.arch: added new configure options: --with-cc --with-cxx --with-f77 --with-ld which allows the specification of alternative compilers, which, of course, have to be compatible with the specified or auto detected platform. This is ok: ./configure solarisgcc --with-cxx=g++-4.2 this not: ./configure macosxicc --with-cxx=g++-4.2 Also root-config now supports the options --cc, --cxx, -f77 and --ld. If no alternative compilers were specified these return a blank. In test/Makefile.arch and example of root-config --cxx et al usage is given, so that the alternative compilers specified in ./configure will be used to build the test programs. 2007-12-12 15:15 couet * [r21341] g3d/src/TView3D.cxx: - Fix a warning (multi-line comment) 2007-12-12 15:10 rdm * [r21340] utils/src/rlibmap.cxx: From Axel: Re-add spaces between multiple closing template brackets, that were either removed by Compress() or forgotten by the LinkDef.h author: A<B<C>> becomes A<B<C> > (yes, op>>() is handled). They are now compatible with CINT's version of the same class name, which means that TClass renaming (=delete old, create new) and thus the PyROOT problem with changed TClass objects is now gone. 2007-12-12 15:10 couet * [r21339] gl/src/TGLText.cxx: - Add a class header. 2007-12-12 15:07 couet * [r21338] gl/src/TGLAxis.cxx: - Add a class header 2007-12-12 15:01 couet * [r21337] g3d/src/TView3D.cxx: - Better help header(s). 2007-12-12 13:46 brun * [r21336] eve/doc, eve/doc/index.txt: Add a class directory file describing the EVE package 2007-12-12 11:54 brun * [r21335] test/stressRooFit.cxx: Normalize rootmarks 2007-12-12 11:49 brun * [r21334] test/stressMathCore.cxx, test/stressMathMore.cxx: Normalize rootmarks 2007-12-12 11:45 brun * [r21333] test/stressGraphics.cxx: Normalize rootmarks 2007-12-12 11:31 brun * [r21332] proof/src/TDSet.cxx: From Philippe: make TDSet independent from the libRIO. 2007-12-12 11:29 brun * [r21331] gui/inc/HelpText.h, gui/inc/TRootBrowser.h, gui/src/HelpText.cxx, gui/src/TRootBrowser.cxx, gui/src/TRootBrowserLite.cxx, pythia6/src/TPythia6.cxx: From Bertrand: - Added help on remote sessions - Added help menu in the new browser 2007-12-12 10:15 rdm * [r21330] base/src/TApplication.cxx, net/src/TApplicationRemote.cxx: Add extensive help to the .R command. Type .R -? or -h or --help to get a detailed description of the options. Also support for sourced scripts is added, as well as the old behaviour to execute a custom roots script, to for example start in a special mode or special binary. To source a script before starting roots do: .R lxplus <go to execute your own roots like script do: .R lxplus myroots 2007-12-12 09:37 brun * [r21329] hist/src/THnSparse.cxx: From Axel: Add doc for THnSparse's internal classes. 2007-12-12 09:32 axel * [r21328] html/src/TClassDocOutput.cxx, html/src/TDocDirective.cxx, html/src/TDocOutput.cxx: Add class doc. 2007-12-12 08:35 brun * [r21327] test/Makefile.win32: From Bertrand: - Add new tests (stresses) in the native win32 nmake makefile 2007-12-12 08:26 axel * [r21326] html/inc/TDocParser.h, html/src/TClassDocOutput.cxx, html/src/TDocParser.cxx: From Matevz and me: * allow several classes in one source file with doc for each. Documentation in front of a class' ClassImp() invocation will be used; if there is none, the first one in the file will be taken (see e.g. TH1F etc: shared doc for all classes). * convert the class doc parsing into a state machine which fixes a few cases where THtml was "forgetting" to write the class doc. * fix a span for namespaces. * Strip() now also removes newlines. * clear un-used comments; fixes rare problem with misinterpreted comments. 2007-12-12 06:21 brun * [r21325] build/unix/makestatic.sh: exclude rootfitcore and eve from the static build 2007-12-11 18:20 brun * [r21324] configure: From Lorenzo: patch for configure to use the static GSL libraries. When using it on a Linux 64 bit machines (like SLC4 with gcc3.4), one must have compiled GSL with the option -fPIC also for the static library. This is done by using the GSL configure option --with-pic With these changes the LD_LIBRARY_PATH to GSL is not needed anymore when running or building stressMathMore 2007-12-11 17:37 brun * [r21323] graf/src/TGraphAsymmErrors.cxx: From Lorenzo: patch for fixing the following problem with BayesDivide in TGraphAsymmErrors: - missing precision when inverting the beta distribution (see bug https://savannah.cern.ch/bugs/?30246 - use lower(upper) error equal zero for bins with 0 (1) efficiency 2007-12-11 13:07 brun * [r21322] math/src/TMath.cxx: In TMath::Gamma documentation remove a blank character in the definition of a Latex #frac 2007-12-11 12:04 brun * [r21321] tree/src/TBranchElement.cxx: Fix a bug in TBranchElement::GetTypeName. The returned type should be fStreamerType%20 and not fStreamerType%21 2007-12-11 11:01 moneta * [r21319] test/Makefile, test/stressMathCore.cxx, test/stressMathMore.cxx: fix problems making and loading dictionary library for stressMathcore and compilaiton problem on Windows 2007-12-11 08:48 matevz * [r21317] eve/inc/TEveGValuators.h, eve/src/TEveGValuators.cxx, eve/src/TEveProjections.cxx, eve/src/TEveTrackGL.cxx, eve/src/TEveTrans.cxx: Fix the remaining four coding convention violations. 2007-12-11 08:21 brun * [r21316] roofit/src/RooNDKeysPdf.cxx: From Wouter: Fix one more fabs problem. 2007-12-11 08:14 brun * [r21315] test/stressMathMore.cxx: From Bertrand: Fix a fatal compilation error on Windows 2007-12-10 22:09 brun * [r21314] roofit/src/RooBDecay.cxx, roofit/src/RooNDKeysPdf.cxx, roofitcore/src/RooClassFactory.cxx: From Wouter: Fix compilation warnings due to the use of fabs. Fix a silly problem in RooClassFactory.cxx 2007-12-10 21:30 moneta * [r21313] test/Makefile, test/stressMathMore.cxx: fix a warning in stressMathore and a problem making dictionary library on Windows 2007-12-10 19:42 matevz * [r21312] eve/inc/TEvePolygonSetProjectedEditor.h, eve/inc/TEveQuadSet.h: Bertrand: fix unresolved external symbols on Windows (class destructors). 2007-12-10 19:08 brun * [r21311] test/RootShower/MyEvent.cxx, test/RootShower/MyParticle.cxx, test/RootShower/RSAbout.cxx, test/RootShower/RSMsgBox.cxx, test/RootShower/RootShower.cxx: From Bertrand: Fix compiler warnings 2007-12-10 19:05 matevz * [r21310] eve/inc/TEveBoxSetGL.h, eve/inc/TEveDigitSetEditor.h, eve/inc/TEveElement.h, eve/inc/TEveElementEditor.h, eve/inc/TEveGedEditor.h, eve/inc/TEveGeoNode.h, eve/inc/TEveLineEditor.h, eve/inc/TEvePolygonSetProjectedGL.h, eve/inc/TEveQuadSetGL.h, eve/inc/TEveRGBAPaletteEditor.h, eve/inc/TEveScene.h, eve/inc/TEveSceneInfo.h, eve/inc/TEveStraightLineSetEditor.h, eve/inc/TEveTrackEditor.h, eve/inc/TEveTrackPropagator.h, eve/inc/TEveTrackPropagatorEditor.h, eve/inc/TEveTransEditor.h, eve/inc/TEveTriangleSetEditor.h, eve/inc/TEveVSDStructs.h, eve/inc/TEveViewer.h, eve/src/TEveBoxSetGL.cxx, eve/src/TEveBrowser.cxx, eve/src/TEveChunkManager.cxx, eve/src/TEveDigitSetEditor.cxx, eve/src/TEveElement.cxx, eve/src/TEveElementEditor.cxx, eve/src/TEveEventManager.cxx, eve/src/TEveFrameBox.cxx, eve/src/TEveFrameBoxGL.cxx, eve/src/TEveGValuators.cxx, eve/src/TEveGedEditor.cxx, eve/src/TEveGeoNode.cxx, eve/src/TEveGeoNodeEditor.cxx, eve/src/TEveGridStepper.cxx, eve/src/TEveLineEditor.cxx, eve/src/TEveMacro.cxx, eve/src/TEveManager.cxx, eve/src/TEvePad.cxx, eve/src/TEvePointSet.cxx, eve/src/TEvePolygonSetProjected.cxx, eve/src/TEvePolygonSetProjectedEditor.cxx, eve/src/TEvePolygonSetProjectedGL.cxx, eve/src/TEveProjections.cxx, eve/src/TEveQuadSet.cxx, eve/src/TEveQuadSetGL.cxx, eve/src/TEveRGBAPalette.cxx, eve/src/TEveRGBAPaletteEditor.cxx, eve/src/TEveScene.cxx, eve/src/TEveSceneInfo.cxx, eve/src/TEveStraightLineSet.cxx, eve/src/TEveStraightLineSetEditor.cxx, eve/src/TEveTrack.cxx, eve/src/TEveTrackEditor.cxx, eve/src/TEveTrackGL.cxx, eve/src/TEveTrackProjected.cxx, eve/src/TEveTrackProjectedGL.cxx, eve/src/TEveTrackPropagator.cxx, eve/src/TEveTrackPropagatorEditor.cxx, eve/src/TEveTrans.cxx, eve/src/TEveTransEditor.cxx, eve/src/TEveTreeTools.cxx, eve/src/TEveTriangleSet.cxx, eve/src/TEveTriangleSetEditor.cxx, eve/src/TEveTriangleSetGL.cxx, eve/src/TEveUtil.cxx, eve/src/TEveVSDStructs.cxx, eve/src/TEveViewer.cxx: Fix coding convention violations. 2007-12-10 18:58 brun * [r21309] test/RootShower/MyDetector.h: From Bertrand: TGeoMatrix.h must now be included. 2007-12-10 17:19 moneta * [r21308] test/Makefile, test/stressMathCore.cxx, test/stressMathMore.cxx: - add documentation on how to run the tests make now a library for the dictionary (TrackMathCoreCint.so) used in stressMathCore - make stressMathMore readable by CINT. Still to be able to run in CINT, a problem with typedef's to free functions needs to be understood. 2007-12-10 17:14 couet * [r21307] tutorials/graphics/psview.C: - Better version. 2007-12-10 17:04 brun * [r21306] test/stressShapes.cxx: TGeoMatrix.h must now be included. 2007-12-10 16:56 brun * [r21305] hist/inc/TH1.h, hist/inc/TH2.h, hist/inc/THStack.h, hist/src/TH1.cxx, hist/src/TH2.cxx, hist/src/THStack.cxx: From Axel & Lorenzo: Fixing first and last bin default arguments. Now the default argument of: firstbin = 0, lastbin = -1 indicates [0,Nbin+1] (includes underflow/overflow) firstbin= 1, lastbin = -1 indicates [1,Nbin] 2007-12-10 16:53 rdm * [r21304] base/src/TSystem.cxx: lone option "L" was not supported in GetLibraries(). 2007-12-10 16:48 brun * [r21303] etc/vmc/MakeRules: From Federico: Fix typo in previous patch 2007-12-10 16:36 axel * [r21302] reflex/python/genreflex/genreflex.py: Next try to find a solution for option quotes to work on both windows cmd.exe and bash, after python has mangled them. The problem only exists because -DA="two words" needs to be supported - and the quotes need to be kept! Solution: if '=' is followed by '"' and the option ends on '"' then escape the double quotes. genreflex ... "-DSTRING=\"a string\"" works now on both windows and linux. Also print the gccxml invocation command if debug is set. 2007-12-10 16:21 brun * [r21301] eve/src/TEveGeoNode.cxx, g4root/src/TG4RootDetectorConstruction.cxx, geom/inc/TGeoCache.h, geom/inc/TGeoHelix.h, geom/inc/TGeoNavigator.h, geom/inc/TGeoNode.h, geom/inc/TGeoPatternFinder.h, geom/src/TGeoArb8.cxx, geom/src/TGeoBBox.cxx, geom/src/TGeoCache.cxx, geom/src/TGeoCompositeShape.cxx, geom/src/TGeoHelix.cxx, geom/src/TGeoNavigator.cxx, geom/src/TGeoNode.cxx, geom/src/TGeoPara.cxx, geom/src/TGeoPatternFinder.cxx, geom/src/TGeoScaledShape.cxx, geom/src/TGeoShapeAssembly.cxx, geom/src/TGeoTrd1.cxx, geom/src/TGeoTrd2.cxx, geombuilder/src/TGeoManagerEditor.cxx, geombuilder/src/TGeoNodeEditor.cxx, geombuilder/src/TGeoVolumeEditor.cxx, test/stressGeometry.cxx, vmc/src/TGeoMCGeometry.cxx: From Andrei: there was an implicit dependency of TGeoMatrix by TGeoManager.h via TGeoNavigator.h->TGeoCache.h + few other bad dependencies like: TGeoMatrix included by TGeoNode.h via TGeoPatternFinder.h Hmm... I had to cleanup few inlines, introduce a transient matrix in TGeoNavigator (to recover the lost inlining speed) + add several #include "TGeoMatrix.h" allover where this was included and used via TGeoManager.h 2007-12-10 16:01 couet * [r21300] tutorials/graphics/psview.C: - Complete help. 2007-12-10 15:54 brun * [r21299] gui/src/TRootCanvas.cxx, gui/src/TRootEmbeddedCanvas.cxx: From Bertrand: - Allow to drag and drop ps, eps and pdf files in TRootCanvas and TRootEmbeddedCanvas. 2007-12-10 15:34 matevz * [r21298] tutorials/gl/glViewerExercise.C: Connect TTimer::TurnOff() to TGLSAFrame::CloseWindow(). Without this the next timer call resulted in SEGV as it was operating on a deleted window. 2007-12-10 15:17 rdm * [r21297] configure: remove the obsolete files lib/libASPluginGS.* that might have been left over from a previous built. 2007-12-10 15:09 rdm * [r21296] configure: From Eddy: use -rpath for solarisgcc (was already done for linux). 2007-12-10 15:02 rdm * [r21295] etc/vmc/MakeRules, etc/vmc/Makefile.linux, hist/inc/TFormulaPrimitive.h: From Fed: - dummy copy ctor and assignment operator for TFormulaPrimitive - fixes in vmc make files 2007-12-10 14:53 rdm * [r21294] asimage/Module.mk, asimage/inc/LinkDef.h, asimage/inc/LinkDefGS.h, asimage/src/TASPluginGS.cxx: From Bertrand: Don't generate a separate library for the ghostscript plugin, but put the code in libASImage. It didn't work on Windows, since there were two instances of libAfterImage storage manager (one in each DLL, each DLL being linked with static libAfterImage library) and they don't share memory. This means that an ASImage created in a DLL cannot be used in another DLL. With this patch, the macro psview.C works on Linux and Windows (if ghostscript has been installed and is in the PATH). 2007-12-10 14:44 couet * [r21293] test/stressGraphics.cxx, test/stressGraphics.ref: - Create $ROOTSYS/tutorials/hsimple.root if it does not exist by running in batch $ROOTSYS/tutorials/hsimple.C. 2007-12-10 11:57 brun * [r21292] winnt/inc/TWinNTSystem.h: From Bertrand: Solves the problem reported at: <http://savannah.cern.ch/bugs/?32048> (no default values in TWinNTSystem::Load) 2007-12-10 11:56 matevz * [r21291] eve/inc/TEveManager.h, eve/src/TEveManager.cxx: Add exception handler for TEveExceptions. Rename function arguments that were still named render_element and alike. Add function descriptions. 2007-12-10 11:04 brun * [r21290] geom/inc/TGeoMatrix.h, geom/src/TGeoManager.cxx: From Andrei: another fix for the uninitialized variable spotted by Federico, plus the addition of TGeoMatrix::Print() in the context menu needed by Bjorn in Bug report #27780. 2007-12-10 10:59 ganis * [r21289] proofd/src/XrdProofWorker.cxx: Fix problem with support for '[user@]host[:port]' in worker definition directives (bug #31380) 2007-12-10 10:44 ganis * [r21288] proof/inc/TProof.h, proof/src/TCondor.cxx, proof/src/TProofCondor.cxx, proof/src/TProofServ.cxx: Fix for bug 32035: - Always use gSystem->TempDirectory() where relevant 2007-12-10 10:27 brun * [r21287] geom/src/TGeoBuilder.cxx: From Andrei: I added coherency to all TGeoBuilder::MakeXXX("name",...) that now create the shape for the corresponding volume with the same name. 2007-12-10 10:26 brun * [r21286] roofitcore/src/RooAbsCache.cxx, roofitcore/src/RooAbsCacheElement.cxx, roofitcore/src/RooAbsCachedPdf.cxx, roofitcore/src/RooAbsSelfCachedPdf.cxx, roofitcore/src/RooCacheManager.cxx, roofitcore/src/RooDataSet.cxx, roofitcore/src/RooFFTConvPdf.cxx, roofitcore/src/RooProfileLL.cxx, roofitcore/src/RooProjectedPdf.cxx: From Wouter: o RooAbsSelfCachedPdf, RooAbsCacheElement, RooFFTConvPdf, RooAbsCachedPdf, RooProfileLL, RooProjectedPdf, RooAbsCache - Include forgotten RooFit.h header to fix Solaris compilation problems (Savannah #32026) o RooCacheManager - Add multiple-inclusion guards around templateClassImp to solve Solaris compilation problem (Savannah #32026) o RooDataSet - Change message level of information message in RooDataSet::read from its mistaken ERROR level to INFO level (reported by Jim Smith) 2007-12-10 10:24 brun * [r21285] hist/src/TAxis.cxx: Fix documentation error in TAxis::SetRange 2007-12-10 09:34 couet * [r21284] tutorials/graphics/psview.C: - Add a comment about ghostscript 2007-12-10 07:59 rdm * [r21283] build/package/common/root-plugin-gl.control, build/package/debian/changelog, build/package/debian/control.in, build/package/debian/rules, build/package/lib/makebuilddepend.sh, build/package/lib/makelists.sh, configure: Form Christian Holm: * Re-enable use of Win32 Qt4 debug libraries * Fix python problem on Ubuntu (thanks to Andy O'Neill <oneill@phys.columbia.edu>) * Make sure libRooFitCore is distributed * Build-dependencies * EVE in root-plugin-gl * Fix Debian BTS bugs. 2007-12-10 02:46 rdm * [r21282] base/src/TSystem.cxx: From Matevz: remove warning and re-throw in correct location. 2007-12-08 09:31 moneta * [r21281] hist/inc/TH2.h, hist/src/TH2.cxx: - from Axel: change default range used when projecting a 2D histogram (TH2) into a TH1. The underflow/overflow along Y (X) are now by default considered when projecting into X (Y). 2007-12-07 19:36 moneta * [r21280] mathcore/src/FunctorCint.cxx: fixes for Solaris forgot in previous commit 2007-12-07 18:37 brun * [r21279] hist/inc/THnSparse.h, hist/src/THnSparse.cxx: From Silvia Arcelli and Axel: make THnSparse::Projection() consistent with the versions from TH3 and (soon) TH2 wrt handling of over- and underflow bins. 2007-12-07 18:33 axel * [r21278] tutorials/hist/sparsehist.C: Fix histogram title 2007-12-07 17:52 brun * [r21277] gpad/src/TPad.cxx: From Bertrand: - Fixes the problem saving canvas from the menu File->Save->canv.jpg ...on Windows. 2007-12-07 17:26 moneta * [r21276] mathcore/inc/Math/LinkDef.h, mathcore/src/FunctorCint.cxx: - fix a compilation problem on Solaris - use Form for passing the function parameters for a f (double *, int) 2007-12-07 15:55 ganis * [r21273] xrootd/src/xrootd-20071116-0000.src.tgz: Fix a few compilation warnings on Windows and on Mac (from F. Furano) 2007-12-07 14:54 brun * [r21272] roofit/inc/RooKeysPdf.h, roofit/src/RooKeysPdf.cxx, roofitcore/inc/RooAbsOptTestStatistic.h, roofitcore/inc/RooAbsTestStatistic.h, roofitcore/src/RooAbsOptTestStatistic.cxx, roofitcore/src/RooAbsTestStatistic.cxx, roofitcore/src/RooBanner.cxx, roofitcore/src/RooTreeData.cxx, tmva/inc/Version.h, tmva/src/MethodANNBase.cxx, tmva/test/TMVAnalysis.C, tmva/test/TMVAnalysis.py: From Wouter: o RooAbsTestStatistic, RooAbsOptTestStatistic, RooKeysPdf - Adjustments for persistence (correct default ctor etc...) o RooTreeData - Apply cut ranges when plotting asymmetry if specified (Fix from Gerhard Raven) o RooBanner - Increment version tag to v2.30 2007-12-07 14:02 moneta * [r21271] mathcore/inc/Math/Functor.h, mathcore/src/FunctorCint.cxx: fix xompilation error on gcc 3.4 2007-12-07 12:15 rdm * [r21270] base/inc/LinkDef2.h, base/inc/TSysEvtHandler.h, base/inc/TSystem.h, base/src/TSysEvtHandler.cxx, base/src/TSystem.cxx: From Matevz: implementation of TStdExceptionHandler deriving from TSysEvtHandler. Whenever a std::exception is thrown it will be intercepted in TSystem::Run where all TStdExceptionHandlers will be processed. Just like how signals are handled. std::exceptions are thrown by Eve so now they can be properly handled without aborting the system. 2007-12-07 12:06 moneta * [r21269] mathcore/inc/Math/Functor.h, mathcore/inc/Math/LinkDef.h, mathcore/src/FunctorCint.cxx: add implementation for Functor of interpreted functions 2007-12-07 12:05 ganis * [r21268] proof/src/TProof.cxx: In batch mode, do not call PrintProgress until there is some info (fix for bug #31471) 2007-12-07 11:40 ganis * [r21267] proof/src/TDSet.cxx: Fix bugs preventing in some cases proper validation in multi-level master mode - Make sure that options and anchors are not removed after TDSetElement::GetEntries() - Use only the file name (and not the full Url) in matching elements in TDSetElement::Validate(TDSetElement *) 2007-12-07 11:37 rdm * [r21266] treeplayer/src/TTreePlayer.cxx: from Gerri: remove limit on file name length and extend branch names from 128 to 1024 in TTreePlayer::MakeClass() and TTreePlayer::MakeCode(). 2007-12-07 11:17 rdm * [r21265] base/inc/TApplication.h, base/src/TApplication.cxx, gui/src/TGApplication.cxx, rint/src/TRint.cxx: Following changes: - use TSystem::NotifyApplicationCreated() - fix problem with TApplication changing directory during argument parsing. Directory is changed only in TRint when it processes the directory argument. - Add warning if argument file.root does not exists, before not existing file was ignored. - Improve documentation of TApplication::GetOptions(). 2007-12-07 11:13 rdm * [r21264] base/inc/TSystem.h, base/src/TSystem.cxx, winnt/src/TWinNTSystem.cxx: add NotifyApplicationCreated() to TSystem.h so that the special TWinNTSystem cast and #include of TWinNTSystem.h in TApplication is not needed anymore. Also this call was missing from TGApplication. 2007-12-07 10:40 brun * [r21262] test/stressRooFit.cxx: From Wouter: enables to new features - If write mode is enabled (-w) with a URL file, it automatically reverts to the default of writing locally (file name = file name listed in URL) - It add the '-d <N>' options to set the gDebug level to the desired value 2007-12-07 10:37 couet * [r21261] tutorials/gl/gldemos.C: - Add glparametric.C 2007-12-07 10:25 pcanal * [r21260] test/stressMathMore.cxx: Bend to Cint's will, resistance is futile, spaces must be in the right places 2007-12-07 10:23 brun * [r21259] tutorials/eve/view3ds.C: From Bertrand: - Fixes potential crash on some 3ds geometries + remove a few unused variables. 2007-12-07 10:22 couet * [r21258] tutorials/graphics/psview.C: - This macro generates a PS file and then visualize it in a Canvas. It used psexam.C to create the PS file. The macro psexam.C is not available anymore. The PS file is now generated from feynman.C. 2007-12-07 10:21 wouter * [r21257] roofitcore/inc/RooCacheManager.h, roofitcore/inc/RooDataHist.h, roofitcore/inc/RooHistPdf.h, roofitcore/inc/RooMinuit.h, roofitcore/inc/RooObjCacheManager.h, roofitcore/src/RooAbsReal.cxx, roofitcore/src/RooDataHist.cxx, roofitcore/src/RooHistPdf.cxx, roofitcore/src/RooMinuit.cxx: o RooDataHist, RooHistPdf, RooCacheManager - Fixes for persistence o RooAbsReal - Use 'pdf-style' compact printing to have uniform printing of p.d.f.s. and functions in RooWorkspace o RooMinuit - Fix for BaBar in contour() 2007-12-07 09:41 brun * [r21256] geom/src/TGeoNavigator.cxx: From Andrei: Fix coding conventions. 2007-12-07 08:43 brun * [r21255] eve/inc/TEveManager.h: From Bertrand: - Use correct declaration of global gEve (R__EXTERN instead of extern) to make it externally available when linking on Windows. 2007-12-07 07:07 ganis * [r21254] proofd/inc/XrdProofdAux.h, proofd/src/XrdProofdAux.cxx, proofd/src/XrdProofdManager.cxx, proofd/src/XrdProofdProtocol.cxx: Fix a compilation problem on Mac 2007-12-07 01:39 matevz * [r21252] eve/inc/TEveBoxSetGL.h, eve/inc/TEveGLUtil.h, eve/inc/TEveLineGL.h, eve/inc/TEvePolygonSetProjectedGL.h, eve/inc/TEveProjectionManagerGL.h, eve/inc/TEveQuadSetGL.h, eve/inc/TEveStraightLineSetGL.h, eve/inc/TEveTrackGL.h, eve/inc/TEveTrackProjectedGL.h, eve/inc/TEveTriangleSetGL.h, eve/src/TEveBoxSetGL.cxx, eve/src/TEveFrameBoxGL.cxx, eve/src/TEveGLText.cxx, eve/src/TEveGLUtil.cxx, eve/src/TEveLineGL.cxx, eve/src/TEvePointSet.cxx, eve/src/TEvePolygonSetProjectedGL.cxx, eve/src/TEveProjectionManagerGL.cxx, eve/src/TEveQuadSetGL.cxx, eve/src/TEveStraightLineSetGL.cxx, eve/src/TEveTrackGL.cxx, eve/src/TEveTriangleSetGL.cxx, gl/inc/TF2GL.h, gl/inc/TGLCylinder.h, gl/inc/TGLFaceSet.h, gl/inc/TGLLogicalShape.h, gl/inc/TGLObject.h, gl/inc/TGLParametricEquationGL.h, gl/inc/TGLPhysicalShape.h, gl/inc/TGLPolyLine.h, gl/inc/TGLPolyMarker.h, gl/inc/TGLSphere.h, gl/inc/TGLUtil.h, gl/inc/TH2GL.h, gl/inc/TPointSet3DGL.h, gl/src/TGLPhysicalShape.cxx, gl/src/TGLUtil.cxx: Changes for marking of top-level objects in GL window. - TGLLogicalShape: move DirectDraw() from protected to public. - Implement color-locking for object rendering. - Wrap all calls to glColor() to go via TGLUtil::Color(). 2007-12-06 23:55 ganis * [r21250] proof/src/TProofServ.cxx, proofd/inc/XrdProofSched.h, proofd/inc/XrdProofServProxy.h, proofd/inc/XrdProofdAux.h, proofd/inc/XrdProofdClient.h, proofd/inc/XrdProofdManager.h, proofd/inc/XrdProofdProtocol.h, proofd/inc/XrdROOT.h, proofd/src/XrdProofSched.cxx, proofd/src/XrdProofServProxy.cxx, proofd/src/XrdProofdAux.cxx, proofd/src/XrdProofdClient.cxx, proofd/src/XrdProofdManager.cxx, proofd/src/XrdProofdProtocol.cxx, proofplayer/src/TPacketizerAdaptive.cxx: - Fix problem crashing the application at reconfig (bug #28778) - Fix a bug preventing standard Scalla/Xrootd if-else-fi config constructs to work - Fix a bug in XrdProofdManager::GetProofConn in checking existing valid connections - Fix a bug in TProofServ::ApplyMaxQueries preventing the correct removal of empty query directories - Fix coding convention violations in TPacketizerAdaptive (from Jan) 2007-12-06 20:05 brun * [r21249] test/guitest.cxx: Apply the same fix in function TestShutter::AddShutteritem than in guitest.C. The new function API is void TestShutter::AddShutterItem(const char *name, shutterData_t *data) instead of: void TestShutter::AddShutterItem(const char *name, shutterData_t data[]) The new form is more portable and works correctly with CINT too. 2007-12-06 19:53 brun * [r21248] tutorials/eve/view3ds.C: From Bertrand: - Fixes a 64bit portability problem (replace ULong_t by UInt_t). .3ds files are in binary format and size really matter ;-) 2007-12-06 18:27 matevz * [r21247] tutorials/eve/quad_test.C: Propagate changes from CCV fixes. 2007-12-06 17:55 matevz * [r21246] eve/inc/TEveBoxSet.h, eve/inc/TEveProjections.h, eve/inc/TEveVSDStructs.h, eve/src/TEveBoxSet.cxx, eve/src/TEveBoxSetGL.cxx, eve/src/TEveElement.cxx, eve/src/TEveGLText.cxx, eve/src/TEveGeoNode.cxx, eve/src/TEveGridStepperEditor.cxx, eve/src/TEvePolygonSetProjected.cxx, eve/src/TEvePolygonSetProjectedGL.cxx: Fix some CCVs. 2007-12-06 17:47 pcanal * [r21245] tutorials/gui/guitest.C: Cint does not support interpreted function taking an array as parameter ... anyway a pointer is sufficient in this case (AddShutterItem) 2007-12-06 17:28 moneta * [r21243] mathcore/inc/Math/Functor.h, mathcore/inc/Math/LinkDef.h, mathmore/src/GSLRootFinder.cxx, mathmore/src/GSLRootFinderDeriv.cxx, mathmore/test/testDerivation.cxx, mathmore/test/testFunctor.cxx, mathmore/test/testIntegration.cxx, mathmore/test/testIntegrationMultiDim.cxx, test/Makefile, test/stressMathCore.cxx, test/stressMathMore.cxx: - sync with dev branch 21238. - add stressMathMore - fix constructor for Functor and have now GradFunctor class for functions providing derivatives. - add warning message in RootFinder when failed for passing max interations 2007-12-06 17:13 ganis * [r21241] proof/src/TProofChain.cxx: Avoid recursive destruction (fix bug #30608) 2007-12-06 17:13 pcanal * [r21240] test/dt_DrawTest.C: The old style split branch do not store Double32_t with annotation with the same precision. since the interface is deprecated skip the test 2007-12-06 17:09 pcanal * [r21239] hist/src/TFormula.cxx: From Ole Hansen: Work around the fact there appears to be a subtle logic error in the check for string arguments in TFormula::Compile. With user-defined string variables, this may cause silent corruption of the formula leading to incorrect results or even segfaults at evaluation time. See https://savannah.cern.ch/bugs/?31988 2007-12-06 16:47 pcanal * [r21237] hist/src/TFormula.cxx: From Ole Hansen: Fix for the fact that a string literal argument to the strstr() function in a TFormula expression currently cannot contain a comma. See https://savannah.cern.ch/bugs/?31985 2007-12-06 16:32 ganis * [r21236] proof/inc/TProof.h, proof/src/TDSet.cxx, proof/src/TProof.cxx, proof/src/TProofServ.cxx, proofplayer/src/TProofPlayer.cxx: Honour the stop/cancel requests during lookup and during final merge collection; fix bug #23208 2007-12-06 16:14 ganis * [r21235] proofx/src/TXProofMgr.cxx, proofx/src/TXSlave.cxx: Fix warnings on Solaris 2007-12-06 15:45 rdm * [r21234] configure, io/inc/TFileCacheRead.h, netx/inc/TXNetFile.h, netx/inc/TXNetSystem.h, netx/src/TXNetFile.cxx, netx/src/TXNetSystem.cxx, xrootd/Module.mk, xrootd/src/xrootd-20071001-0000.src.tgz, xrootd/src/xrootd-20071116-0000.src.tgz: From Gerri, Fabrizio, Andreas: - Fix problems with readv and async reading - Add possibility to set the cache parameters "per instance" - Proper locate implementation 2007-12-06 15:34 antcheva * [r21233] gui/inc/TGToolTip.h, gui/src/TGToolTip.cxx: Updated doc about multiple lines feature of tooltips. 2007-12-06 15:27 wouter * [r21232] roofitcore/src/RooDataHist.cxx: o RooDataHist - Fix pointer hashing issue that caused mixup in partial bin volume calculation when multiple partial intergrals are calculated off the same object Solves Savannah #31869 2007-12-06 15:22 rdm * [r21231] asimage/src/TASPaletteEditor.cxx, base/src/TBuffer.cxx, base/src/TGuiFactory.cxx, base/src/TMacro.cxx, base/src/TStyle.cxx, cont/src/TClassTable.cxx, cont/src/TClonesArray.cxx, cont/src/TObjArray.cxx, cont/src/TRefArray.cxx, gl/src/TGLBoxPainter.cxx, gl/src/TGLContext.cxx, gl/src/TGLLegoPainter.cxx, gl/src/TGLPShapeObjEditor.cxx, gl/src/TGLParametric.cxx, gl/src/TGLSAViewer.cxx, gl/src/TGLSurfacePainter.cxx, gl/src/TGLTF3Painter.cxx, gl/src/TGLWidget.cxx, graf/src/TGraph.cxx, graf/src/TPaveText.cxx, hist/src/TF1.cxx, hist/src/TH1.cxx, histpainter/src/THistPainter.cxx, io/src/TDirectoryFile.cxx, matrix/src/TMatrixTBase.cxx, matrix/src/TVectorT.cxx, proofplayer/src/TPerfStats.cxx, qt/src/TQtWidget.cxx, roofitcore/src/RooAbsArg.cxx, table/src/TGenericTable.cxx, treeplayer/src/TSelectorDraw.cxx, treeplayer/src/TTreeProxyGenerator.cxx: change all occurances where %x is used to format a pointer to %lx. 2007-12-06 15:19 couet * [r21230] test/stressGraphics.ref: - Changes needed for Solaris. 2007-12-06 14:36 couet * [r21228] test/stressGraphics.cxx, test/stressGraphics.ref: - Call gStyle->Reset() in StartTest() to make sure the settings of one test do no affect the further tests. 2007-12-06 13:02 rdm * [r21227] pyroot/src/PyROOT.h: handle special case for MacOS 10.3. 2007-12-06 13:02 rdm * [r21226] treeplayer/src/TFormLeafInfo.cxx: fix fCopyFormat and fDeleteFormat, use %lx instead of %x. Without l specifier got truncation on Leopard 64-bit. 2007-12-06 10:54 brun * [r21225] test/stressGeometry.cxx: From Andrei: - The fix in stressGeometry makes the algorithm of crossing boundaries more stable with respect to geometry definition errors (overlaps) 2007-12-06 10:49 rdm * [r21224] freetype/src: change ignore to new version. 2007-12-06 10:47 rdm * [r21223] freetype/Module.mk, freetype/src/freetype-2.1.9.tar.gz, freetype/src/freetype-2.3.5.tar.gz, freetype/src/win/freetype.dep, freetype/src/win/freetype.mak: move to the latest freetype, previous version had security issues. 2007-12-06 10:39 brun * [r21222] geom/src/TGeoNavigator.cxx: From Andrei: -The fix in navigation adds protections in case of MANY overlaps of divided volumes, plus precision-related changes like: if (snext<fStep) -> if (snext<fStep-gTolerance) This should fix the discrepancies found when running stressGeometry. see coming check-in. 2007-12-06 10:26 wouter * [r21221] roofitcore/inc/RooCustomizer.h, roofitcore/inc/RooSimPdfBuilder.h, roofitcore/src/RooCustomizer.cxx, roofitcore/src/RooSimPdfBuilder.cxx, roofitcore/src/RooStreamParser.cxx: o RooSimPdfBuilder, RooCustomizer - Clean up ownership bookkeeping of nodes that created vs node that are imported. Fixes Savannah #31967 o RooStreamParser - Fix uninitialized value that caused 'conditional jump on uninitialized value' when valgrind test macro of Savannah #31967 2007-12-06 08:48 ganis * [r21220] proof/src/TProof.cxx: From Bertrand: avoid a crash when deleting proof while using TSessionViewer GUI 2007-12-06 08:42 brun * [r21219] sessionviewer/src/TSessionViewer.cxx: From Bertrand: - Properly update list tree when a session status change 2007-12-06 06:22 brun * [r21218] tmva/src/BinaryTree.cxx, tmva/test/network.C: From Joerg Stelzer: fix for the coding rule violation (missing docu) and a bug fix in a macro in the tmva/test directory (we had hardcoded a filename there). 2007-12-05 21:30 pcanal * [r21217] utils/src/rootcint.cxx: do not mistake the -pipe option for -p 2007-12-05 17:19 matevz * [r21215] eve/inc/TEveBoxSet.h, eve/inc/TEveDigitSet.h, eve/inc/TEveFrameBox.h, eve/inc/TEveGLText.h, eve/inc/TEveGridStepper.h, eve/inc/TEveLine.h, eve/inc/TEvePointSet.h, eve/inc/TEveProjections.h, eve/inc/TEveQuadSet.h, eve/inc/TEveRGBAPalette.h, eve/inc/TEveTrack.h, eve/inc/TEveTreeTools.h, eve/inc/TEveVSDStructs.h, eve/src/TEveBoxSet.cxx, eve/src/TEveBoxSetGL.cxx, eve/src/TEveDigitSet.cxx, eve/src/TEveFrameBox.cxx, eve/src/TEveFrameBoxGL.cxx, eve/src/TEveGLText.cxx, eve/src/TEveGridStepper.cxx, eve/src/TEvePointSet.cxx, eve/src/TEvePolygonSetProjected.cxx, eve/src/TEveProjectionManager.cxx, eve/src/TEveProjectionManagerEditor.cxx, eve/src/TEveProjections.cxx, eve/src/TEveQuadSet.cxx, eve/src/TEveQuadSetGL.cxx, eve/src/TEveRGBAPalette.cxx, eve/src/TEveTrack.cxx, eve/src/TEveTrackGL.cxx, eve/src/TEveTrackProjectedGL.cxx, eve/src/TEveTrackPropagatorEditor.cxx, eve/src/TEveVSDStructs.cxx: Prefix all enum values with 'k'. 2007-12-05 16:38 rdm * [r21213] pcre/src/pcre-7.4.tar.gz: From Bertrand: Win32 build fixes. 2007-12-05 16:16 wouter * [r21212] roofitcore/inc/RooAbsOptTestStatistic.h, roofitcore/inc/RooAbsTestStatistic.h, roofitcore/inc/RooDataHist.h, roofitcore/inc/RooDataSet.h, roofitcore/inc/RooFitResult.h, roofitcore/inc/RooPlot.h, roofitcore/src/RooAbsTestStatistic.cxx, roofitcore/src/RooDataHist.cxx, roofitcore/src/RooDataSet.cxx, roofitcore/src/RooFitResult.cxx, roofitcore/src/RooPlot.cxx, roofitcore/src/RooRealSumPdf.cxx: o RooDataHist, RooDataSet, RooFitResult - Overload SetName() and SetNameTitle() to remove and append from associated directory (Savannah bug #28906) o RooPlot - Fix handling of SetName(), SetNameTitle() as done above - Make sure that RooPlot is attached to gDirectory and internal TH1 is not - Make sure that name changes apply to RooPlot and not to TH1 (Savannah #31371) o RooAbsTestStatistic, RooAbsOptTestStatistic - Fix bug in default value of _splitRange that is propagated to client calculators in Simultaneous + MultiProcessor mode (Savannah #31632) o RooRealSumPdf - Fix bug in default ctor to allow persistence 2007-12-05 16:00 brun * [r21211] geom/inc/TGeoPhysicalNode.h, geom/src/TGeoManager.cxx, geom/src/TGeoPhysicalNode.cxx: From Andrei: adds a global matrix pointer to TGeoPNEntry objects - needed by the alignment framework in ALICE. 2007-12-05 15:16 brun * [r21210] hist/inc/TH1.h, hist/src/TH1.cxx: Add a new getter function void TH1::GetBinXYZ(Int_t binglobal, Int_t &binx, Int_t &biny, Int_t &binz) const // return binx, biny, binz corresponding to the global bin number globalbin 2007-12-05 10:19 couet * [r21208] test/stressGraphics.cxx, test/stressGraphics.ref: - New test (inspired from waves.C) to test TPallette and TColor 2007-12-05 10:15 rdm * [r21207] zip/README, zip/inc/deflate.h, zip/inc/inflate.h, zip/inc/inftrees.h, zip/inc/zconf.h, zip/inc/zlib.h, zip/inc/zutil.h, zip/src/adler32.c, zip/src/compress.c, zip/src/crc32.c, zip/src/deflate.c, zip/src/gzio.c, zip/src/infback.c, zip/src/inffast.c, zip/src/inflate.c, zip/src/inftrees.c, zip/src/trees.c, zip/src/zutil.c: upgrade to version 1.2.3, the old 1.2.1 had security issues. 2007-12-05 10:15 rdm * [r21206] pcre/Module.mk: support pcre-7.4. 2007-12-05 10:14 rdm * [r21205] pcre/src, pcre/src/pcre-6.4.tar.gz, pcre/src/pcre-7.4.tar.gz: upgrade to pcre-7.4, the old 6.4 had severe security issues. 2007-12-05 09:43 wouter * [r21204] roofitcore/test/TestBasic11.cxx, roofitcore/test/stressRooFit.cxx: Commit modular development version of stressRooFit in roofitcore/test 2007-12-05 09:08 brun * [r21203] tutorials/gui/CPUMeter.C, tutorials/gui/Slider3Demo.C, tutorials/gui/WorldMap.C, tutorials/gui/buttonChangelabel.C, tutorials/gui/buttonTest.C, tutorials/gui/buttongroupState.C, tutorials/gui/buttonsLayout.C, tutorials/gui/calendar.C, tutorials/gui/guiWithCINT.C, tutorials/gui/guilabels.C, tutorials/gui/guitest.C, tutorials/gui/listBox.C, tutorials/gui/mditest.C, tutorials/gui/numberEntry.C, tutorials/gui/splitbuttonTest.C, tutorials/gui/splitterHorizontal.C, tutorials/gui/splitterVertical.C, tutorials/gui/statusBar.C, tutorials/gui/textEntries.C: From Bertrand: - Replace <tabs> by spaces - Pass gClient->GetRoot() in TGMainFrame constructors (instead of 0) to allow embedding any gui macro in the new browser 2007-12-05 08:20 brun * [r21202] tutorials/math/limit.C: Fix a fatal typo (TFRame instead of TFrame) 2007-12-05 07:57 brun * [r21201] gui/inc/TRootBrowser.h, gui/src/TRootBrowser.cxx: From Matevz: The StopEmbedding("Bla bla") did not work for tabs other than the right one. This patch fixes the problem. 2007-12-05 07:51 brun * [r21200] gdml/src/TGDMLParse.cxx: Fix coding convention 2007-12-05 07:30 brun * [r21199] hist/src/THnSparse.cxx: Fix coding conventions 2007-12-05 02:31 matevz * [r21198] eve/inc/TEveBoxSet.h, eve/inc/TEveDigitSet.h, eve/inc/TEveFrameBox.h, eve/inc/TEveGLUtil.h, eve/inc/TEveGeoShapeExtract.h, eve/inc/TEveGridStepper.h, eve/inc/TEveLine.h, eve/inc/TEvePointSet.h, eve/inc/TEveProjectionManager.h, eve/inc/TEveProjections.h, eve/inc/TEveQuadSet.h, eve/inc/TEveRGBAPalette.h, eve/inc/TEveTrack.h, eve/inc/TEveTrackProjected.h, eve/inc/TEveTrackProjectedGL.h, eve/inc/TEveTrackPropagator.h, eve/inc/TEveTrans.h, eve/inc/TEveTreeTools.h, eve/inc/TEveVSD.h, eve/inc/TEveVSDStructs.h, eve/src/TEveBoxSet.cxx, eve/src/TEveBrowser.cxx, eve/src/TEveGeoNode.cxx, eve/src/TEveGeoShapeExtract.cxx, eve/src/TEveGridStepper.cxx, eve/src/TEveLine.cxx, eve/src/TEvePointSet.cxx, eve/src/TEvePolygonSetProjected.cxx, eve/src/TEvePolygonSetProjectedGL.cxx, eve/src/TEveProjectionManager.cxx, eve/src/TEveProjectionManagerEditor.cxx, eve/src/TEveProjectionManagerGL.cxx, eve/src/TEveProjections.cxx, eve/src/TEveQuadSet.cxx, eve/src/TEveTrack.cxx, eve/src/TEveTrackGL.cxx, eve/src/TEveTrackProjected.cxx, eve/src/TEveTrackProjectedGL.cxx, eve/src/TEveTrackPropagator.cxx, eve/src/TEveTrackPropagatorEditor.cxx, eve/src/TEveTrans.cxx, eve/src/TEveVSD.cxx, eve/src/TEveVSDStructs.cxx: Prefix enum types with 'E'. Fix fix member names to begin with f[A-Z]. Fix function member names to begin with a capital letter. Add some docs. 2007-12-04 19:29 matevz * [r21197] eve/src/TEveManager.cxx: In TEveManager::Create() make sure GUI system is initialized. Needed when linking Eve into a stand-alone application (CMS fireworks). 2007-12-04 18:26 axel * [r21194] cint/src/v6_newlink.cxx: Better sanity check for ifunc's allifunc vs. maxifunc; fixes autoload problem with libPhysics. As this fixes a nightlies = roottest failure I'm putting it into svn even though everybody needs to rebuild all the dictionaries. 2007-12-04 18:11 axel * [r21193] cintex/inc/LinkDef.h, cintex/src/CINTSourceFile.h, cintex/src/Cintex.cxx: Explicitely mention the class; nestedclasses won;t trigger a rootmap entry. Use CINT's enw interface to register a dummy src file. Register that dummy source file for all Callbacks. 2007-12-04 17:39 ganis * [r21192] proof/src/TProofLog.cxx: Add missing ClassImp() 2007-12-04 16:16 brun * [r21189] gui/src/TGFileBrowser.cxx: From Bertrand: Add protection in case there is no tab on the right in TRootBrowser and user double-click on a file in the list tree. Thanks to Ilka for reporting this case. 2007-12-04 16:03 pcanal * [r21188] treeplayer/src/TTreeFormula.cxx: better test for when we must avoid the switch to TLeafFormLeafInfo 2007-12-04 15:47 rdm * [r21187] etc/vmc/Makefile.macosx, etc/vmc/Makefile.macosx64: corrections for gfortran usage. However, 64-bit version does not work yet. We need 64 bit version fo gfortran to get the correct run time libs. 2007-12-04 15:05 moneta * [r21186] minuit2/build/inc_Math_Makefile.am: add file forgot with previous commit 2007-12-04 14:56 moneta * [r21185] mathcore/build/INSTALL, mathcore/build/configure.in, mathcore/build/src_Makefile.am, mathcore/inc/Math/Factory.h, mathcore/inc/Math/Minimizer.h, mathcore/src/Factory.cxx, mathcore/src/QuantFuncMathCore.cxx, mathmore/build/INSTALL, mathmore/build/configure.in, mathmore/build/doc_Makefile.am, mathmore/build/inc_Makefile.am, mathmore/build/inc_Math_Makefile.am, mathmore/build/setup.sh, mathmore/build/src_Makefile.am, mathmore/build/test_Makefile.am, mathmore/inc/Math/IntegrationTypes.h, mathmore/inc/Math/MCIntegrationTypes.h, minuit2/build/INSTALL, minuit2/build/configure.in, minuit2/build/doc_Makefile.am, minuit2/build/inc_Makefile.am, minuit2/build/inc_Minuit2_Makefile.am, minuit2/build/setup.sh, minuit2/inc/LinkDef.h, minuit2/inc/Minuit2/FunctionMinimum.h, minuit2/inc/Minuit2/Minuit2Minimizer.h, minuit2/inc/Minuit2/MnApplication.h, minuit2/inc/Minuit2/MnFumiliMinimize.h, minuit2/inc/Minuit2/MnHesse.h, minuit2/inc/Minuit2/MnMigrad.h, minuit2/inc/Minuit2/MnMinimize.h, minuit2/inc/Minuit2/MnScan.h, minuit2/inc/Minuit2/MnSimplex.h, minuit2/inc/Minuit2/MnUserParameterState.h, minuit2/inc/Minuit2/MnUserParameters.h, minuit2/src/Minuit2Minimizer.cxx, minuit2/src/MnHesse.cxx, smatrix/build/configure.in, smatrix/build/doc_Makefile.am: - fix coding convention violation - generate dictionaries for main Minuit2 classes - add strategy to the propriety of Minimizer class - update standalone builds for mathcore/mathmore/smatrix/minuit2 2007-12-04 14:50 rdm * [r21184] pyroot/src/PyROOT.h: fix in PY_SSIZE_T_FORMAT. 2007-12-04 14:46 couet * [r21183] tutorials/graphs/waves.C: - Better way to draw the arcs. 2007-12-04 14:23 axel * [r21182] reflex/python/genreflex/genreflex.py: Remove quotes for gccxml parameters; they makes gccxml fail on windows when invoked from cmd. Instead, path names with spaces are not supported. We can fix that once someone needs it. 2007-12-04 14:16 wouter * [r21181] roofitcore/inc/RooRealSumPdf.h, roofitcore/src/RooRealSumPdf.cxx: o RooRealSumPdf - Add default constructor to make persistence possible 2007-12-04 14:10 axel * [r21180] cint/inc/G__ci.h, cint/src/v6_loadfile.cxx: Add interface to set a G__ifile context: G__setfilecontext(filename, ifile). Sets G__ifile to filename (can be an artificial tag) and stores the previous one in ifile 2007-12-04 14:04 wouter * [r21179] roofitcore/inc/RooProduct.h, roofitcore/src/RooProduct.cxx, roofitcore/src/RooRealIntegral.cxx: o RooProduct - Contributed upgrade by G. Raven that implements factorizing analytical integration o RooRealIntegral - Small change in handling of analytical integration to make RooProduct code work 2007-12-04 14:02 wouter * [r21178] roofit/src/RooNDKeysPdf.cxx: o RooNDKeysPdf - Fix for Solaris 2007-12-04 09:37 couet * [r21174] test/stressGraphics.cxx, test/stressGraphics.ref: - PNG output 2007-12-04 09:05 rdm * [r21172] config/Makefile.macosx, config/Makefile.macosx64: misplaced endif causing F77LIBS not to be defined in case of gfortran. 2007-12-04 07:54 rdm * [r21171] eve/inc/TEveStraightLineSet.h: I guess Matevz forgot to rename TEveLine to Line_t. 2007-12-04 07:45 brun * [r21170] gdml/src/TGDMLParse.cxx: Fix coding conventions 2007-12-04 07:40 brun * [r21169] math/src/TMath.cxx: Fix coding conventions 2007-12-04 02:40 matevz * [r21168] eve/inc/TEveBoxSet.h, eve/inc/TEveBoxSetGL.h, eve/inc/TEveDigitSet.h, eve/inc/TEveGLText.h, eve/inc/TEveLine.h, eve/inc/TEveQuadSet.h, eve/inc/TEveQuadSetGL.h, eve/inc/TEveStraightLineSet.h, eve/inc/TEveStraightLineSetGL.h, eve/inc/TEveTrackPropagator.h, eve/src/TEveBoxSet.cxx, eve/src/TEveBoxSetGL.cxx, eve/src/TEveDigitSet.cxx, eve/src/TEveDigitSetEditor.cxx, eve/src/TEveGLText.cxx, eve/src/TEveLine.cxx, eve/src/TEvePolygonSetProjected.cxx, eve/src/TEveQuadSet.cxx, eve/src/TEveQuadSetGL.cxx, eve/src/TEveStraightLineSet.cxx, eve/src/TEveStraightLineSetGL.cxx, eve/src/TEveTrack.cxx, eve/src/TEveTrackPropagator.cxx: Rename structures to end with '_t'. 2007-12-04 01:01 matevz * [r21167] eve/inc/TEveManager.h, eve/inc/TEveTrackGL.h, eve/inc/TEveTrackPropagator.h, eve/src/TEveManager.cxx, eve/src/TEvePolygonSetProjected.cxx, eve/src/TEveProjectionManager.cxx, eve/src/TEveTrack.cxx, eve/src/TEveTrackGL.cxx, eve/src/TEveTrackProjected.cxx, eve/src/TEveTrackProjectedGL.cxx, eve/src/TEveTrackPropagator.cxx: Fix warnings about size_t. Add some docs. Change magnetic field units from kGauss to Tesla. 2007-12-03 21:02 brun * [r21164] win32gdk/inc/TGWin32.h, win32gdk/src/TGWin32.cxx: From Bertrand: Remove limitation of only 1000 colors. Colors are now stored in a TExMap hash table, with the key being the TColor color index and the value a pointer to the associated XColor_t structure. 2007-12-03 17:45 wouter * [r21163] roofitcore/inc/RooAbsArg.h, roofitcore/src/RooAbsArg.cxx: o RooAbsArg - Make non-inline accessor function for static boolean _inhibitDirty 2007-12-03 17:38 pcanal * [r21162] cint/src/v6_decl.cxx: Support const T& operator()(const Key& key) const;Support const T& operator()(const Key& key) const; 2007-12-03 17:10 moneta * [r21161] minuit2/test/testNewMinimizer.cxx: fix a double delete of Minimizer pointer in test program 2007-12-03 17:07 moneta * [r21160] mathcore/src/Integrator.cxx: fix a mistake with previous commit 2007-12-03 17:06 wouter * [r21159] roofit/inc/LinkDef1.h, roofit/inc/RooNDKeysPdf.h, roofit/src/RooNDKeysPdf.cxx: o RooNDKeysPdf - This class is a multidimensional generalization of RooKeysPdf that can model distributions in any number of dimensions and incorporates correlations into the kernal function. - Code contributed by Max Baak, based on the algorithms by Kyle Cranmer. 2007-12-03 17:01 moneta * [r21158] mathcore/build/doc_Makefile.am, mathcore/build/inc_Makefile.am, mathcore/build/inc_Math_Makefile.am, mathcore/build/setup.sh, mathcore/build/src_Makefile.am, mathcore/build/test_Makefile.am, mathcore/inc/Math/AllIntegrationTypes.h, mathcore/src/Integrator.cxx: - update documentation files and stand-alone build system o work with new added files 2007-12-03 16:58 pcanal * [r21157] treeplayer/src/TTreeFormula.cxx: Add support for auto use of AsDouble and AsString for top level objects 2007-12-03 16:58 pcanal * [r21156] hist/src/TFormula.cxx: operator== and != can not be optimized (yet) for strings 2007-12-03 16:47 brun * [r21155] config/Makefile.depend: Change RooFit dependencies. The coming new version by Wouter will depend on libMatrix. 2007-12-03 16:36 rdm * [r21154] Makefile, config/Makefile.macosx, config/Makefile.macosx64: silence message that g77 is not found in case no F77 compiler is found. 2007-12-03 16:34 rdm * [r21153] rootx/src/rootx.cxx, unix/src/TUnixSystem.cxx: utmp.h is now deprecated on MacOS X, use utmpx.h (removes compiler warning). 2007-12-03 16:30 brun * [r21152] geom/src/TGeoManager.cxx: From Andrei: a patch for an error in TGeoManager::InsertPNEId() that was not correcly handling the increase of the uid array. 2007-12-03 16:29 brun * [r21151] html/src/THtml.cxx, matrix/inc/LinkDef.h, treeplayer/inc/LinkDef.h: From Axel: Set module of mathmore, smatrix, treeplayer by hand for several classes; change Linkdef.h for matrix and treeplayer to enable autoload entry (and thus library) for all classes templated as <Float_t>, <Double_t> by using <float>, <double> instead. 2007-12-03 16:29 brun * [r21150] base/inc/RVersion.h, build/version_number: Start development cycle for version 5.17/07 2007-12-01 09:57 brun * [r21140] base/inc/RVersion.h, build/version_number: Make development release 5.17/06 2007-12-01 08:56 brun * [r21139] etc/valgrind-root.supp: Add special zlib case to the suppression file 2007-11-30 23:06 matevz * [r21138] eve/inc/TEvePolygonSetProjected.h, eve/inc/TEveProjectionManagerEditor.h, eve/inc/TEveProjectionManagerGL.h, eve/inc/TEveTrackProjected.h, eve/src/TEvePolygonSetProjected.cxx, eve/src/TEvePolygonSetProjectedEditor.cxx, eve/src/TEveProjectionBases.cxx, eve/src/TEveProjectionManagerGL.cxx, eve/src/TEveTrackProjected.cxx: Alja: add documentation for the projection classes. 2007-11-30 22:33 wouter * [r21136] roofitcore/inc/RooAbsCategory.h, roofitcore/inc/RooResolutionModel.h, roofitcore/inc/RooSimultaneous.h, roofitcore/src/RooAbsCategory.cxx: o RooResolutionModel, RooSimultaneous, RooAbsCategory - Fix uninitialized values in ctor 2007-11-30 20:45 wlav * [r21135] pyroot/src/Pythonize.cxx: Make sure to use full namespace when for TClass::GetClass in Pythonize.cxx 2007-11-30 19:57 brun * [r21134] hist/src/TH1.cxx: Fix all SetBinContent functions in case of an axis with the time display option set. (thanks to Robert Hatcher) 2007-11-30 18:09 brun * [r21133] asimage/src/libAfterImage.tar.gz: From Valeriy: - another mem. leak fix from Sasha 2007-11-30 18:04 brun * [r21132] asimage/Module.mk: From Valeriy: - always use our own libungif (aka builtin-ungif) which supports LZW compression. 2007-11-30 16:38 moneta * [r21131] minuit2/src/Minuit2Minimizer.cxx, minuit2/test/Makefile, minuit2/test/testNewMinimizer.cxx: - add test of various minimizers - suppress some printout in Minuit2 when requested 2007-11-30 16:08 moneta * [r21130] mathcore/inc/Math/OneDimFunctionAdapter.h: fix a bug in the adapter from multi-dim to one-dim functions 2007-11-30 14:41 moneta * [r21129] mathcore/inc/Math/PdfFuncMathCore.h, mathcore/inc/Math/ProbFuncMathCore.h, mathcore/inc/Math/QuantFuncMathCore.h, mathcore/inc/Math/SpecFuncMathCore.h, mathmore/inc/Math/QuantFuncMathMore.h, mathmore/inc/Math/SpecFuncMathMore.h: - load automatically libMathCore and libMathMore when running CINT and including the header files for the mathematical functions. This is done (thanks to Philippe) by adding at the beginning of the header files: #if defined(__CINT__) && !defined(__MAKECINT__) // avoid to include header file when using CINT #ifndef _WIN32 #include "../lib/libMathCore.so" #else #include "../bin/libMathCore.dll" #endif #else // normal header file 2007-11-30 10:05 moneta * [r21126] tutorials/math/limit.C, tutorials/math/mathcoreCDF.C, tutorials/math/mathcoreGenVector.C, tutorials/math/mathcoreSpecFunc.C, tutorials/math/mathcoreVectorIO.C: fix (for running in compiled mode) and improve some of the tutorials 2007-11-30 01:17 pcanal * [r21122] cint/src/v6_decl.cxx: support obj*&operator()(int) 2007-11-29 18:03 brun * [r21117] etc/plugins/ROOT@@Math@@Minimizer, etc/plugins/ROOT@@Math@@Minimizer/P010_Minuit2Minimizer.C, etc/plugins/ROOT@@Math@@Minimizer/P020_TMinuitMinimizer.C, etc/plugins/ROOT@@Math@@Minimizer/P030_GSLMinimizer.C, etc/plugins/ROOT@@Math@@Minimizer/P040_GSLNLSMinimizer.C, etc/plugins/ROOT@@Math@@Minimizer/P050_GSLSimAnMinimizer.C: From Lorenzo: add a new plugins for Minimizer using GSL and Minuit2 minimization classes 2007-11-29 17:34 moneta * [r21116] test/stressMathCore.cxx: fix a problem with bad filename char. for Windows 2007-11-29 17:25 moneta * [r21115] test/stressMathCore.cxx: do automatic removal of root test files 2007-11-29 17:16 moneta * [r21114] mathcore/Module.mk, mathcore/inc/Math/DistFunc.h, mathcore/inc/Math/DistFuncMathCore.h, mathcore/inc/Math/Factory.h, mathcore/inc/Math/FitMethodFunction.h, mathcore/inc/Math/IParamFunction.h, mathcore/inc/Math/Integrator.h, mathcore/inc/Math/LinkDef.h, mathcore/inc/Math/LinkDef_Func.h, mathcore/inc/Math/Math.h, mathcore/inc/Math/Minimizer.h, mathcore/inc/Math/OneDimFunctionAdapter.h, mathcore/inc/Math/PdfFunc.h, mathcore/inc/Math/PdfFuncMathCore.h, mathcore/inc/Math/ProbFuncMathCore.h, mathcore/inc/Math/QuantFunc.h, mathcore/inc/Math/QuantFuncMathCore.h, mathcore/inc/Math/SpecFuncMathCore.h, mathcore/src/Factory.cxx, mathcore/src/Integrator.cxx, mathcore/src/PdfFuncMathCore.cxx, mathcore/src/ProbFuncMathCore.cxx, mathcore/src/QuantFuncMathCore.cxx, mathcore/src/SpecFuncCephesInv.cxx, mathcore/src/SpecFuncMathCore.cxx, mathmore/Module.mk, mathmore/inc/Math/DistFuncMathMore.h, mathmore/inc/Math/GSLMinimizer.h, mathmore/inc/Math/GSLNLSMinimizer.h, mathmore/inc/Math/LinkDef.h, mathmore/inc/Math/LinkDef_Func.h, mathmore/inc/Math/LinkDef_SpecFunc.h, mathmore/inc/Math/LinkDef_StatFunc.h, mathmore/inc/Math/PdfFuncMathMore.h, mathmore/inc/Math/Polynomial.h, mathmore/inc/Math/ProbFuncInv.h, mathmore/inc/Math/QuantFuncMathMore.h, mathmore/src/Derivator.cxx, mathmore/src/OneDimFunctionAdapter.h, mathmore/src/PdfFuncMathMore.cxx, mathmore/src/Polynomial.cxx, mathmore/src/QuantFuncMathMore.cxx, mathmore/test/testInterpolation.cxx, minuit2/inc/Minuit2/FumiliFCNAdapter.h, minuit2/inc/Minuit2/FumiliFCNBase.h, minuit2/inc/Minuit2/Minuit2Minimizer.h, minuit2/inc/Minuit2/MinuitParameter.h, minuit2/inc/Minuit2/MnUserTransformation.h, minuit2/inc/Minuit2/SimplexParameters.h, minuit2/src/Minuit2Minimizer.cxx, test/stressMathCore.cxx: - syncronize mathcore, mathmore, minuit2 and test/stressMathCore with development branches - main changes are: - move some remaining pdf (like beta and landau) from mathmore to mathcore - add missing landau_cdf - fix a precision error with normal_cdf (and normal_cdf_c) for small x (large x). Use the correct erf or erfc function according to x - move majority of quantiles functions from mathmore to mathcore ( implementation is based on inverse functions from Cephes, implemented in SpecFuncCephesInv.cxx) - add method to create Minimizer concreate classes via the plugin manager - add possibility to use multi-dim funciton type in one dim integration - minuit2: add some missing include cassert 2007-11-29 14:45 brun * [r21108] test/stressRooFit.cxx: From Wouter: test 11 which tests p.d.f. persistence. 2007-11-29 14:11 brun * [r21107] test/RootShower/GTitleFrame.cxx, test/RootShower/GTitleFrame.h: From Bertrand: Simplify the font settings for the title. 2007-11-29 13:47 couet * [r21106] test/stressGraphics.cxx, test/stressGraphics.ref: - Test JPG 2007-11-29 10:30 brun * [r21105] gui/src/TGFont.cxx: From Bertrand: This patch solve the problem reported at: https://savannah.cern.ch/bugs/?31673 2007-11-29 09:33 axel * [r21104] test/stressRooFit.cxx: Prepend "SYS:" to uname output so roottest can filter it. 2007-11-29 09:05 wouter * [r21103] roofitcore/src/RooBanner.cxx: increment RooFit version tag to 2.23 2007-11-29 08:20 brun * [r21102] gpad/src/TPad.cxx: Protect Tpad::DrawFrame in case the function is called on a pad/canvas that is not the current pad. In this case, the call is forwarded to the current pad and a Warning printed. 2007-11-28 23:41 rdm * [r21101] Makefile: fix ftgl, gl and eve dependency. 2007-11-28 22:55 pcanal * [r21100] cint/src/v6_newlink.cxx: properly handle pragma link of operator in namespace 2007-11-28 20:05 pcanal * [r21099] meta/src/TCint.cxx: Support --prefix is TCint::IsLoaded 2007-11-28 18:07 pcanal * [r21098] cint/src/v6_struct.cxx: Prevent the autoloader from destroying entries for templated classes that are defining in a namespace and/or class 2007-11-28 17:31 brun * [r21097] Makefile: From Axel: there is a problem with the build system: libEve depends on libRGL, but gl/Module.mk gets included after eve/Module.mk, so the dependency is not seen. This patch fixes this problem. 2007-11-28 15:35 couet * [r21096] test/stressGraphics.ref: - Adjust for Mac 2007-11-28 15:28 couet * [r21095] test/stressGraphics.ref: - New version 2007-11-28 15:07 pcanal * [r21094] cint/lib/dll_stl/str.h, cint/lib/prec_stl/string: fix for icc 2007-11-28 14:59 moneta * [r21093] test/Makefile, test/TrackMathCore.h, test/TrackMathCoreRflx.xml: fix test also for using Reflex. CINT dictionaries must not be loaded in that case 2007-11-28 14:07 brun * [r21092] main/src/hadd.cxx, proofplayer/src/TFileMerger.cxx: Add support for files containing key names that are not the object names. see: <http://savannah.cern.ch/bugs/?31693> Thanks to d.miskowiec@gsi.de 2007-11-28 12:31 moneta * [r21091] test/TrackMathCore.h, test/TrackMathCoreLinkDef.h, test/stressMathCore.cxx: add more tests and include typedef definition in dictionary of Track classes 2007-11-28 10:50 couet * [r21090] test/stressGraphics.cxx, test/stressGraphics.ref: - GIF file for each test. 2007-11-28 08:36 brun * [r21088] gui/inc/TGTab.h, gui/src/TGTab.cxx: From Bertrand: Add TGTab::AddTab with TGCompositeFrame in argument as requested by the feature request at: https://savannah.cern.ch/bugs/?31668 2007-11-27 22:12 wouter * [r21087] roofitcore/src/RooMsgService.cxx: o RooMsgService - Fix bug in creation of singleton instance 2007-11-27 21:51 brun * [r21086] config/Makefile.depend: The RooFitCore lib does not depend anymore on libHtml 2007-11-27 21:29 brun * [r21085] test/Makefile: Add a missing blank for Windows 2007-11-27 21:22 moneta * [r21084] test/stressMathCore.cxx: fix a warning on Solaris 2007-11-27 21:16 wouter * [r21083] roofitcore/Module.mk: o Module.mk - Forgotten last commit 2007-11-27 21:05 brun * [r21082] test/Makefile: stressTMVA requires lMinuit, lMLP, lTreePlayer to link 2007-11-27 20:59 wouter * [r21081] roofitcore/inc/LinkDef1.h, roofitcore/inc/LinkDef2.h, roofitcore/inc/RooAbsAnaConvPdf.h, roofitcore/inc/RooAbsArg.h, roofitcore/inc/RooAbsData.h, roofitcore/inc/RooAbsGoodnessOfFit.h, roofitcore/inc/RooAbsOptGoodnessOfFit.h, roofitcore/inc/RooAbsOptTestStatistic.h, roofitcore/inc/RooAbsTestStatistic.h, roofitcore/inc/RooChi2Var.h, roofitcore/inc/RooFormulaVar.h, roofitcore/inc/RooGraphEdge.h, roofitcore/inc/RooGraphNode.h, roofitcore/inc/RooGraphSpring.h, roofitcore/inc/RooHtml.h, roofitcore/inc/RooNLLVar.h, roofitcore/inc/RooRealMPFE.h, roofitcore/src/RooAbsAnaConvPdf.cxx, roofitcore/src/RooAbsGoodnessOfFit.cxx, roofitcore/src/RooAbsOptGoodnessOfFit.cxx, roofitcore/src/RooAbsOptTestStatistic.cxx, roofitcore/src/RooAbsTestStatistic.cxx, roofitcore/src/RooChi2Var.cxx, roofitcore/src/RooErrorVar.cxx, roofitcore/src/RooGraphEdge.cxx, roofitcore/src/RooGraphNode.cxx, roofitcore/src/RooGraphSpring.cxx, roofitcore/src/RooHtml.cxx, roofitcore/src/RooNLLVar.cxx: o RooErrorVar - Fix compiler warning on linux/gcc o RooFormulaVar, RooAbsAnaConvPdf - Fix for persistence o RooGraphSpring, RooGraphEdge, RooGraphNode - Retired, since superceded by new vizGraphTree() functionality o RooHtml - Retired since no longer needed o RooAbsOptGoodnessOfFit, RooAbsGoodnesOfFit - Renamed to RooAbsOptTestStatistic, RooAbsTestStatistic to better cover actual functionality o RooChi2Var, RooNLLVar - Follow base class name change o RooRealMPFE, RooAbsData - Follow friend class name change o Module.mk, inc/LinkDef[12].h - Remove references to deleted classes, follow name changes 2007-11-27 20:28 brun * [r21080] test/Makefile, test/stressTMVA.cxx: From Joerg Stelzer: Add a test suite for TMVA. 2007-11-27 20:08 brun * [r21079] tmva/inc/BinarySearchTree.h, tmva/inc/BinarySearchTreeNode.h, tmva/inc/Config.h, tmva/inc/Configurable.h, tmva/inc/DecisionTreeNode.h, tmva/inc/Event.h, tmva/inc/Factory.h, tmva/inc/MethodCuts.h, tmva/inc/MethodPDERS.h, tmva/inc/MsgLogger.h, tmva/inc/Node.h, tmva/inc/NodekNN.h, tmva/inc/Ranking.h, tmva/inc/TActivationIdentity.h, tmva/src/BinarySearchTree.cxx, tmva/src/BinarySearchTreeNode.cxx, tmva/src/BinaryTree.cxx, tmva/src/Configurable.cxx, tmva/src/DataSet.cxx, tmva/src/DecisionTreeNode.cxx, tmva/src/Factory.cxx, tmva/src/GeneticAlgorithm.cxx, tmva/src/MethodBase.cxx, tmva/src/MethodBayesClassifier.cxx, tmva/src/MethodCommittee.cxx, tmva/src/MethodCuts.cxx, tmva/src/MethodKNN.cxx, tmva/src/MethodLikelihood.cxx, tmva/src/MethodPDERS.cxx, tmva/src/MethodSVM.cxx, tmva/src/MethodVariable.cxx, tmva/src/ModulekNN.cxx, tmva/src/MsgLogger.cxx, tmva/src/Node.cxx, tmva/src/PDF.cxx, tmva/src/Ranking.cxx, tmva/src/Reader.cxx, tmva/src/RuleEnsemble.cxx, tmva/src/TSpline1.cxx, tmva/src/TSpline2.cxx, tmva/src/Timer.cxx, tmva/src/Tools.cxx, tmva/src/VariablePCATransform.cxx, tmva/src/VariableTransformBase.cxx, tmva/test/TMVAnalysis.C, tmva/test/tmvaglob.C, tmva/test/variables.C: From Joerg Stelzer. New version of TMVA (log file missing unfortunately) 2007-11-27 19:34 brun * [r21078] test/guitest.cxx, tutorials/gui/guitest.C: From Bertrand: Add protection against double-click on 'OK' and 'Cancel' buttons in guitest dialog, emitting the CloseWindow() signal twice... 2007-11-27 19:19 matevz * [r21077] eve/Module.mk, eve/inc/TEveUtil.h, eve/src/SolarisCCDictHack.h: Undo previous hack for std::exception conflict in dictionary file with solaris cc and attempt a new one: put the exception define into eve/src/SolarisCCDictHack.h and put it just in front of LinkDef.h on the rootcint command line. 2007-11-27 17:58 matevz * [r21076] eve/inc/TEveBrowser.h, eve/inc/TEveGLUtil.h, eve/inc/TEveManager.h, eve/inc/TEvePointSet.h, eve/inc/TEveTrack.h, eve/inc/TEveTrackPropagatorEditor.h, eve/inc/TEveTriangleSetGL.h, eve/src/TEveStraightLineSetGL.cxx, eve/src/TEveTrack.cxx: Fix some coding-rule violations. 2007-11-27 17:45 moneta * [r21075] test/TrackMathCore.h, test/TrackMathCoreLinkDef.h, test/TrackMathCoreRflx.xml, test/stressMathCore.cxx: comment un-necessary classes in xml file remove some debug statements in stressMathCore.cxx 2007-11-27 17:32 moneta * [r21074] mathcore/test/Makefile, mathcore/test/Track.h, mathcore/test/testVectorIO.cxx, smatrix/test/Makefile: - fix problem in building IO tests - test with LorentzVector<Double32_t,PxPyPzE4D> 2007-11-27 17:16 moneta * [r21072] smatrix/test/Makefile, smatrix/test/testIO.cxx: fix dep problem in Makefile. Update testIO to avoid need to generate a libSmatrixRflx 2007-11-27 17:08 moneta * [r21071] mathcore/test/Makefile, mathcore/test/TrackDict.xml: fix a wrong commit in xml file and fix dependency on dict library in Makefile 2007-11-27 15:45 moneta * [r21070] test/Makefile, test/TrackMathCore.h, test/TrackMathCoreLinkDef.h, test/TrackMathCoreRflx.xml, test/stressMathCore.cxx: - add test of a double 32 and of composite object containing matrices and vectors. test both the double and Double32_t cases using CINT and optionally reflex - update Makefile to generate the CInt and reflex dictionary when the env USE_REFLEX is set. gccxml must be available in the path to use the reflex dictionary (root must be configured with ./configure --with-gccxml=$GCCXML_PATH ) - add linkdef and xml needed files 2007-11-27 15:19 moneta * [r21068] mathcore/inc/Math/LinkDef_GenVector32.h: add missing dictionaries for vectors of Double32_t 2007-11-27 15:19 brun * [r21067] win32gdk/src/TGWin32.cxx: From Bertrand: Fix 'Array bounds read' error reported by purify 2007-11-27 15:15 brun * [r21066] test/stressEntryList.cxx: From Anna: There is a new test is stressEntryList to check for this (in the second patch). This test might take some time for large files, but there is no point in running it for small files. 2007-11-27 15:13 brun * [r21065] tree/inc/TEntryList.h, tree/src/TChain.cxx, tree/src/TEntryList.cxx, tree/src/TEntryListBlock.cxx: From Anna: fixes an issue with a seg. fault in SetEventList() ==> SetEntryList(), another issue with full entry lists, with correct resetting of "current" indices and with printing of empty entry lists. 2007-11-27 13:49 wouter * [r21064] roofitcore/inc/RooMsgService.h, roofitcore/src/Roo1DTable.cxx, roofitcore/src/RooAICRegistry.cxx, roofitcore/src/RooAbsAnaConvPdf.cxx, roofitcore/src/RooAbsArg.cxx, roofitcore/src/RooAbsCategory.cxx, roofitcore/src/RooAbsCategoryLValue.cxx, roofitcore/src/RooAbsCollection.cxx, roofitcore/src/RooAbsData.cxx, roofitcore/src/RooAbsGenContext.cxx, roofitcore/src/RooAbsGoodnessOfFit.cxx, roofitcore/src/RooAbsHiddenReal.cxx, roofitcore/src/RooAbsIntegrator.cxx, roofitcore/src/RooAbsOptGoodnessOfFit.cxx, roofitcore/src/RooAbsPdf.cxx, roofitcore/src/RooAbsReal.cxx, roofitcore/src/RooAbsRealLValue.cxx, roofitcore/src/RooAbsRootFinder.cxx, roofitcore/src/RooAbsString.cxx, roofitcore/src/RooAcceptReject.cxx, roofitcore/src/RooAdaptiveGaussKronrodIntegrator1D.cxx, roofitcore/src/RooAddModel.cxx, roofitcore/src/RooAddPdf.cxx, roofitcore/src/RooAddition.cxx, roofitcore/src/RooArgList.cxx, roofitcore/src/RooArgSet.cxx, roofitcore/src/RooBinning.cxx, roofitcore/src/RooBrentRootFinder.cxx, roofitcore/src/RooCategory.cxx, roofitcore/src/RooChi2Var.cxx, roofitcore/src/RooClassFactory.cxx, roofitcore/src/RooCmdConfig.cxx, roofitcore/src/RooConvGenContext.cxx, roofitcore/src/RooConvIntegrandBinding.cxx, roofitcore/src/RooCurve.cxx, roofitcore/src/RooCustomizer.cxx, roofitcore/src/RooDLLSignificanceMCSModule.cxx, roofitcore/src/RooDataHist.cxx, roofitcore/src/RooDataProjBinding.cxx, roofitcore/src/RooDataSet.cxx, roofitcore/src/RooEllipse.cxx, roofitcore/src/RooErrorVar.cxx, roofitcore/src/RooExtendPdf.cxx, roofitcore/src/RooFitResult.cxx, roofitcore/src/RooFormula.cxx, roofitcore/src/RooGaussKronrodIntegrator1D.cxx, roofitcore/src/RooGenCategory.cxx, roofitcore/src/RooGenericPdf.cxx, roofitcore/src/RooGrid.cxx, roofitcore/src/RooHashTable.cxx, roofitcore/src/RooHist.cxx, roofitcore/src/RooHistError.cxx, roofitcore/src/RooHistPdf.cxx, roofitcore/src/RooImproperIntegrator1D.cxx, roofitcore/src/RooIntegrator1D.cxx, roofitcore/src/RooLinearVar.cxx, roofitcore/src/RooLinkedList.cxx, roofitcore/src/RooList.cxx, roofitcore/src/RooMCIntegrator.cxx, roofitcore/src/RooMCStudy.cxx, roofitcore/src/RooMappedCategory.cxx, roofitcore/src/RooMath.cxx, roofitcore/src/RooMsgService.cxx, roofitcore/src/RooMultiCategory.cxx, roofitcore/src/RooNLLVar.cxx, roofitcore/src/RooNormListManager.cxx, roofitcore/src/RooNormManager.cxx, roofitcore/src/RooNumConvolution.cxx, roofitcore/src/RooNumIntConfig.cxx, roofitcore/src/RooNumIntFactory.cxx, roofitcore/src/RooPlot.cxx, roofitcore/src/RooPolyVar.cxx, roofitcore/src/RooProdPdf.cxx, roofitcore/src/RooProduct.cxx, roofitcore/src/RooProfileLL.cxx, roofitcore/src/RooQuasiRandomGenerator.cxx, roofitcore/src/RooRandomizeParamMCSModule.cxx, roofitcore/src/RooRangeBinning.cxx, roofitcore/src/RooRealBinding.cxx, roofitcore/src/RooRealIntegral.cxx, roofitcore/src/RooRealSumPdf.cxx, roofitcore/src/RooResolutionModel.cxx, roofitcore/src/RooSegmentedIntegrator1D.cxx, roofitcore/src/RooSegmentedIntegrator2D.cxx, roofitcore/src/RooSetProxy.cxx, roofitcore/src/RooSharedProperties.cxx, roofitcore/src/RooSharedPropertiesList.cxx, roofitcore/src/RooSimGenContext.cxx, roofitcore/src/RooSimPdfBuilder.cxx, roofitcore/src/RooSimultaneous.cxx, roofitcore/src/RooStreamParser.cxx, roofitcore/src/RooStringVar.cxx, roofitcore/src/RooSuperCategory.cxx, roofitcore/src/RooThresholdCategory.cxx, roofitcore/src/RooUniformBinning.cxx, roofitcore/src/RooWorkspace.cxx: o Most classes - Bulk migration from cout to RooMsgService o RooSetProxy - Fix compiler warning on Windows o RooSimPdfBuilder - Remove stray debug printouts 2007-11-27 09:56 couet * [r21062] test/stressGraphics.cxx: - Fix unused variable (found on Mac). 2007-11-27 09:51 couet * [r21061] test/stressGraphics.cxx, test/stressGraphics.ref: - Test the PDF output. - New format for stressGraphics.ref. 2007-11-27 09:48 axel * [r21060] cintex/src/ROOTClassEnhancer.cxx: MSVC2003 forgot to implement the stringstream::operator bool, so use good() 2007-11-27 09:45 matevz * [r21059] eve/inc/TEveUtil.h: Add workaround for solaris math.h exception clashing with std::exception in dictionary (suggested by Philippe). 2007-11-27 06:45 rdm * [r21058] etc/valgrind-root.supp: From Axel: some additional valgrind suppressions. 2007-11-26 21:48 axel * [r21057] cintex/src/CINTCommentBuffer.h, cintex/src/CINTVariableBuilder.cxx: Factor our CommentBuffer Local typedef longlong (Reflex/Kernel.h's is now gone) 2007-11-26 19:48 matevz * [r21056] eve/inc/TEveTrans.h, eve/src/TEveBrowser.cxx, eve/src/TEveManager.cxx, eve/src/TEveTrans.cxx: TEveTrans: coding conventions. Fix warning by solaris cc. TEveBrowser: add missing ctor argument to TRootBrowser during base initialization (solaris cc). TEveManager: fix names of Eve components garbled by automatic string conversion. 2007-11-26 18:06 axel * [r21055] cintex/src/ROOTClassEnhancer.cxx: Add dictionary property ClassVersion. In selection.xml write: <class name="FOO" ClassVersion="42"/> to set the class version of FOO's TClass object to 42, i.e. TClass::GetClass("FOO")->GetClassVersion() will return 42. 2007-11-26 18:00 matevz * [r21054] eve/inc/TEveBoxSet.h, eve/inc/TEveBoxSetGL.h, eve/inc/TEveBrowser.h, eve/inc/TEveChunkManager.h, eve/inc/TEveDigitSet.h, eve/inc/TEveDigitSetEditor.h, eve/inc/TEveElement.h, eve/inc/TEveElementEditor.h, eve/inc/TEveEventManager.h, eve/inc/TEveFrameBox.h, eve/inc/TEveFrameBoxGL.h, eve/inc/TEveGLText.h, eve/inc/TEveGLUtil.h, eve/inc/TEveGValuators.h, eve/inc/TEveGedEditor.h, eve/inc/TEveGeoNode.h, eve/inc/TEveGeoNodeEditor.h, eve/inc/TEveGeoShapeExtract.h, eve/inc/TEveGridStepper.h, eve/inc/TEveGridStepperEditor.h, eve/inc/TEveLine.h, eve/inc/TEveLineEditor.h, eve/inc/TEveLineGL.h, eve/inc/TEveMacro.h, eve/inc/TEveManager.h, eve/inc/TEvePad.h, eve/inc/TEvePointSet.h, eve/inc/TEvePointSetArrayEditor.h, eve/inc/TEvePointSetProjectedGL.h, eve/inc/TEvePolygonSetProjected.h, eve/inc/TEvePolygonSetProjectedEditor.h, eve/inc/TEvePolygonSetProjectedGL.h, eve/inc/TEveProjectionBases.h, eve/inc/TEveProjectionManager.h, eve/inc/TEveProjectionManagerEditor.h, eve/inc/TEveProjectionManagerGL.h, eve/inc/TEveProjections.h, eve/inc/TEveQuadSet.h, eve/inc/TEveQuadSetGL.h, eve/inc/TEveRGBAPalette.h, eve/inc/TEveRGBAPaletteEditor.h, eve/inc/TEveScene.h, eve/inc/TEveSceneInfo.h, eve/inc/TEveStraightLineSet.h, eve/inc/TEveStraightLineSetEditor.h, eve/inc/TEveStraightLineSetGL.h, eve/inc/TEveTrack.h, eve/inc/TEveTrackEditor.h, eve/inc/TEveTrackGL.h, eve/inc/TEveTrackProjected.h, eve/inc/TEveTrackProjectedGL.h, eve/inc/TEveTrackPropagator.h, eve/inc/TEveTrackPropagatorEditor.h, eve/inc/TEveTrans.h, eve/inc/TEveTransEditor.h, eve/inc/TEveTreeTools.h, eve/inc/TEveTriangleSet.h, eve/inc/TEveTriangleSetEditor.h, eve/inc/TEveTriangleSetGL.h, eve/inc/TEveUtil.h, eve/inc/TEveVSD.h, eve/inc/TEveVSDStructs.h, eve/inc/TEveViewer.h, eve/src/TEveBoxSet.cxx, eve/src/TEveBoxSetGL.cxx, eve/src/TEveBrowser.cxx, eve/src/TEveChunkManager.cxx, eve/src/TEveDigitSet.cxx, eve/src/TEveDigitSetEditor.cxx, eve/src/TEveElement.cxx, eve/src/TEveElementEditor.cxx, eve/src/TEveEventManager.cxx, eve/src/TEveFrameBox.cxx, eve/src/TEveFrameBoxGL.cxx, eve/src/TEveGLText.cxx, eve/src/TEveGLUtil.cxx, eve/src/TEveGValuators.cxx, eve/src/TEveGedEditor.cxx, eve/src/TEveGeoNode.cxx, eve/src/TEveGeoNodeEditor.cxx, eve/src/TEveGeoShapeExtract.cxx, eve/src/TEveGridStepper.cxx, eve/src/TEveGridStepperEditor.cxx, eve/src/TEveLine.cxx, eve/src/TEveLineEditor.cxx, eve/src/TEveLineGL.cxx, eve/src/TEveMacro.cxx, eve/src/TEveManager.cxx, eve/src/TEvePad.cxx, eve/src/TEvePointSet.cxx, eve/src/TEvePointSetArrayEditor.cxx, eve/src/TEvePointSetProjectedGL.cxx, eve/src/TEvePolygonSetProjected.cxx, eve/src/TEvePolygonSetProjectedEditor.cxx, eve/src/TEvePolygonSetProjectedGL.cxx, eve/src/TEveProjectionBases.cxx, eve/src/TEveProjectionManager.cxx, eve/src/TEveProjectionManagerEditor.cxx, eve/src/TEveProjectionManagerGL.cxx, eve/src/TEveProjections.cxx, eve/src/TEveQuadSet.cxx, eve/src/TEveQuadSetGL.cxx, eve/src/TEveRGBAPalette.cxx, eve/src/TEveRGBAPaletteEditor.cxx, eve/src/TEveScene.cxx, eve/src/TEveSceneInfo.cxx, eve/src/TEveStraightLineSet.cxx, eve/src/TEveStraightLineSetEditor.cxx, eve/src/TEveStraightLineSetGL.cxx, eve/src/TEveTrack.cxx, eve/src/TEveTrackEditor.cxx, eve/src/TEveTrackGL.cxx, eve/src/TEveTrackProjected.cxx, eve/src/TEveTrackProjectedGL.cxx, eve/src/TEveTrackPropagator.cxx, eve/src/TEveTrackPropagatorEditor.cxx, eve/src/TEveTrans.cxx, eve/src/TEveTransEditor.cxx, eve/src/TEveTreeTools.cxx, eve/src/TEveTriangleSet.cxx, eve/src/TEveTriangleSetEditor.cxx, eve/src/TEveTriangleSetGL.cxx, eve/src/TEveUtil.cxx, eve/src/TEveVSD.cxx, eve/src/TEveVSDStructs.cxx, eve/src/TEveViewer.cxx: When including ROOT header files use "" instead of <>. Replace NULL with 0 in TEveGLText. TEveTrackPropagator: make public data-members protected and provide get/set methods. Second attempt at fixing Solaris cc errors: make Helix and Vertex4d struct declarations public. 2007-11-26 17:54 axel * [r21053] reflex/src/Kernel.cxx: Move typedef (u)longlong from Kernel.h to Kernel.cxx; make it local. 2007-11-26 17:54 axel * [r21052] reflex/inc/Reflex/Kernel.h: The definition of ROOT::Reflex::longlong is now removed. It is not needed by the Reflex API, and it interfers with user code defining its own longlong, because the dictionaries pull it in via "using namespace ROOT::Reflex". Leave an "#if 0" in there, so it's easier to trace. Only Kernel.cxx needs the typedef. 2007-11-26 17:16 rdm * [r21051] build/unix/svninfo.sh: script needs bash. 2007-11-26 17:00 rdm * [r21050] base/inc/TSystem.h: workaround bug in gcc's effc++ option. 2007-11-26 16:48 matevz * [r21049] eve/inc/TEveChunkManager.h, eve/inc/TEveGridStepper.h, eve/inc/TEveTrackPropagator.h, eve/inc/TEveUtil.h, eve/src/TEveGridStepper.cxx, eve/src/TEveGridStepperEditor.cxx, eve/src/TEvePolygonSetProjectedGL.cxx: Fix errors reported by Solaris cc. 2007-11-26 16:01 matevz * [r21048] eve/inc/TEveManager.h, eve/src/TEveManager.cxx, tutorials/eve/lineset_test.C, tutorials/eve/quad_test.C, tutorials/eve/triangleset.C, tutorials/eve/view3ds.C: Add static function TEveManager::Create() and removed old initialization scripts. Fix macros to use this new initialization method. 2007-11-26 15:58 brun * [r21047] gui/src/TGFrame.cxx: From Bertrand: Fix 'Conditional jump or move depends on uninitialised value(s)' reported by valgrind on gui in batch mode (sic) 2007-11-26 15:52 rdm * [r21046] base/src/TApplication.cxx: print warning in case a macro.C or data.root file specified as argument does not exist. Fixes issue 30632. 2007-11-26 15:51 rdm * [r21045] tmva/src/MethodVariable.cxx: fix gcc 4.2 warning. 2007-11-26 14:31 rdm * [r21044] Makefile, config/Makefile.depend, eve, eve/Module.mk, eve/inc, eve/inc/LinkDef.h, eve/inc/TEveBoxSet.h, eve/inc/TEveBoxSetGL.h, eve/inc/TEveBrowser.h, eve/inc/TEveChunkManager.h, eve/inc/TEveDigitSet.h, eve/inc/TEveDigitSetEditor.h, eve/inc/TEveElement.h, eve/inc/TEveElementEditor.h, eve/inc/TEveEventManager.h, eve/inc/TEveFrameBox.h, eve/inc/TEveFrameBoxGL.h, eve/inc/TEveGLText.h, eve/inc/TEveGLUtil.h, eve/inc/TEveGValuators.h, eve/inc/TEveGedEditor.h, eve/inc/TEveGeoNode.h, eve/inc/TEveGeoNodeEditor.h, eve/inc/TEveGeoShapeExtract.h, eve/inc/TEveGridStepper.h, eve/inc/TEveGridStepperEditor.h, eve/inc/TEveLine.h, eve/inc/TEveLineEditor.h, eve/inc/TEveLineGL.h, eve/inc/TEveMacro.h, eve/inc/TEveManager.h, eve/inc/TEvePad.h, eve/inc/TEvePointSet.h, eve/inc/TEvePointSetArrayEditor.h, eve/inc/TEvePointSetProjectedGL.h, eve/inc/TEvePolygonSetProjected.h, eve/inc/TEvePolygonSetProjectedEditor.h, eve/inc/TEvePolygonSetProjectedGL.h, eve/inc/TEveProjectionBases.h, eve/inc/TEveProjectionManager.h, eve/inc/TEveProjectionManagerEditor.h, eve/inc/TEveProjectionManagerGL.h, eve/inc/TEveProjections.h, eve/inc/TEveQuadSet.h, eve/inc/TEveQuadSetGL.h, eve/inc/TEveRGBAPalette.h, eve/inc/TEveRGBAPaletteEditor.h, eve/inc/TEveScene.h, eve/inc/TEveSceneInfo.h, eve/inc/TEveStraightLineSet.h, eve/inc/TEveStraightLineSetEditor.h, eve/inc/TEveStraightLineSetGL.h, eve/inc/TEveTrack.h, eve/inc/TEveTrackEditor.h, eve/inc/TEveTrackGL.h, eve/inc/TEveTrackProjected.h, eve/inc/TEveTrackProjectedGL.h, eve/inc/TEveTrackPropagator.h, eve/inc/TEveTrackPropagatorEditor.h, eve/inc/TEveTrans.h, eve/inc/TEveTransEditor.h, eve/inc/TEveTreeTools.h, eve/inc/TEveTriangleSet.h, eve/inc/TEveTriangleSetEditor.h, eve/inc/TEveTriangleSetGL.h, eve/inc/TEveUtil.h, eve/inc/TEveVSD.h, eve/inc/TEveVSDStructs.h, eve/inc/TEveViewer.h, eve/src, eve/src/TEveBoxSet.cxx, eve/src/TEveBoxSetGL.cxx, eve/src/TEveBrowser.cxx, eve/src/TEveChunkManager.cxx, eve/src/TEveDigitSet.cxx, eve/src/TEveDigitSetEditor.cxx, eve/src/TEveElement.cxx, eve/src/TEveElementEditor.cxx, eve/src/TEveEventManager.cxx, eve/src/TEveFrameBox.cxx, eve/src/TEveFrameBoxGL.cxx, eve/src/TEveGLText.cxx, eve/src/TEveGLUtil.cxx, eve/src/TEveGValuators.cxx, eve/src/TEveGedEditor.cxx, eve/src/TEveGeoNode.cxx, eve/src/TEveGeoNodeEditor.cxx, eve/src/TEveGeoShapeExtract.cxx, eve/src/TEveGridStepper.cxx, eve/src/TEveGridStepperEditor.cxx, eve/src/TEveLine.cxx, eve/src/TEveLineEditor.cxx, eve/src/TEveLineGL.cxx, eve/src/TEveMacro.cxx, eve/src/TEveManager.cxx, eve/src/TEvePad.cxx, eve/src/TEvePointSet.cxx, eve/src/TEvePointSetArrayEditor.cxx, eve/src/TEvePointSetProjectedGL.cxx, eve/src/TEvePolygonSetProjected.cxx, eve/src/TEvePolygonSetProjectedEditor.cxx, eve/src/TEvePolygonSetProjectedGL.cxx, eve/src/TEveProjectionBases.cxx, eve/src/TEveProjectionManager.cxx, eve/src/TEveProjectionManagerEditor.cxx, eve/src/TEveProjectionManagerGL.cxx, eve/src/TEveProjections.cxx, eve/src/TEveQuadSet.cxx, eve/src/TEveQuadSetGL.cxx, eve/src/TEveRGBAPalette.cxx, eve/src/TEveRGBAPaletteEditor.cxx, eve/src/TEveScene.cxx, eve/src/TEveSceneInfo.cxx, eve/src/TEveStraightLineSet.cxx, eve/src/TEveStraightLineSetEditor.cxx, eve/src/TEveStraightLineSetGL.cxx, eve/src/TEveTrack.cxx, eve/src/TEveTrackEditor.cxx, eve/src/TEveTrackGL.cxx, eve/src/TEveTrackProjected.cxx, eve/src/TEveTrackProjectedGL.cxx, eve/src/TEveTrackPropagator.cxx, eve/src/TEveTrackPropagatorEditor.cxx, eve/src/TEveTrans.cxx, eve/src/TEveTransEditor.cxx, eve/src/TEveTreeTools.cxx, eve/src/TEveTriangleSet.cxx, eve/src/TEveTriangleSetEditor.cxx, eve/src/TEveTriangleSetGL.cxx, eve/src/TEveUtil.cxx, eve/src/TEveVSD.cxx, eve/src/TEveVSDStructs.cxx, eve/src/TEveViewer.cxx, fonts/eve_fontdefault.txf, fonts/eve_fonthelvetica34.txf, icons/eve_pointset.xpm, icons/eve_rnr00_t.xpm, icons/eve_rnr01_t.xpm, icons/eve_rnr10_t.xpm, icons/eve_rnr11_t.xpm, icons/eve_scene.xpm, icons/eve_track.xpm, icons/eve_viewer.xpm, tutorials/eve, tutorials/eve/broken_torus.tring, tutorials/eve/lineset_test.C, tutorials/eve/nasashuttle.3ds, tutorials/eve/quad_test.C, tutorials/eve/triangleset.C, tutorials/eve/view3ds.C: from Matevz: add the TEve classes to the svn trunk. Code compiles without warnings on MacOS X, Linux and Windows XP. Tutorials still don't work, as init code is still missing (coming later today). 2007-11-26 14:27 rdm * [r21043] test: add .exe to the ignore list. 2007-11-26 13:20 brun * [r21042] README/CREDITS: Add Silvia Arcelli for her contribution to THnSparse 2007-11-26 13:19 brun * [r21041] hist/inc/THnSparse.h, hist/src/THnSparse.cxx, math/src/TMath.cxx: From Axel and Silvia Arcelli: * implement rebinning, add, multiply, divide (incl. binomial) * fix error calculation, now similar to TH1 etc * allow for non-equal bin sizes: call constructor without bin edges, call SetBinEdges() afterwards 2007-11-26 11:27 moneta * [r21040] test/stressMathCore.cxx: fix a problem with upper cases in Smatrix library name 2007-11-26 11:01 moneta * [r21039] test/stressMathCore.cxx: add tests of SMatrix and remove the root files after reading 2007-11-25 13:35 rdm * [r21035] cont/src/TObjArray.cxx: fix in non-const operator[], where the return value may be used as an lvalue, set fLast and call Changed(). If you want to access array elements and not invalidate the sorting, use At() or UncheckedAt(). 2007-11-25 09:16 rdm * [r21034] README/INSTALL: typo. 2007-11-25 08:35 rdm * [r21033] README/BUILDSYSTEM, README/INSTALL: change references to CVS into Subversion. 2007-11-25 08:09 brun * [r21032] base/src/TAttFill.cxx: Document the special case when the style fill area color is set to 0. In this case, all objects fill area color is ignored and a black&white output generated. 2007-11-24 09:56 brun * [r21031] math/src/TMath.cxx: Improve TMath::KolmogorovTest (Jason Detwiler) // // Method Improvement by Jason A Detwiler (JADetwiler@lbl.gov) // ----------------------------------------------------------- // The nuts-and-bolts of the TMath::KolmogorovTest() algorithm is a for-loop // over the two sorted arrays a and b representing empirical distribution // functions. The for-loop handles 3 cases: when the next points to be // evaluated satisfy a>b, a<b, or a=b: // // for (Int_t i=0;i<na+nb;i++) { // if (a[ia-1] < b[ib-1]) { // rdiff -= sa; // ia++; // if (ia > na) {ok = kTRUE; break;} // } else if (a[ia-1] > b[ib-1]) { // rdiff += sb; // ib++; // if (ib > nb) {ok = kTRUE; break;} // } else { // rdiff += sb - sa; // ia++; // ib++; // if (ia > na) {ok = kTRUE; break;} // if (ib > nb) {ok = kTRUE; break;} // } // rdmax = TMath::Max(rdmax,TMath::Abs(rdiff)); // } // // For the last case, a=b, the algorithm advances each array by one index in an // attempt to move through the equality. However, this is incorrect when one or // the other of a or b (or both) have a repeated value, call it x. For the KS // statistic to be computed properly, rdiff needs to be calculated after all of // the a and b at x have been tallied (this is due to the definition of the // empirical distribution function; another way to convince yourself that the // old CERNLIB method is wrong is that it implies that the function defined as the // difference between a and b is multi-valued at x -- besides being ugly, this // would invalidate Kolmogorov's theorem). // // The solution is to just add while-loops into the equality-case handling to // perform the tally: // // } else { // double x = a[ia-1]; // while(a[ia-1] == x && ia <= na) { // rdiff -= sa; // ia++; // } // while(b[ib-1] == x && ib <= nb) { // rdiff += sb; // ib++; // } // if (ia > na) {ok = kTRUE; break;} // if (ib > nb) {ok = kTRUE; break;} // } 2007-11-23 11:43 wouter * [r21025] roofitcore/src/RooSimPdfBuilder.cxx: o RooSimPdfBuilder - Back out fix strtok_r problem by Matthew Langston, it doesn't work OK. Instead insert implementation of strtok_r if _WIN32 is defined. 2007-11-23 11:37 brun * [r21024] test/stressGeometry.cxx: Relax condition on difference in number of steps 2007-11-23 11:15 rdm * [r21023] test/Makefile: if exists use ../MyConfig.mk to customize build. 2007-11-23 10:46 rdm * [r21022] etc/valgrind-root.supp: From Axel: valgrind suppression file for ROOT. To be used like: valgrind --suppressions=$ROOTSYS/etc/valgrind-root.supp ... 2007-11-23 09:50 moneta * [r21021] test/Makefile, test/stressMathCore.cxx: - add stressMathcore with tests for: - statistical functions (pdf and cdf) checking that numerical integral of pdf = cdf - all types of GenVectors (2,3, and 4D) including I/O 2007-11-23 09:15 brun * [r21016] geom/src/TGeoPgon.cxx: From Andrei: fix for the problem in TGeoPgon that was not a mis-initialization but it was algorithmic, due to the comparison of the (ideally) same number computed in 2 different ways. 2007-11-23 08:07 ganis * [r21015] tutorials/proof/runProof.C: Do not define the unused variable refloc (defined and used by getProof.C) 2007-11-22 23:09 ganis * [r21012] test/stressProof.cxx, tutorials/proof/getProof.C: Fix problem on MAC; improve argument parsing 2007-11-22 21:45 rdm * [r21008] config/root-config.in, configure: the _REENTRANT flag was not correctly set on Mac OS X, hence the global mutexes were not active. 2007-11-22 21:44 wouter * [r21007] roofitcore/inc/RooAbsArg.h, roofitcore/inc/RooAbsData.h, roofitcore/inc/RooAbsPdf.h, roofitcore/inc/RooAbsReal.h, roofitcore/inc/RooAbsRealLValue.h, roofitcore/inc/RooChi2Var.h, roofitcore/inc/RooCmdArg.h, roofitcore/inc/RooCmdConfig.h, roofitcore/inc/RooGlobalFunc.h, roofitcore/inc/RooHistError.h, roofitcore/inc/RooMCStudy.h, roofitcore/inc/RooMath.h, roofitcore/inc/RooMsgService.h, roofitcore/inc/RooNLLVar.h, roofitcore/inc/RooNameReg.h, roofitcore/inc/RooNumber.h, roofitcore/inc/RooRealVar.h, roofitcore/inc/RooTreeData.h, roofitcore/src/RooAbsArg.cxx, roofitcore/src/RooAbsPdf.cxx, roofitcore/src/RooAbsReal.cxx, roofitcore/src/RooCmdArg.cxx, roofitcore/src/RooHistError.cxx, roofitcore/src/RooMath.cxx, roofitcore/src/RooMsgService.cxx, roofitcore/src/RooNameReg.cxx, roofitcore/src/RooNumber.cxx, roofitcore/src/RooRealVar.cxx: o RooRealVar, RooAbsRealLValue, RooMCStudy, RooChi2Var, RooAbsData, RooHistError, RooTreeData, RooAbsPdf, RooAbsArg, RooGlobalFunc, RooCmdConfig, RooMath, RooNLLVar, RooAbsReal, RooNumber, RooMsgService, RooNameReg - Changes references to RooCmdArg::none to RooCmdArg::none() - Un-inline all static functions references static data members o RooCmdArg - Rename static RooCmdArg none to _none and make protected. Add public accessor function none() 2007-11-22 21:38 brun * [r21006] test/Makefile: Proof is not an optional package. 2007-11-22 21:29 brun * [r21005] test/Makefile: From Bertrand, Do not build tragets line stressProof and stressRoofit if Proof and RooFit have not been selected in configure. 2007-11-22 21:02 wouter * [r21004] roofitcore/inc/RooFitResult.h: o RooFitResult - Relax parameter comparison tolerance in isIdentical() from 1e-6 to 5e-5 2007-11-22 20:59 brun * [r21003] minuit/src/TMinuit.cxx: From Eddy: In the default TMinuit constructor, preset fFCN=0 2007-11-22 20:40 wouter * [r21002] roofitcore/inc/RooTrace.h, roofitcore/src/RooTrace.cxx: o RooTrace - Remove inlining of static control function as this appears to give linking problems under Windows 2007-11-22 20:35 brun * [r21001] test/stressRooFit.cxx: Fix a compilation error on Solaris. 2007-11-22 20:14 wouter * [r21000] roofitcore/inc/RooFitResult.h, roofitcore/src/RooFitResult.cxx: o RooFitResult - Add seperate tolerance parameter in isIdentical() for correlation comparisons, with a default of 1e-4 2007-11-22 18:25 ganis * [r20999] proof/src/TProof.cxx, test/Makefile, test/stressProof.cxx, tutorials/proof/ProofSimple.C, tutorials/proof/ProofSimple.h: - First version of 'stressProof.cxx' and related changes in the test/Makefile - Add missing protection in TProof to avoid starting the dialog when in batch mode - Add proper default initialization and destruction in tutorials/proof/ProofSimple.C,.h 2007-11-22 17:03 brun * [r20996] test/Makefile: Fix for Windows 2007-11-22 17:02 rdm * [r20995] proofd/src/XrdProofWorker.cxx, rpdutils/src/rpdutils.cxx: fix some gcc 4.2 warning. 2007-11-22 16:42 brun * [r20994] test/Makefile.win32: Add stressRooFit 2007-11-22 16:37 brun * [r20993] test/Makefile, test/stressRooFit.cxx: Add new stress suite for RooFit (by Woter Verkerke) Modify Makefile to build stressRooFit 2007-11-22 15:43 rdm * [r20992] tutorials/io/testMergeCont.C: set eol-style. 2007-11-22 15:30 couet * [r20991] test/stressGraphics.cxx: - On 64 bits linux machine (lxplus) when stresssGraphics was ran une CINT, valgrind showed many unitialized variables. This was due to reasons: * the Form() method (it seems to overwite memory ...). * allocation of char arrays. stressgraphics.cxx has been modified to work around these two problems. In compiled mode stressGraphics ran normally. 2007-11-22 15:24 couet * [r20990] test/stressGraphics.ref: - New version 2007-11-22 15:20 rdm * [r20989] tutorials/io/testMergeCont.C: From Andrei: container merge test. 2007-11-22 14:54 wouter * [r20988] roofitcore/Module.mk, roofitcore/inc/LinkDef3.h, roofitcore/inc/Roo1DTable.h, roofitcore/inc/RooAbsAnaConvPdf.h, roofitcore/inc/RooAbsPdf.h, roofitcore/inc/RooAddModel.h, roofitcore/inc/RooArgSet.h, roofitcore/inc/RooConvCoefVar.h, roofitcore/inc/RooCurve.h, roofitcore/inc/RooFitResult.h, roofitcore/inc/RooGlobalFunc.h, roofitcore/inc/RooHist.h, roofitcore/inc/RooMath.h, roofitcore/inc/RooMinuit.h, roofitcore/inc/RooMsgService.h, roofitcore/inc/RooNameReg.h, roofitcore/inc/RooNumIntConfig.h, roofitcore/inc/RooNumIntFactory.h, roofitcore/inc/RooObjCacheManager.h, roofitcore/inc/RooPlot.h, roofitcore/inc/RooProdPdf.h, roofitcore/inc/RooProjectedPdf.h, roofitcore/inc/RooRealConstant.h, roofitcore/inc/RooRealVar.h, roofitcore/inc/RooRealVarSharedProperties.h, roofitcore/inc/RooResolutionModel.h, roofitcore/inc/RooSentinel.h, roofitcore/inc/RooSimPdfBuilder.h, roofitcore/inc/RooTable.h, roofitcore/src/Roo1DTable.cxx, roofitcore/src/RooAbsAnaConvPdf.cxx, roofitcore/src/RooAbsArg.cxx, roofitcore/src/RooAbsCachedPdf.cxx, roofitcore/src/RooAbsCollection.cxx, roofitcore/src/RooAbsOptGoodnessOfFit.cxx, roofitcore/src/RooAbsPdf.cxx, roofitcore/src/RooAbsReal.cxx, roofitcore/src/RooAdaptiveGaussKronrodIntegrator1D.cxx, roofitcore/src/RooAddGenContext.cxx, roofitcore/src/RooAddModel.cxx, roofitcore/src/RooAddPdf.cxx, roofitcore/src/RooAddition.cxx, roofitcore/src/RooArgSet.cxx, roofitcore/src/RooBinning.cxx, roofitcore/src/RooClassFactory.cxx, roofitcore/src/RooConvGenContext.cxx, roofitcore/src/RooCurve.cxx, roofitcore/src/RooDataHist.cxx, roofitcore/src/RooDataProjBinding.cxx, roofitcore/src/RooFFTConvPdf.cxx, roofitcore/src/RooFitResult.cxx, roofitcore/src/RooFormulaVar.cxx, roofitcore/src/RooGaussKronrodIntegrator1D.cxx, roofitcore/src/RooGenContext.cxx, roofitcore/src/RooGlobalFunc.cxx, roofitcore/src/RooGrid.cxx, roofitcore/src/RooHist.cxx, roofitcore/src/RooImproperIntegrator1D.cxx, roofitcore/src/RooIntegrator1D.cxx, roofitcore/src/RooIntegrator2D.cxx, roofitcore/src/RooLinkedList.cxx, roofitcore/src/RooMCIntegrator.cxx, roofitcore/src/RooMCStudy.cxx, roofitcore/src/RooMath.cxx, roofitcore/src/RooMinuit.cxx, roofitcore/src/RooMsgService.cxx, roofitcore/src/RooNameReg.cxx, roofitcore/src/RooNumIntConfig.cxx, roofitcore/src/RooNumIntFactory.cxx, roofitcore/src/RooObjCacheManager.cxx, roofitcore/src/RooPlot.cxx, roofitcore/src/RooProdGenContext.cxx, roofitcore/src/RooProdPdf.cxx, roofitcore/src/RooProfileLL.cxx, roofitcore/src/RooProjectedPdf.cxx, roofitcore/src/RooRealConstant.cxx, roofitcore/src/RooRealIntegral.cxx, roofitcore/src/RooRealVar.cxx, roofitcore/src/RooRealVarSharedProperties.cxx, roofitcore/src/RooResolutionModel.cxx, roofitcore/src/RooSegmentedIntegrator2D.cxx, roofitcore/src/RooSentinel.cxx, roofitcore/src/RooSharedPropertiesList.cxx, roofitcore/src/RooSimPdfBuilder.cxx, roofitcore/src/RooSimultaneous.cxx, roofitcore/src/RooTrace.cxx, roofitcore/src/RooTreeData.cxx, roofitcore/src/RooWorkspace.cxx, roofitcore/test, roofitcore/test/Makefile, roofitcore/test/Makefile.arch, roofitcore/test/TestBasic1.cxx, roofitcore/test/TestBasic10.cxx, roofitcore/test/TestBasic11.cxx, roofitcore/test/TestBasic12.cxx, roofitcore/test/TestBasic13.cxx, roofitcore/test/TestBasic14.cxx, roofitcore/test/TestBasic15.cxx, roofitcore/test/TestBasic16.cxx, roofitcore/test/TestBasic17.cxx, roofitcore/test/TestBasic18.cxx, roofitcore/test/TestBasic19.cxx, roofitcore/test/TestBasic2.cxx, roofitcore/test/TestBasic20.cxx, roofitcore/test/TestBasic21.cxx, roofitcore/test/TestBasic22.cxx, roofitcore/test/TestBasic3.cxx, roofitcore/test/TestBasic4.cxx, roofitcore/test/TestBasic5.cxx, roofitcore/test/TestBasic6.cxx, roofitcore/test/TestBasic7.cxx, roofitcore/test/TestBasic8.cxx, roofitcore/test/TestBasic9.cxx, roofitcore/test/stressRooFit.cxx: ** Bringing trunk up-to-date w.r.t recent changes in branches/dev/roofit branch ** Aggregated messages from branch commits follow --- Date: Fri Oct 19 20:35:30 2007 New Revision: 20422 --- o RooAbsArg - Add debug level print statement in findConstantNodes() o RooAbsAnaConvPdf - Do not expose cached RooCoefVars to constant term finding process. --- Date: Fri Oct 19 21:03:40 2007 New Revision: 20423 --- o RooPlot - Add forwarding function for all revent Set*() methods of TH1 --- Date: Fri Oct 19 21:48:40 2007 New Revision: 20424 --- o RooAbsAnaConvPdf - Back out special handling of exposure of cached RooCoefVars to constant term finding process. o RooObjCacheManager - Do not perform constant term finding on cache contents if cache manager is configured to perform clearOnRedirect for server redirects. --- Date: Wed Oct 31 23:36:10 2007 New Revision: 20587 --- o RooAbsRealLValue - Remove stray debug print statements o RooAddPdf - Add new default ctor to fix persistence introduced by new cache management scheme - Add forgotten initializer to regular ctor o RooAbsCachedPdf - Add formal server-link dependency on cache parameters to RooHistPdf cache representation so that the constant term optimizer can make the correct decision - Make RooObjCacheManager a persistent data member o RooObjCacheManager - Add debug message level information - Make _optCacheObservables a transient data member and initialize it in the default ctor. o RooAbsPdf, RooProjectedPdf - Add new default ctor to fix persistence introduced by new cache management scheme - Make RooObjCacheManager a persistent data member o RooAbsArg - Add methods graphVizTree() that produce input files for AT&Ts graphViz to make graphical representation of object tree. (To make actual graphics run 'dot -Tps -o graph.ps %s' where %s is argument passed to graphVizTree(). o RooSetProxy - Remove stray debug print statements o RooSimultaneous - Initialize forgotten data member in all ctors o RooProdPdf, RooAbsAnaConvPdf - Make RooObjCacheManager a persistent data member o RooSuperCategory - Make contained iterator a transient data member and initialize it in the default ctor. o RooCacheManager - Add explicit separate default ctor. o RooAddModel - Completely new implementation, based on existing RooAddPdf. RooResolutionModel functionality (convolution(),basisCode()) taken from original RooAddModel. Reimplement integration strategy with caching of integral objects, rather than implementing only common analytical component o RooAbsAnaConvPdf,RooResolutionModel,RooAbsPdf - Remove special hook function that were required for functioning of original RooAddModel o RooObjCacheManager - Keep all _optCacheObservables versions created alive in separate owned list and only delete at end in dtor to avoid dangling pointer in complex optimizations o RooAbsArg - In optimizeCacheMode() ignore nodes that already have been const optimized. Although const optimization normally happens first, late cache optimization that happen upon late creation of objects can take place after const optimization. --- Date: Tue Nov 13 12:04:55 2007 New Revision: 20774 --- o RooAddModel - Completely new implementation, based on existing RooAddPdf. RooResolutionModel functionality (convolution(),basisCode()) taken from original RooAddModel. Reimplement integration strategy with caching of integral objects, rather than implementing only common analytical component o RooAbsAnaConvPdf,RooResolutionModel,RooAbsPdf - Remove special hook function that were required for functioning of original RooAddModel o RooObjCacheManager - Keep all _optCacheObservables versions created alive in separate owned list and only delete at end in dtor to avoid dangling pointer in complex optimizations o RooAbsArg - In optimizeCacheMode() ignore nodes that already have been const optimized. Although const optimization normally happens first, late cache optimization that happen upon late creation of objects can take place after const optimization. o RooMsgService - Some restructuring to speed up code. - Change topic naming from string to enum. - Change debug-level print macros to take inline pre-decision based on static RooMsgService boolean that indicates if any debug stream is active. Also extend this speedup to doLogD() macro. - Allow multiple Topic specifications in a single stream using bit-wise or to reduce default number of streams from 6 to 2. - Terminate matching logic to streams early for 'universal' streams for which the logic does not depend on object properties. o RooGlobalFunc - Change Topic() argument from RooMsgService::MsgTopic to Int_t to allow specification of multiple topics o RooDataHist, RooMsgService, RooGenContext, RooAddModel, RooFFTConvPdf RooAbsAnaConvPdf, RooAbsReal, RooAddPdf, RooAbsOptGoodnessOfFit, RooAbsCachedPdf RooProfileLL, RooObjCacheManager, RooAbsArg, RooAbsPdf, RooRealIntegral RooAddGenContext, RooProdGenContext, RooConvGenContext, RooProjectedPdf, RooClassFactory RooWorkspace, RooTreeData - Follow change in RooMsgService interface --- Date: Tue Nov 13 13:13:05 2007 New Revision: 20776 --- o RooMCStudy - Initialize _genParams in 2nd ctor (fixes savannah #31139) --- Date: Fri Nov 16 21:24:52 2007 New Revision: 20853 --- o RooProdPdf, RooAddition - Fix memory leaks found with valgrind o RooMsgService, RooRealConstant, RooNumIntFactory, RooMinuit, RooNameReg, RooNumIntConfig, RooArgSet - Add cleanup() function to delete singleton at exit o RooMinuit - Initialize _warnLevel data member (valgrind) o RooAddModel - Disable coefficient projections in convolution mode (savannah #31302) o RooTrace - Remove messages about objects already deleted when not in verbose mode o RooSentinel - New class handling cleanup at exit --- Date: Mon Nov 19 16:41:52 2007 New Revision: 20901 --- o Makefile - Makefile to build stressRooFit o Makefile.arch - Stolen from $ROOTSYS/test o stressRooFit - Driver framework, base class of unit tests and automatic plot, curve, fit result comparison tools that unit tests can request o TestBasic1 - Basic test running fitting, generation and plotting on Gaussian p.d.f --- Date: Wed Nov 21 17:58:28 2007 New Revision: 20965 --- o stressRooFit - Add regression test support for Double_t values and RooTables - In post-test analysis mode, analyze count of (silent) ERROR messages and fail test if they occcur - Eliminate memory leaks in testing framework - Add arguments '-n <N>' to run single test and argument '-mc' to run suite in memory checking mode in which case no references files are opened to avoid ROOT I/O related noise in valgrind leak reports. - Link in 21 new tests o TestBasic2 ... TestBasic22 - New stress testing modules. Modules 4,6,7,11,21 and 22 are empty for now. All others are fully functional. --- Date: Thu Nov 22 14:32:14 2007 New Revision: 20980 --- o test/TestBasic15, test/TestBasic16, test/TestBasic20 - Fix memory leak in test code itself o test/stressRooFit - Activate RooFit internal memory tracing when run in memory check mode o RooDataHist - Fix memory leak o RooMsgService - Add Tracing subject - Fix bug in printing of multi-subject streams - Keep track of total number of (silent) ERROR messages - Add method to access contents of stream configurations o RooIntegrator1D, RooIntegrator2D, RooSegmentedIntegrator1D, RooSegmentedIntegrator2D, RooGaussKronrodIntegrator1D, RooAdaptiveGaussKronronIntegrator1D, RooMCIntegrator, RooGrid - Fix default ctor to initialize all values used in dtor o RooAddModel - Add optional boolean to ctor to take ownership of components. Used in RooAddModel::convolution() - Fix memory leak in convolution() o RooFitResult - Migrations to RooMsgService - Add isIdentical() method for use in regression testing o RooCurve, RooHist - Add isIdentical() method for use in regression testing o Roo1DTable - Make persistable - Add isIdentical() method for use in regression testing o RooMath - Migrations to RooMsgService - Register static memory allocation of CERF lookup table in RooSentinel for cleanup in atexit(). o RooAbsReal - Migrations to RooMsgService - Fix invalid read access due to wrong destructor order in plotAsymOn() - Fix memory leak in plotOn() o RooAbsCollection - Restrict creation of hash tables to deep-copy operations or shallow copy operations of lists with >30 elements o RooAddPdf, RooRealVar, RooDataProjBinding, RooFormulaVar, RooTreeData - Migrations to RooMsgService o RooAbsOptGoodnessOfFit - Fix memory leak o RooAbsPdf - Migrations to RooMsgService - Fix memory leak in fitTo() o RooNumIntFactory - Delete all owned prototype integrators in dtor o RooBinning - Fix ctors to always initialize _xlo and _xhi o RooResolutioModel - Register static identity RooFormulaVar with RooSentinel for cleanup in atexit() o RooSimPdfBuilder - Migrations to RooMsgService - Delete all fitCats and RooSimultaneous instances created by builder in dtor - Return non-const top-level p.d.f. from buildPdf() o RooLinkedList - First delete hash tables, then clear list instead of reverse order to avoid invalid read problems with TList o RooMinuit - Migrations to RooMsgService - Initialize MINUIT print levels to -1 if RooMsgService is operating in silent mode - Trim initial error on parameters if param +/- 2*errors is out of param range o RooSentinel - Add cleanup hooks from RooMath and RooResolutionModel o RooSimultaneous - Fix memory leak - Migrations to RooMsgService o RooProjectedPdf - Implement RooProjectedPdf::CacheElem dtor o RooTable - Add pure virtual isIdentical() interface 2007-11-22 14:47 ganis * [r20987] proof/inc/TProofLog.h: Add getters for the list of log elements and the element TMacro 2007-11-22 14:42 rdm * [r20986] cont/inc/TSeqCollection.h, cont/src/TSeqCollection.cxx: From Andrei: implements Merge() method. 2007-11-22 14:35 rdm * [r20985] alien/inc/TAlienJobStatusList.h, krb5auth/src/TKSocket.cxx, table/src/TTableMap.cxx: fix gcc 4.2 compilation warnings. 2007-11-22 14:29 rdm * [r20984] pyroot/src/PyROOT.h: fix Py_ssize_t and %u print format warnings. 2007-11-22 14:02 antcheva * [r20983] test/guitest.cxx: Do not reuse the same cascaded menu on different level. 2007-11-22 13:48 antcheva * [r20982] gui/src/TGButton.cxx, gui/src/TGNumberEntry.cxx, gui/src/TGTextEntry.cxx: Handle multi-line tooltips in the generated code. 2007-11-22 13:47 antcheva * [r20981] tutorials/gui/guitest.C: Do not reuse the same cascaded menu on different level. 2007-11-22 11:36 axel * [r20979] cint/lib/dll_stl/str.h, cint/lib/prec_stl/string, cint/src/fproto.h, cint/src/v6_func.cxx, cint/src/v6_newlink.cxx, cint/src/v6_parse.cxx, cint/src/v6_pcode.cxx, cint/src/v6_scrupto.cxx, cint/src/v6_typedef.cxx, cint/src/v6_value.h, cint/src/v6_var.cxx, cint/stl/algobase.h: From Philippe, Paul, Fons, Christian Holm, and me: CINT v5-16-28 (actually: up to r2026) * - support MacOSX 10.5 + macos64, rename macgcc to macos. * - from Christian Holm Christensen: * new MIPS and HPPA linux architectures supported * - support MSVC2008 * - fix several problems discovered in CINT's test suite and with valgrind * - fix autoloading of templated classes with typedefs as template argument * - Add dictionary for std::string::(const_)reverse_iterator and * std::string::iterator's operator ==, != also for GCC > 3. 2007-11-22 09:27 brun * [r20978] win32gdk/src/TGWin32.cxx: From Bertrand: - Make sure event->fWindow is always set 2007-11-22 09:13 brun * [r20977] hist/inc/TH1.h, hist/src/TH1.cxx, main/src/hadd.cxx: Add support for "average/efficiency" histograms in TH1::Add // SPECIAL CASE (Average/Efficiency histograms) // For histograms representing averages or efficiencies, one should compute the average // of the two histograms and not the sum. One can mark a histogram to be an average // histogram by setting its bit kIsAverage with // myhist.SetBit(TH1::kIsAverage); // Note that the two histograms must have their kIsAverage bit set When the utility hadd is used, histograms with teh kIsAverage bit set are averaged and not summed. 2007-11-22 09:11 brun * [r20976] gdml/src/TGDMLParse.cxx: Fix coding conventions 2007-11-22 08:59 moneta * [r20975] math/src/TMath.cxx: update documentation for TMath::Gamma according to https://savannah.cern.ch/bugs/?31513 2007-11-22 07:29 brun * [r20974] asimage/src/TASImage.cxx: From Valeriy: - fix a small mem.leak reported by purify 2007-11-21 22:27 wlav * [r20971] pyroot/inc/TPython.h: added static to declarations 2007-11-21 18:11 axel * [r20969] reflex/python/genreflex/gendict.py: From Scott Snyder: Fix a problem with the dictionary generation when the default arguments depends not just on the template name, but on earlier template arguments: --------------------------------------------------------- #include "Reflex/Builder/DictSelection.h" template <class T> class Default {}; namespace ROOT { namespace Reflex { namespace Selection { template <class T, class U> struct C; }}} template <class T, class U = Default<T> > class C { typedef typename ROOT::Reflex::Selection::C<T, U>::self self; }; namespace ROOT { namespace Reflex { namespace Selection { template <class T, class U> struct C { typedef C<T, U> self; ROOT::Reflex::Selection::TEMPLATE_DEFAULTS< ROOT::Reflex::Selection::NODEFAULT, Default<T> > dum1; ROOT::Reflex::Selection::NO_SELF_AUTOSELECT dum2; }; }}} struct foo { C<int> a; C<float> b; }; --------------------------------------------------------- <lcgdict> <class name="C<int>"/> <class name="C<float>"/> </lcgdict> --------------------------------------------------------- resulted in the warning: --->> genreflex: WARNING: Class C<float> in selection file selection.xml not generated. 2007-11-21 16:59 antcheva * [r20966] gui/src/TGFileBrowser.cxx: From Bertrand: Fixed leaking pictures - seen in gObjectTable->Print(). 2007-11-21 16:52 axel * [r20964] reflex/python/genreflex/genrootmap.py: For rootmap entries: remove "std::" also for template parameters, otherwise CINT won't identify our rootmap entries 2007-11-21 16:07 axel * [r20963] cintex/src/Cintex.cxx: Remove artificial CINT source file used for Reflex->CINT type declaration for now; it has ugly side effects for Reflex dictionaries loaded at start-up. This effectively reverts r19811; I still have to find a solution for late-converted dictionaries and thus leave CINTSourceFile in for now. 2007-11-21 15:48 rdm * [r20962] gl/src/TGLHistPainter.cxx, gl/src/TGLParametric.cxx, gl/src/TGLSurfacePainter.cxx, gl/src/TGLTF3Painter.cxx, gl/src/TGLText.cxx: Fix gcc 4.2 compiler warnings. 2007-11-21 15:45 rdm * [r20961] proof/src/TProof.cxx, proof/src/TProofChain.cxx, proof/src/TProofServ.cxx: remove compiler warnings. 2007-11-21 15:18 rdm * [r20960] tmva/inc/MethodCuts.h, tmva/inc/TActivationIdentity.h, tmva/src/MethodBayesClassifier.cxx, tmva/src/MethodCuts.cxx, tmva/src/Timer.cxx: remove number of gcc 4.2 warnings. 2007-11-21 15:14 antcheva * [r20959] gui/src/TGFileBrowser.cxx, gui/src/TRootBrowser.cxx: From Bertrand: Fixed more leaks... 2007-11-21 12:23 antcheva * [r20958] gui/src/TGTextEditor.cxx: From Bertrand: Fixed memory leaks discovered with gObjectTable->Print(). 2007-11-21 12:16 brun * [r20957] test/stressGeometry.cxx: Be ?\127?\127Relax the constraints. 2007-11-21 11:53 brun * [r20955] win32gdk/src/TGWin32.cxx: From Bertrand: Fix memory leak in drag & drop + code cleanup 2007-11-21 11:34 brun * [r20954] test/stressGeometry.cxx: Increase an internal buffer size for fname 2007-11-21 11:20 brun * [r20952] test/stressGeometry.cxx: Use CACHEREAD option for the reference files. 2007-11-21 10:48 brun * [r20951] test/stressGeometry.cxx: From Andrei. Use the reference files from the http://root.cern.ch/files web site instead of local copies 2007-11-21 10:42 brun * [r20949] win32gdk/src/TGWin32.cxx: From Bertrand: - Revert previous changes (side effects) ++ fixes memory leaks 2007-11-21 10:34 antcheva * [r20948] gui/src/TGDNDManager.cxx, gui/src/TRootBrowser.cxx: From Bertrand: Memory leak fixes. 2007-11-21 09:17 brun * [r20947] gdml/inc/TGDMLParse.h, gdml/src/TGDMLParse.cxx: From Zoltan Torzsok: Fix for a problem with long expressions lines. 2007-11-21 08:48 brun * [r20945] geom/src/TGeoTube.cxx: Fix a bug in TGeoCtub::Safety. The array saf is dimensioned as saf[4], but TMath::LocMax(5,saf) was called instead of TMath::Locmax(4,saf). 2007-11-21 06:12 brun * [r20944] asimage/src/libAfterImage.tar.gz: From Valeriy: New version from Sasha that should fix some of the recently reported memory leaks. 2007-11-21 06:09 brun * [r20943] test/stressLinear.cxx: From Eddy: Add a new test for TMatrixTSparse 2007-11-21 06:07 brun * [r20942] matrix/src/TMatrixTSparse.cxx: From Eddy: Fix a bug in TMatrixTSparse::ExtractRow (symmetric to the bug previously fixed in TMatrixTSparse::InsertRow. 2007-11-21 00:59 wlav * [r20941] pyroot/inc/TPython.h, pyroot/src/TPython.cxx: extension of programmer access to PyROOT 2007-11-20 22:26 ganis * [r20939] proofplayer/src/TFileMerger.cxx: Use gSystem->TempDirectory() instead of /tmp 2007-11-20 17:39 rdm * [r20935] auth/src/TAuthenticate.cxx, base/src/TApplication.cxx, base/src/TROOT.cxx, ged/src/TGedMarkerSelect.cxx, geom/src/TGeoManager.cxx, gpad/src/TColorWheel.cxx, io/src/TMapFile.cxx, meta/src/TCint.cxx, rint/src/TTabCom.cxx, treeviewer/src/TParallelCoordVar.cxx: Remove gcc 4.2 compiler warnings. 2007-11-20 17:11 rdm * [r20933] gui/inc/LinkDef3.h, gui/inc/TGCanvas.h, gui/inc/TGDNDManager.h, gui/inc/TGFSContainer.h, gui/inc/TGFrame.h, gui/inc/TGListTree.h, gui/inc/TGTextView.h, gui/inc/TRootCanvas.h, gui/inc/TRootEmbeddedCanvas.h, gui/src/TGCanvas.cxx, gui/src/TGDNDManager.cxx, gui/src/TGFrame.cxx, gui/src/TGListTree.cxx, gui/src/TGTextView.cxx, gui/src/TRootBrowserLite.cxx, gui/src/TRootCanvas.cxx, gui/src/TRootEmbeddedCanvas.cxx: From Bertrand: fix naming conventions, after acronym, next word starts with upper case. 2007-11-20 17:08 rdm * [r20932] gui/inc/TRootBrowser.h, gui/inc/TRootBrowserLite.h: white space. 2007-11-20 17:08 rdm * [r20931] gui/inc/TGFileBrowser.h, gui/src/TGFileBrowser.cxx: Added missing copyright notice. Still class description block missing. 2007-11-20 15:52 brun * [r20930] win32gdk/src/TGWin32.cxx: From Bertrand: Fix minor memory leaks and uninitialized variables 2007-11-20 15:28 antcheva * [r20928] gui/src/TGFrame.cxx, gui/src/TGLayout.cxx: Fixed valgrind message: Conditional jump or move depends on uninitialised value(s) 2007-11-20 14:36 antcheva * [r20927] tutorials/gui/CPUMeter.C: From Bertrand: Fixed errors reported by valgrind (slc4/ia32) and purify (win32). 2007-11-20 14:10 brun * [r20926] proofplayer/src/TFileMerger.cxx: In a file containing TRefs read and save TProcessIDs too 2007-11-20 14:10 brun * [r20925] main/src/hadd.cxx: In a file containing TRefs read and save TProcessIDs too 2007-11-20 13:34 antcheva * [r20924] gui/src/TGScrollBar.cxx: Fixed errors reported by valgrind. 2007-11-20 13:27 antcheva * [r20923] gui/src/TGListTree.cxx: Fixed a warning on solaris. 2007-11-20 12:41 antcheva * [r20922] gui/src/TGColorDialog.cxx: Fixed a worning reported by Solaris. 2007-11-20 12:12 brun * [r20921] base/src/TColor.cxx: In the TColor destructor delete the static palette when all colors have been deleted. 2007-11-20 12:10 rdm * [r20920] etc/proof/utils/circle.sh, etc/proof/utils/proofctl.sh, etc/proof/utils/proofinstall.sh: First version of PROOF install and control scripts. Not yet fully operational. 2007-11-20 11:41 brun * [r20919] treeplayer/src/TTreeFormula.cxx: Set offset to prevent a compiler warning 2007-11-20 11:21 brun * [r20918] asimage/src/TASImage.cxx: From Valeriy: Fix a mismatch between new/malloc and free/delete 2007-11-20 11:02 brun * [r20917] winnt/src/TWinNTSystem.cxx: From Bertrand: - Remove memory leaks reported by Purify 2007-11-20 10:02 antcheva * [r20915] gui/src/TGListView.cxx: From Bertrand: Fixed memory leak reported by Purify. 2007-11-20 09:41 couet * [r20914] histpainter/src/THistPainter.cxx: - Fix a memory leak in PaintContour (found by Bertrand using "purify"). 2007-11-20 09:27 antcheva * [r20913] gui/src/TRootEmbeddedCanvas.cxx: From Bertrand: Added handling TKey objects in HandleDNDdrop. 2007-11-20 09:26 antcheva * [r20912] gui/src/TRootCanvas.cxx: From Bertrand: Added handling TKey objects in HandleDNDdrop. 2007-11-20 09:26 antcheva * [r20911] gui/src/TGFileBrowser.cxx: From Bertrand: Implemented the Drag and drom mechanism on list tree items. 2007-11-20 09:25 antcheva * [r20910] gui/src/TGDNDManager.cxx: From Bertrand: Increased the Window search depth. 2007-11-20 09:24 antcheva * [r20909] gui/inc/TGListTree.h, gui/src/TGListTree.cxx: From Bertrand: ImplementED drag & drop in TGListTree Simple example of how to use it: // add an item in a list tree TGListTreeItem *itm = fListTree->AddItem(item,fname,pic,pic); // to set this item as a DND source: itm->SetDNDSource(kTRUE); // to set this item as a DND target: itm->SetDNDTarget(kTRUE); Changes: In class TGListTreeItem: New data member Int_t fDNDState with its setters and getters: SetDNDSource(), SetDNDTarget(), IsDNDSource(), IsDNDTarget() In class TGListTree: New data members: TBufferFile *fBuf; // buffer used for Drag and Drop TDNDdata fDNDData; // Drag and Drop data Atom_t *fDNDTypeList; // handles DND types TGListTreeItem *fDropItem; // item on which DND is over New methods: HandleDNDdrop(), HandleDNDposition(), HandleDNDenter() HandleDNDleave(), GetDNDdata() New signal method: DataDropped(TGListTreeItem *item, TDNDdata *data); 2007-11-20 06:18 brun * [r20907] matrix/src/TMatrixTSparse.cxx: From Eddy: Fix a bug in TMatrixTSparse<Element>::ExtractRow reported by Jiajie Ling. At line 408 acoln+n was used instead of acoln+nr. 2007-11-19 21:03 pcanal * [r20906] mathmore/inc/Math/GSLNLSMinimizer.h: Correct a typo in the name of an overloaded (abstract) member functions 2007-11-19 16:19 antcheva * [r20904] gui/src/TGTab.cxx: From Bertrand: Fixed identation. 2007-11-19 16:10 brun * [r20903] asimage/src/TASImage.cxx: From Ilka: fix of memory leak reported by valgrind 2007-11-19 14:49 brun * [r20900] asimage/src/TASImage.cxx, gui/src/TGCommandPlugin.cxx, gui/src/TGTextEditor.cxx, win32gdk/gdk/src/gdk/win32/gdkgc-win32.c: From Bertrand: - Fixes uninitialized memory reads and memory leaks reported by Rational Purify 2007-11-19 14:42 couet * [r20899] test/stressGraphics.ref: - Fixes for Mac Intel 2007-11-19 14:18 brun * [r20898] tree/inc/TChain.h: From Leandro: Don't redefine default parameters. 2007-11-19 13:47 couet * [r20897] gl/src/TGLHistPainter.cxx: - Fix compilation's warning on Solaris. 2007-11-19 13:43 couet * [r20896] graf/src/TGraphPolar.cxx: - Fix compilation's warnings on Solaris. 2007-11-19 13:40 couet * [r20895] gl/src/TGLText.cxx: - Fix compilation's warning on Solaris. 2007-11-19 13:37 rdm * [r20894] base/src/TROOT.cxx: From Axel: fix small memory leak. 2007-11-19 13:36 couet * [r20893] gl/src/TGLTF3Painter.cxx: - Fix compilation's warning on Solaris. 2007-11-19 13:35 couet * [r20892] gl/src/TGLSurfacePainter.cxx: - Fix compilation's warning on Solaris. 2007-11-19 13:30 couet * [r20891] gl/src/TGLParametric.cxx: - Fix compilation's warning on Solaris. 2007-11-19 13:23 couet * [r20890] gpad/src/TColorWheel.cxx: - Fix Solaris compilation's warning. 2007-11-19 13:19 couet * [r20889] treeviewer/src/TParallelCoordVar.cxx: - Fix Solaris compilation's warning. 2007-11-19 12:54 brun * [r20888] geom/src/TGeoManager.cxx: From Andrei: Fix warning on Solaris 2007-11-19 12:08 rdm * [r20887] Makefile: etc/svninfo.txt was not deleted in distclean. 2007-11-19 12:08 rdm * [r20886] cint/Module.mk: sys/types.h and systypes.h were not deleted in distclean. 2007-11-19 12:07 rdm * [r20885] reflex/Module.mk: G__Reflex..cxx and .h were not deleted in distclean. 2007-11-19 12:06 rdm * [r20884] smatrix/Module.mk: G__Smatrix32.cxx and .h were not deleted in distclean. 2007-11-19 11:52 rdm * [r20883] LICENSE, README/BUILDSYSTEM, README/COPYING.CINT, README/CREDITS, README/ChangeLog-2-24, README/INSTALL, README/README, README/README.ALIEN, README/README.AUTH, README/README.GLOBUS, README/README.MONALISA, README/README.PROOF, README/README.SELECTOR, README/cfortran.doc, configure, reflex/Module.mk, reflex/build/Makefile.am, reflex/doc/Makefile.am, reflex/inc/LinkDef.h, reflex/inc/Makefile.am, reflex/inc/Reflex/Any.h, reflex/inc/Reflex/Base.h, reflex/inc/Reflex/Builder/ClassBuilder.h, reflex/inc/Reflex/Builder/CollectionProxy.h, reflex/inc/Reflex/Builder/DictSelection.h, reflex/inc/Reflex/Builder/EnumBuilder.h, reflex/inc/Reflex/Builder/FunctionBuilder.h, reflex/inc/Reflex/Builder/Makefile.am, reflex/inc/Reflex/Builder/NamespaceBuilder.h, reflex/inc/Reflex/Builder/NewDelFunctions.h, reflex/inc/Reflex/Builder/ReflexBuilder.h, reflex/inc/Reflex/Builder/TypeBuilder.h, reflex/inc/Reflex/Builder/TypedefBuilder.h, reflex/inc/Reflex/Builder/UnionBuilder.h, reflex/inc/Reflex/Builder/VariableBuilder.h, reflex/inc/Reflex/Callback.h, reflex/inc/Reflex/DictionaryGenerator.h, reflex/inc/Reflex/Kernel.h, reflex/inc/Reflex/Makefile.am, reflex/inc/Reflex/Member.h, reflex/inc/Reflex/MemberTemplate.h, reflex/inc/Reflex/Object.h, reflex/inc/Reflex/PluginService.h, reflex/inc/Reflex/PropertyList.h, reflex/inc/Reflex/Reflex.h, reflex/inc/Reflex/Scope.h, reflex/inc/Reflex/SharedLibrary.h, reflex/inc/Reflex/Tools.h, reflex/inc/Reflex/Type.h, reflex/inc/Reflex/TypeTemplate.h, reflex/inc/Reflex/ValueObject.h, reflex/inc/Reflex/internal/InternalTools.h, reflex/inc/Reflex/internal/Makefile.am, reflex/inc/Reflex/internal/MemberBase.h, reflex/inc/Reflex/internal/MemberTemplateImpl.h, reflex/inc/Reflex/internal/MemberTemplateName.h, reflex/inc/Reflex/internal/OwnedMember.h, reflex/inc/Reflex/internal/OwnedMemberTemplate.h, reflex/inc/Reflex/internal/OwnedPropertyList.h, reflex/inc/Reflex/internal/PropertyListImpl.h, reflex/inc/Reflex/internal/ScopeBase.h, reflex/inc/Reflex/internal/ScopeName.h, reflex/inc/Reflex/internal/TypeBase.h, reflex/inc/Reflex/internal/TypeName.h, reflex/inc/Reflex/internal/TypeTemplateImpl.h, reflex/inc/Reflex/internal/TypeTemplateName.h, reflex/python/Makefile.am, reflex/python/genreflex/Makefile.am, reflex/python/genreflex/gccdemangler.py, reflex/python/genreflex/gencapa.py, reflex/python/genreflex/gendict.py, reflex/python/genreflex/gendict06.py, reflex/python/genreflex/genheader.py, reflex/python/genreflex/genreflex-rootcint.py, reflex/python/genreflex/genreflex.py, reflex/python/genreflex/genreflex06.py, reflex/python/genreflex/genrootmap.py, reflex/python/genreflex/selclass.py, reflex/src/Any.cxx, reflex/src/Array.cxx, reflex/src/Array.h, reflex/src/Base.cxx, reflex/src/Callback.cxx, reflex/src/Class.cxx, reflex/src/Class.h, reflex/src/ClassBuilder.cxx, reflex/src/ClassTemplateInstance.cxx, reflex/src/ClassTemplateInstance.h, reflex/src/DataMember.cxx, reflex/src/DataMember.h, reflex/src/DictionaryGenerator.cxx, reflex/src/Enum.cxx, reflex/src/Enum.h, reflex/src/EnumBuilder.cxx, reflex/src/FuncHandler.cxx, reflex/src/FuncHandler.h, reflex/src/Function.cxx, reflex/src/Function.h, reflex/src/FunctionBuilder.cxx, reflex/src/FunctionMember.cxx, reflex/src/FunctionMember.h, reflex/src/FunctionMemberTemplateInstance.cxx, reflex/src/FunctionMemberTemplateInstance.h, reflex/src/Fundamental.cxx, reflex/src/Fundamental.h, reflex/src/Kernel.cxx, reflex/src/Makefile.am, reflex/src/Member.cxx, reflex/src/MemberBase.cxx, reflex/src/MemberTemplate.cxx, reflex/src/MemberTemplateImpl.cxx, reflex/src/MemberTemplateName.cxx, reflex/src/NameLookup.cxx, reflex/src/NameLookup.h, reflex/src/Namespace.cxx, reflex/src/Namespace.h, reflex/src/NamespaceBuilder.cxx, reflex/src/Object.cxx, reflex/src/PluginFactoryMap.cxx, reflex/src/PluginFactoryMap.h, reflex/src/PluginService.cxx, reflex/src/Pointer.cxx, reflex/src/Pointer.h, reflex/src/PointerToMember.cxx, reflex/src/PointerToMember.h, reflex/src/PropertyList.cxx, reflex/src/PropertyListImpl.cxx, reflex/src/Scope.cxx, reflex/src/ScopeBase.cxx, reflex/src/ScopeName.cxx, reflex/src/TemplateInstance.cxx, reflex/src/TemplateInstance.h, reflex/src/Tools.cxx, reflex/src/Type.cxx, reflex/src/TypeBase.cxx, reflex/src/TypeBuilder.cxx, reflex/src/TypeName.cxx, reflex/src/TypeTemplate.cxx, reflex/src/TypeTemplateImpl.cxx, reflex/src/TypeTemplateName.cxx, reflex/src/Typedef.cxx, reflex/src/Typedef.h, reflex/src/TypedefBuilder.cxx, reflex/src/Union.cxx, reflex/src/Union.h, reflex/src/UnionBuilder.cxx, reflex/src/VariableBuilder.cxx, reflex/src/dir_manip.h, reflex/src/genmap/genmap.cxx, reflex/src/stl_hash.h, reflex/test/CppUnit_testdriver.cpp, reflex/test/Makefile.am, reflex/test/dictionary_generator.cpp, reflex/test/testDict1/Makefile.am, reflex/test/testDict1/Reflex.h, reflex/test/testDict2/Class2Dict.h, reflex/test/testDict2/ClassA.h, reflex/test/testDict2/ClassB.h, reflex/test/testDict2/ClassC.h, reflex/test/testDict2/ClassD.h, reflex/test/testDict2/ClassE.h, reflex/test/testDict2/ClassF.h, reflex/test/testDict2/ClassG.h, reflex/test/testDict2/ClassH.h, reflex/test/testDict2/ClassI.h, reflex/test/testDict2/ClassJ.h, reflex/test/testDict2/ClassK.h, reflex/test/testDict2/ClassL.h, reflex/test/testDict2/ClassM.h, reflex/test/testDict2/ClassN.h, reflex/test/testDict2/ClassO.h, reflex/test/testDict2/ClassSelections.h, reflex/test/testDict2/ClassT.h, reflex/test/testDict2/Functions.h, reflex/test/testDict2/InheritanceTree.txt, reflex/test/testDict2/Makefile.am, reflex/test/testDict2/MemberPointer.h, reflex/test/testDict2/TemplatedClasses.h, reflex/test/testDict2/TestClasses.h, reflex/test/testPlugins/ICommon.h, reflex/test/testPlugins/plugin1.cxx, reflex/test/testPlugins/plugin1bis.cxx, reflex/test/testPlugins/plugin2.cxx, reflex/test/testPlugins/plugin3.cxx, reflex/test/test_ReflexBuilder_unit.cxx, reflex/test/test_Reflex_generate.cxx, reflex/test/test_Reflex_lookup.cxx, reflex/test/test_Reflex_plugins.cxx, reflex/test/test_Reflex_simple1.cxx, reflex/test/test_Reflex_simple2.cxx, reflex/test/test_Reflex_unit.cxx: et property svn:eol-style LF on all source and Makefiles. This should avoid problems with Win32 line endings ending up in the repository. All MS tools support LF eols fine. 2007-11-19 11:31 rdm * [r20882] Makefile, alien/Module.mk, alien/inc/LinkDef.h, alien/inc/TAlien.h, alien/inc/TAlienCollection.h, alien/inc/TAlienDirectory.h, alien/inc/TAlienFile.h, alien/inc/TAlienJDL.h, alien/inc/TAlienJob.h, alien/inc/TAlienJobStatus.h, alien/inc/TAlienJobStatusList.h, alien/inc/TAlienMasterJob.h, alien/inc/TAlienMasterJobStatus.h, alien/inc/TAlienResult.h, alien/inc/TAlienSystem.h, alien/src/TAlien.cxx, alien/src/TAlienCollection.cxx, alien/src/TAlienDirectory.cxx, alien/src/TAlienFile.cxx, alien/src/TAlienJDL.cxx, alien/src/TAlienJob.cxx, alien/src/TAlienJobStatus.cxx, alien/src/TAlienJobStatusList.cxx, alien/src/TAlienMasterJob.cxx, alien/src/TAlienMasterJobStatus.cxx, alien/src/TAlienResult.cxx, alien/src/TAlienSystem.cxx, asimage/Module.mk, asimage/inc/LinkDef.h, asimage/inc/LinkDefGS.h, asimage/inc/LinkDefGui.h, asimage/inc/TASImage.h, asimage/inc/TASImagePlugin.h, asimage/inc/TASPaletteEditor.h, asimage/inc/TASPluginGS.h, asimage/src/TASImage.cxx, asimage/src/TASPaletteEditor.cxx, asimage/src/TASPluginGS.cxx, asimage/src/TASPolyUtils.c, auth/Module.mk, auth/inc/AFSAuth.h, auth/inc/AFSAuthTypes.h, auth/inc/AuthConst.h, auth/inc/DaemonUtils.h, auth/inc/LinkDefAFS.h, auth/inc/LinkDefRoot.h, auth/inc/TAFS.h, auth/inc/TAuthenticate.h, auth/inc/THostAuth.h, auth/inc/TRootAuth.h, auth/inc/TRootSecContext.h, auth/inc/rsaaux.h, auth/inc/rsadef.h, auth/inc/rsafun.h, auth/inc/rsalib.h, auth/src/AFSAuth.cxx, auth/src/DaemonUtils.cxx, auth/src/TAFS.cxx, auth/src/TAuthenticate.cxx, auth/src/THostAuth.cxx, auth/src/TRootAuth.cxx, auth/src/TRootSecContext.cxx, auth/src/rsaaux.cxx, auth/src/rsafun.cxx, auth/src/rsalib.cxx, build/Module.mk, build/package/lib/makebuilddepend.sh, build/package/lib/makedebdir.sh, build/package/lib/makelists.sh, build/package/lib/makerpmspec.sh, build/package/msi/makemsi.cxx, build/package/msi/makemsi.sh, build/rmkdepend/cppsetup.c, build/rmkdepend/def.h, build/rmkdepend/ifparser.c, build/rmkdepend/ifparser.h, build/rmkdepend/imakemdep.h, build/rmkdepend/include.c, build/rmkdepend/main.c, build/rmkdepend/mainroot.cxx, build/rmkdepend/parse.c, build/rmkdepend/pr.c, build/unix/compiledata.sh, build/unix/distfilelist.sh, build/unix/importcint.sh, build/unix/makechangelog.sh, build/unix/makecintdll.sh, build/unix/makedist.sh, build/unix/makedistsrc.sh, build/unix/makehtml.sh, build/unix/makelib.sh, build/unix/makeloghtml.sh, build/unix/makestatic.sh, build/unix/makeversion.sh, build/unix/reconfigure.sh, build/unix/svn2cl.sh, build/unix/svninfo.sh, build/unix/wingcc_ld.sh, build/version.cxx, build/win/bindexplib/bindexplib.cxx, build/win/compiledata.sh, build/win/f77.sh, build/win/ld.sh, build/win/makelib.sh, build/win/w32pragma.h, castor/Module.mk, castor/inc/LinkDef.h, castor/inc/TCastorFile.h, castor/src/TCastorFile.cxx, chirp/Module.mk, chirp/inc/LinkDef.h, chirp/inc/TChirpFile.h, chirp/src/TChirpFile.cxx, cintex/Module.mk, cintex/inc/Cintex/Cintex.h, cintex/inc/LinkDef.h, cintex/python/PyCintex.py, cintex/src/CINTClassBuilder.cxx, cintex/src/CINTClassBuilder.h, cintex/src/CINTEnumBuilder.cxx, cintex/src/CINTEnumBuilder.h, cintex/src/CINTFunctionBuilder.cxx, cintex/src/CINTFunctionBuilder.h, cintex/src/CINTFunctional.cxx, cintex/src/CINTFunctional.h, cintex/src/CINTScopeBuilder.cxx, cintex/src/CINTScopeBuilder.h, cintex/src/CINTSourceFile.h, cintex/src/CINTTypedefBuilder.cxx, cintex/src/CINTTypedefBuilder.h, cintex/src/CINTUtils.cxx, cintex/src/CINTVariableBuilder.cxx, cintex/src/CINTVariableBuilder.h, cintex/src/CINTdefs.h, cintex/src/Cintex.cxx, cintex/src/ROOTClassEnhancer.cxx, cintex/src/ROOTClassEnhancer.h, cintex/test/dict/CintexTest.h, cintex/test/test_Cintex.C, cintex/test/test_Persistency.C, cintex/test/test_PyCintex_basics.py, cintex/test/test_all.sh, clarens/Module.mk, clarens/inc/LinkDef.h, clarens/inc/TClProxy.h, clarens/inc/TClSession.h, clarens/inc/TClarens.h, clarens/inc/TEcho.h, clarens/inc/TGM.h, clarens/inc/TLM.h, clarens/inc/TSAM.h, clarens/inc/TXmlRpc.h, clarens/src/TClProxy.cxx, clarens/src/TClSession.cxx, clarens/src/TClarens.cxx, clarens/src/TEcho.cxx, clarens/src/TGM.cxx, clarens/src/TLM.cxx, clarens/src/TSAM.cxx, clarens/src/TXmlRpc.cxx, clib/Module.mk, clib/inc/Demangle.h, clib/inc/Getline.h, clib/inc/LinkDef.h, clib/inc/mmalloc.h, clib/inc/mmconfig.h, clib/inc/mmprivate.h, clib/inc/snprintf.h, clib/src/Demangle.c, clib/src/Getline.c, clib/src/attach.c, clib/src/detach.c, clib/src/getpagesize.c, clib/src/keys.c, clib/src/mcalloc.c, clib/src/mfree.c, clib/src/mmalloc.c, clib/src/mmapsup.c, clib/src/mmcheck.c, clib/src/mmemalign.c, clib/src/mmstats.c, clib/src/mmtrace.c, clib/src/mrealloc.c, clib/src/mvalloc.c, clib/src/sbrksup.c, clib/src/snprintf.c, config/Makefile.aix, config/Makefile.aix5, config/Makefile.aixgcc, config/Makefile.alphacxx6, config/Makefile.alphagcc, config/Makefile.alphakcc, config/Makefile.depend, config/Makefile.freebsd4, config/Makefile.freebsd5, config/Makefile.hpuxacc, config/Makefile.hpuxgcc, config/Makefile.hpuxia64acc, config/Makefile.hurddeb, config/Makefile.in, config/Makefile.linux, config/Makefile.linuxalphagcc, config/Makefile.linuxarm, config/Makefile.linuxdeb2ppc, config/Makefile.linuxia64ecc, config/Makefile.linuxia64gcc, config/Makefile.linuxia64sgi, config/Makefile.linuxicc, config/Makefile.linuxkcc, config/Makefile.linuxpgcc, config/Makefile.linuxppc64gcc, config/Makefile.linuxppcgcc, config/Makefile.linuxx8664gcc, config/Makefile.linuxx8664icc, config/Makefile.lynxos, config/Makefile.macosx, config/Makefile.macosx64, config/Makefile.macosxicc, config/Makefile.macosxxlc, config/Makefile.openbsd, config/Makefile.precomp, config/Makefile.sgicc, config/Makefile.sgicc64, config/Makefile.sgikcc, config/Makefile.sgin32gcc, config/Makefile.solaris, config/Makefile.solarisCC5, config/Makefile.solarisgcc, config/Makefile.solariskcc, config/Makefile.win32, config/Makefile.win32gcc, config/thisroot.sh, cont/Module.mk, cont/doc/index.txt, cont/inc/LinkDef.h, cont/inc/TArray.h, cont/inc/TArrayC.h, cont/inc/TArrayD.h, cont/inc/TArrayF.h, cont/inc/TArrayI.h, cont/inc/TArrayL.h, cont/inc/TArrayL64.h, cont/inc/TArrayS.h, cont/inc/TBits.h, cont/inc/TBtree.h, cont/inc/TClassTable.h, cont/inc/TClonesArray.h, cont/inc/TCollection.h, cont/inc/TCollectionProxyInfo.h, cont/inc/TExMap.h, cont/inc/THashList.h, cont/inc/THashTable.h, cont/inc/TIterator.h, cont/inc/TList.h, cont/inc/TMap.h, cont/inc/TObjArray.h, cont/inc/TObjectTable.h, cont/inc/TOrdCollection.h, cont/inc/TRefArray.h, cont/inc/TRefTable.h, cont/inc/TSeqCollection.h, cont/inc/TSortedList.h, cont/inc/TVirtualCollectionProxy.h, cont/src/TArray.cxx, cont/src/TArrayC.cxx, cont/src/TArrayD.cxx, cont/src/TArrayF.cxx, cont/src/TArrayI.cxx, cont/src/TArrayL.cxx, cont/src/TArrayL64.cxx, cont/src/TArrayS.cxx, cont/src/TBits.cxx, cont/src/TBtree.cxx, cont/src/TClassTable.cxx, cont/src/TClonesArray.cxx, cont/src/TCollection.cxx, cont/src/TExMap.cxx, cont/src/THashList.cxx, cont/src/THashTable.cxx, cont/src/TIterator.cxx, cont/src/TList.cxx, cont/src/TMap.cxx, cont/src/TObjArray.cxx, cont/src/TObjectTable.cxx, cont/src/TOrdCollection.cxx, cont/src/TRefArray.cxx, cont/src/TRefTable.cxx, cont/src/TSeqCollection.cxx, cont/src/TSortedList.cxx, dcache/Module.mk, dcache/inc/LinkDef.h, dcache/inc/TDCacheFile.h, dcache/src/TDCacheFile.cxx, eg/Module.mk, eg/inc/Hepevt.h, eg/inc/LinkDef.h, eg/inc/TAttParticle.h, eg/inc/TDatabasePDG.h, eg/inc/TDecayChannel.h, eg/inc/TGenerator.h, eg/inc/TParticle.h, eg/inc/TParticleClassPDG.h, eg/inc/TParticlePDG.h, eg/inc/TPrimary.h, eg/inc/TVirtualMCDecayer.h, eg/inc/cfortran.h, eg/src/TAttParticle.cxx, eg/src/TDatabasePDG.cxx, eg/src/TDecayChannel.cxx, eg/src/TGenerator.cxx, eg/src/TParticle.cxx, eg/src/TParticleClassPDG.cxx, eg/src/TParticlePDG.cxx, eg/src/TPrimary.cxx, eg/src/TVirtualMCDecayer.cxx, etc/RadioNuclides.txt, etc/gdb-backtrace.sh, etc/pdg_table.txt, etc/plugins/ROOT@@Math@@VirtualIntegrator/P010_GSLIntegrator.C, etc/plugins/ROOT@@Math@@VirtualIntegrator/P020_GSLMCIntegrator.C, etc/plugins/TAFS/P010_TAFS.C, etc/plugins/TApplication/P010_TApplicationRemote.C, etc/plugins/TApplication/P020_TApplicationServer.C, etc/plugins/TArchiveFile/P010_TZIPFile.C, etc/plugins/TBrowserImp/P010_TRootBrowser.C, etc/plugins/TBrowserImp/P020_TRootBrowserLite.C, etc/plugins/TChain/P010_TProofChain.C, etc/plugins/TDataProgressDialog/P010_TDataProgressDialog.C, etc/plugins/TFile/P010_TWebFile.C, etc/plugins/TFile/P020_TRFIOFile.C, etc/plugins/TFile/P030_TCastorFile.C, etc/plugins/TFile/P040_TDCacheFile.C, etc/plugins/TFile/P050_TGFALFile.C, etc/plugins/TFile/P060_TChirpFile.C, etc/plugins/TFile/P070_TAlienFile.C, etc/plugins/TFile/P080_TXMLFile.C, etc/plugins/TFile/P090_TSQLFile.C, etc/plugins/TFile/P100_TXNetFile.C, etc/plugins/TFileDrawMap/P010_TFileDrawMap.C, etc/plugins/TFileStager/P010_TXNetFileStager.C, etc/plugins/TFitEditor/P010_TFitEditor.C, etc/plugins/TGLHistPainter/P010_TGLHistPainter.C, etc/plugins/TGLManager/P010_TX11GLManager.C, etc/plugins/TGLManager/P020_TGWin32GLManager.C, etc/plugins/TGPasswdDialog/P010_TGPasswdDialog.C, etc/plugins/TGeoManagerEditor/P010_TGeoManagerEditor.C, etc/plugins/TGrid/P010_TAlien.C, etc/plugins/TGuiBuilder/P010_TRootGuiBuilder.C, etc/plugins/TGuiFactory/P010_TRootGuiFactory.C, etc/plugins/TGuiFactory/P020_TQtRootGuiFactory.C, etc/plugins/TImage/P010_TASImage.C, etc/plugins/TImagePlugin/P010_TASPluginGS.C, etc/plugins/TMinuitGraph/P010_TGraph.C, etc/plugins/TPaletteEditor/P010_TASPaletteEditor.C, etc/plugins/TProof/P010_TProofCondor.C, etc/plugins/TProof/P020_TProofSuperMaster.C, etc/plugins/TProof/P030_TProofPEAC.C, etc/plugins/TProof/P040_TProof.C, etc/plugins/TProofMgr/P010_TXProofMgr.C, etc/plugins/TProofProgressDialog/P010_TProofProgressDialog.C, etc/plugins/TProofServ/P010_TXProofServ.C, etc/plugins/TSQLServer/P010_TMySQLServer.C, etc/plugins/TSQLServer/P020_TPgSQLServer.C, etc/plugins/TSQLServer/P030_TSapDBServer.C, etc/plugins/TSQLServer/P040_TOracleServer.C, etc/plugins/TSQLServer/P050_TODBCServer.C, etc/plugins/TSessionViewer/P010_TSessionViewer.C, etc/plugins/TSlave/P010_TXSlave.C, etc/plugins/TSystem/P010_TRFIOSystem.C, etc/plugins/TSystem/P020_TDCacheSystem.C, etc/plugins/TSystem/P030_TAlienSystem.C, etc/plugins/TSystem/P040_TXNetSystem.C, etc/plugins/TView/P010_TView3D.C, etc/plugins/TViewerX3D/P010_TViewerX3D.C, etc/plugins/TViewerX3D/P020_TQtViewerX3D.C, etc/plugins/TVirtualAuth/P010_TRootAuth.C, etc/plugins/TVirtualDragManager/P010_TGuiBldDragManager.C, etc/plugins/TVirtualFFT/P010_TFFTComplex.C, etc/plugins/TVirtualFFT/P020_TFFTComplexReal.C, etc/plugins/TVirtualFFT/P030_TFFTRealComplex.C, etc/plugins/TVirtualFFT/P040_TFFTReal.C, etc/plugins/TVirtualFitter/P010_TFitter.C, etc/plugins/TVirtualFitter/P020_TFumili.C, etc/plugins/TVirtualFitter/P030_TFitterMinuit.C, etc/plugins/TVirtualFitter/P040_TFitterFumili.C, etc/plugins/TVirtualGLImp/P010_TX11GL.C, etc/plugins/TVirtualGLImp/P020_TGWin32GL.C, etc/plugins/TVirtualGeoPainter/P010_TGeoPainter.C, etc/plugins/TVirtualHistPainter/P010_THistPainter.C, etc/plugins/TVirtualMonitoringWriter/P010_TMonaLisaWriter.C, etc/plugins/TVirtualMonitoringWriter/P020_TSQLMonitoringWriter.C, etc/plugins/TVirtualPS/P010_TPostScript.C, etc/plugins/TVirtualPS/P020_TSVG.C, etc/plugins/TVirtualPS/P030_TPDF.C, etc/plugins/TVirtualPS/P040_TImageDump.C, etc/plugins/TVirtualPad/P010_TPad.C, etc/plugins/TVirtualPadEditor/P010_TGedEditor.C, etc/plugins/TVirtualProofPlayer/P010_TProofPlayer.C, etc/plugins/TVirtualProofPlayer/P020_TProofPlayerRemote.C, etc/plugins/TVirtualProofPlayer/P030_TProofPlayerLocal.C, etc/plugins/TVirtualProofPlayer/P040_TProofPlayerSlave.C, etc/plugins/TVirtualProofPlayer/P050_TProofPlayerSuperMaster.C, etc/plugins/TVirtualStreamerInfo/P010_TStreamerInfo.C, etc/plugins/TVirtualTreePlayer/P010_TTreePlayer.C, etc/plugins/TVirtualTreeViewer/P010_TTreeViewer.C, etc/plugins/TVirtualViewer3D/P010_TViewerX3D.C, etc/plugins/TVirtualViewer3D/P020_TGLSAViewer.C, etc/plugins/TVirtualViewer3D/P030_TGLViewer.C, etc/plugins/TVirtualX/P010_TGX11.C, etc/plugins/TVirtualX/P020_TGX11TTF.C, etc/plugins/TVirtualX/P030_TGWin32.C, etc/plugins/TVirtualX/P040_TGQt.C, etc/vmc/MakeExe, etc/vmc/MakeMacros, etc/vmc/MakeRules, etc/vmc/Makedepend, fftw/Module.mk, fftw/inc/LinkDef.h, fftw/inc/TFFTComplex.h, fftw/inc/TFFTComplexReal.h, fftw/inc/TFFTReal.h, fftw/inc/TFFTRealComplex.h, fftw/src/TFFTComplex.cxx, fftw/src/TFFTComplexReal.cxx, fftw/src/TFFTReal.cxx, fftw/src/TFFTRealComplex.cxx, fitpanel/Module.mk, fitpanel/inc/LinkDef.h, fitpanel/inc/TFitEditor.h, fitpanel/inc/TFitParametersDialog.h, fitpanel/src/TFitEditor.cxx, fitpanel/src/TFitParametersDialog.cxx, foam/Module.mk, foam/doc/index.txt, foam/inc/LinkDef.h, foam/inc/TFoam.h, foam/inc/TFoamCell.h, foam/inc/TFoamIntegrand.h, foam/inc/TFoamMaxwt.h, foam/inc/TFoamVect.h, foam/src/TFoam.cxx, foam/src/TFoamCell.cxx, foam/src/TFoamIntegrand.cxx, foam/src/TFoamMaxwt.cxx, foam/src/TFoamVect.cxx, freetype/Module.mk, ftgl/Module.mk, ftgl/inc/FTBBox.h, ftgl/inc/FTBitmapGlyph.h, ftgl/inc/FTCharToGlyphIndexMap.h, ftgl/inc/FTCharmap.h, ftgl/inc/FTContour.h, ftgl/inc/FTExtrdGlyph.h, ftgl/inc/FTFace.h, ftgl/inc/FTFont.h, ftgl/inc/FTGL.h, ftgl/inc/FTGLBitmapFont.h, ftgl/inc/FTGLExtrdFont.h, ftgl/inc/FTGLOutlineFont.h, ftgl/inc/FTGLPixmapFont.h, ftgl/inc/FTGLPolygonFont.h, ftgl/inc/FTGLTextureFont.h, ftgl/inc/FTGlyph.h, ftgl/inc/FTGlyphContainer.h, ftgl/inc/FTLibrary.h, ftgl/inc/FTList.h, ftgl/inc/FTOutlineGlyph.h, ftgl/inc/FTPixmapGlyph.h, ftgl/inc/FTPoint.h, ftgl/inc/FTPolyGlyph.h, ftgl/inc/FTSize.h, ftgl/inc/FTTextureGlyph.h, ftgl/inc/FTVector.h, ftgl/inc/FTVectoriser.h, ftgl/src/FTBitmapGlyph.cxx, ftgl/src/FTCharmap.cxx, ftgl/src/FTContour.cxx, ftgl/src/FTExtrdGlyph.cxx, ftgl/src/FTFace.cxx, ftgl/src/FTFont.cxx, ftgl/src/FTGLBitmapFont.cxx, ftgl/src/FTGLExtrdFont.cxx, ftgl/src/FTGLOutlineFont.cxx, ftgl/src/FTGLPixmapFont.cxx, ftgl/src/FTGLPolygonFont.cxx, ftgl/src/FTGLTextureFont.cxx, ftgl/src/FTGlyph.cxx, ftgl/src/FTGlyphContainer.cxx, ftgl/src/FTLibrary.cxx, ftgl/src/FTOutlineGlyph.cxx, ftgl/src/FTPixmapGlyph.cxx, ftgl/src/FTPoint.cxx, ftgl/src/FTPolyGlyph.cxx, ftgl/src/FTSize.cxx, ftgl/src/FTTextureGlyph.cxx, ftgl/src/FTVectoriser.cxx, fumili/Module.mk, fumili/inc/LinkDef.h, fumili/inc/TFumili.h, fumili/src/TFumili.cxx, g3d/Module.mk, g3d/inc/LinkDef.h, g3d/inc/TAxis3D.h, g3d/inc/TBRIK.h, g3d/inc/TCONE.h, g3d/inc/TCONS.h, g3d/inc/TCTUB.h, g3d/inc/TELTU.h, g3d/inc/TGTRA.h, g3d/inc/TGeometry.h, g3d/inc/THYPE.h, g3d/inc/THelix.h, g3d/inc/TMarker3DBox.h, g3d/inc/TMaterial.h, g3d/inc/TMixture.h, g3d/inc/TNode.h, g3d/inc/TNodeDiv.h, g3d/inc/TPARA.h, g3d/inc/TPCON.h, g3d/inc/TPGON.h, g3d/inc/TPointSet3D.h, g3d/inc/TPoints3DABC.h, g3d/inc/TPolyLine3D.h, g3d/inc/TPolyMarker3D.h, g3d/inc/TRotMatrix.h, g3d/inc/TSPHE.h, g3d/inc/TShape.h, g3d/inc/TTRAP.h, g3d/inc/TTRD1.h, g3d/inc/TTRD2.h, g3d/inc/TTUBE.h, g3d/inc/TTUBS.h, g3d/inc/TView3D.h, g3d/inc/TXTRU.h, g3d/inc/X3DBuffer.h, g3d/inc/X3DDefs.h, g3d/src/TAxis3D.cxx, g3d/src/TBRIK.cxx, g3d/src/TCONE.cxx, g3d/src/TCONS.cxx, g3d/src/TCTUB.cxx, g3d/src/TELTU.cxx, g3d/src/TGTRA.cxx, g3d/src/TGeometry.cxx, g3d/src/THYPE.cxx, g3d/src/THelix.cxx, g3d/src/TMarker3DBox.cxx, g3d/src/TMaterial.cxx, g3d/src/TMixture.cxx, g3d/src/TNode.cxx, g3d/src/TNodeDiv.cxx, g3d/src/TPARA.cxx, g3d/src/TPCON.cxx, g3d/src/TPGON.cxx, g3d/src/TPointSet3D.cxx, g3d/src/TPoints3DABC.cxx, g3d/src/TPolyLine3D.cxx, g3d/src/TPolyMarker3D.cxx, g3d/src/TRotMatrix.cxx, g3d/src/TSPHE.cxx, g3d/src/TShape.cxx, g3d/src/TTRAP.cxx, g3d/src/TTRD1.cxx, g3d/src/TTRD2.cxx, g3d/src/TTUBE.cxx, g3d/src/TTUBS.cxx, g3d/src/TView3D.cxx, g3d/src/TXTRU.cxx, g3d/src/X3DBuffer.c, g4root/Module.mk, g4root/g4libs.C, g4root/inc/LinkDef.h, g4root/inc/TG4RootDetectorConstruction.h, g4root/inc/TG4RootNavMgr.h, g4root/inc/TG4RootNavigator.h, g4root/inc/TG4RootSolid.h, g4root/src/TG4RootDetectorConstruction.cxx, g4root/src/TG4RootNavMgr.cxx, g4root/src/TG4RootNavigator.cxx, g4root/src/TG4RootSolid.cxx, g4root/test/drawTracks.C, g4root/test/exN06/Makefile, gdml/Module.mk, gdml/ROOTwriter.py, gdml/inc/LinkDef.h, gdml/inc/TGDMLParse.h, gdml/src/TGDMLParse.cxx, gdml/writer.py, ged/Module.mk, ged/inc/HelpSMText.h, ged/inc/LinkDef.h, ged/inc/TArrowEditor.h, ged/inc/TAttFillEditor.h, ged/inc/TAttLineEditor.h, ged/inc/TAttMarkerEditor.h, ged/inc/TAttTextEditor.h, ged/inc/TAxisEditor.h, ged/inc/TCurlyArcEditor.h, ged/inc/TCurlyLineEditor.h, ged/inc/TF1Editor.h, ged/inc/TFrameEditor.h, ged/inc/TFunctionParametersDialog.h, ged/inc/TGedEditor.h, ged/inc/TGedFrame.h, ged/inc/TGedMarkerSelect.h, ged/inc/TGedPatternSelect.h, ged/inc/TGraphEditor.h, ged/inc/TH1Editor.h, ged/inc/TH2Editor.h, ged/inc/TLineEditor.h, ged/inc/TPadEditor.h, ged/inc/TPaveStatsEditor.h, ged/inc/TStyleDialog.h, ged/inc/TStyleManager.h, ged/inc/TStylePreview.h, ged/src/HelpSMText.cxx, ged/src/TArrowEditor.cxx, ged/src/TAttFillEditor.cxx, ged/src/TAttLineEditor.cxx, ged/src/TAttMarkerEditor.cxx, ged/src/TAttTextEditor.cxx, ged/src/TAxisEditor.cxx, ged/src/TCurlyArcEditor.cxx, ged/src/TCurlyLineEditor.cxx, ged/src/TF1Editor.cxx, ged/src/TFrameEditor.cxx, ged/src/TFunctionParametersDialog.cxx, ged/src/TGedEditor.cxx, ged/src/TGedFrame.cxx, ged/src/TGedMarkerSelect.cxx, ged/src/TGedPatternSelect.cxx, ged/src/TGraphEditor.cxx, ged/src/TH1Editor.cxx, ged/src/TH2Editor.cxx, ged/src/TLineEditor.cxx, ged/src/TPadEditor.cxx, ged/src/TPaveStatsEditor.cxx, ged/src/TStyleDialog.cxx, ged/src/TStyleManager.cxx, ged/src/TStylePreview.cxx, geom/Module.mk, geom/doc/index.txt, geom/inc/LinkDef1.h, geom/inc/LinkDef2.h, geom/inc/TGeoArb8.h, geom/inc/TGeoAtt.h, geom/inc/TGeoBBox.h, geom/inc/TGeoBoolNode.h, geom/inc/TGeoBuilder.h, geom/inc/TGeoCache.h, geom/inc/TGeoCompositeShape.h, geom/inc/TGeoCone.h, geom/inc/TGeoElement.h, geom/inc/TGeoEltu.h, geom/inc/TGeoHalfSpace.h, geom/inc/TGeoHelix.h, geom/inc/TGeoHype.h, geom/inc/TGeoManager.h, geom/inc/TGeoMaterial.h, geom/inc/TGeoMatrix.h, geom/inc/TGeoMedium.h, geom/inc/TGeoNavigator.h, geom/inc/TGeoNode.h, geom/inc/TGeoPara.h, geom/inc/TGeoParaboloid.h, geom/inc/TGeoPatternFinder.h, geom/inc/TGeoPcon.h, geom/inc/TGeoPgon.h, geom/inc/TGeoPhysicalNode.h, geom/inc/TGeoPolygon.h, geom/inc/TGeoScaledShape.h, geom/inc/TGeoShape.h, geom/inc/TGeoShapeAssembly.h, geom/inc/TGeoSphere.h, geom/inc/TGeoTorus.h, geom/inc/TGeoTrd1.h, geom/inc/TGeoTrd2.h, geom/inc/TGeoTube.h, geom/inc/TGeoVolume.h, geom/inc/TGeoVoxelFinder.h, geom/inc/TGeoXtru.h, geom/inc/TVirtualGeoPainter.h, geom/inc/TVirtualGeoTrack.h, geom/src/TGeoArb8.cxx, geom/src/TGeoAtt.cxx, geom/src/TGeoBBox.cxx, geom/src/TGeoBoolNode.cxx, geom/src/TGeoBuilder.cxx, geom/src/TGeoCache.cxx, geom/src/TGeoCompositeShape.cxx, geom/src/TGeoCone.cxx, geom/src/TGeoElement.cxx, geom/src/TGeoEltu.cxx, geom/src/TGeoHalfSpace.cxx, geom/src/TGeoHelix.cxx, geom/src/TGeoHype.cxx, geom/src/TGeoManager.cxx, geom/src/TGeoMaterial.cxx, geom/src/TGeoMatrix.cxx, geom/src/TGeoMedium.cxx, geom/src/TGeoNavigator.cxx, geom/src/TGeoNode.cxx, geom/src/TGeoPara.cxx, geom/src/TGeoParaboloid.cxx, geom/src/TGeoPatternFinder.cxx, geom/src/TGeoPcon.cxx, geom/src/TGeoPgon.cxx, geom/src/TGeoPhysicalNode.cxx, geom/src/TGeoPolygon.cxx, geom/src/TGeoScaledShape.cxx, geom/src/TGeoShape.cxx, geom/src/TGeoShapeAssembly.cxx, geom/src/TGeoSphere.cxx, geom/src/TGeoTorus.cxx, geom/src/TGeoTrd1.cxx, geom/src/TGeoTrd2.cxx, geom/src/TGeoTube.cxx, geom/src/TGeoVolume.cxx, geom/src/TGeoVoxelFinder.cxx, geom/src/TGeoXtru.cxx, geom/src/TVirtualGeoPainter.cxx, geom/src/TVirtualGeoTrack.cxx, geombuilder/Module.mk, geombuilder/inc/LinkDef.h, geombuilder/inc/TGeoBBoxEditor.h, geombuilder/inc/TGeoConeEditor.h, geombuilder/inc/TGeoEltuEditor.h, geombuilder/inc/TGeoGedFrame.h, geombuilder/inc/TGeoHypeEditor.h, geombuilder/inc/TGeoManagerEditor.h, geombuilder/inc/TGeoMaterialEditor.h, geombuilder/inc/TGeoMatrixEditor.h, geombuilder/inc/TGeoMediumEditor.h, geombuilder/inc/TGeoNodeEditor.h, geombuilder/inc/TGeoParaEditor.h, geombuilder/inc/TGeoPconEditor.h, geombuilder/inc/TGeoPgonEditor.h, geombuilder/inc/TGeoSphereEditor.h, geombuilder/inc/TGeoTabManager.h, geombuilder/inc/TGeoTorusEditor.h, geombuilder/inc/TGeoTrapEditor.h, geombuilder/inc/TGeoTrd1Editor.h, geombuilder/inc/TGeoTrd2Editor.h, geombuilder/inc/TGeoTubeEditor.h, geombuilder/inc/TGeoVolumeEditor.h, geombuilder/src/TGeoBBoxEditor.cxx, geombuilder/src/TGeoConeEditor.cxx, geombuilder/src/TGeoEltuEditor.cxx, geombuilder/src/TGeoGedFrame.cxx, geombuilder/src/TGeoHypeEditor.cxx, geombuilder/src/TGeoManagerEditor.cxx, geombuilder/src/TGeoMaterialEditor.cxx, geombuilder/src/TGeoMatrixEditor.cxx, geombuilder/src/TGeoMediumEditor.cxx, geombuilder/src/TGeoNodeEditor.cxx, geombuilder/src/TGeoParaEditor.cxx, geombuilder/src/TGeoPconEditor.cxx, geombuilder/src/TGeoPgonEditor.cxx, geombuilder/src/TGeoSphereEditor.cxx, geombuilder/src/TGeoTabManager.cxx, geombuilder/src/TGeoTorusEditor.cxx, geombuilder/src/TGeoTrapEditor.cxx, geombuilder/src/TGeoTrd1Editor.cxx, geombuilder/src/TGeoTrd2Editor.cxx, geombuilder/src/TGeoTubeEditor.cxx, geombuilder/src/TGeoVolumeEditor.cxx, geompainter/Module.mk, geompainter/inc/LinkDef.h, geompainter/inc/TGeoChecker.h, geompainter/inc/TGeoOverlap.h, geompainter/inc/TGeoPainter.h, geompainter/inc/TGeoTrack.h, geompainter/src/TGeoChecker.cxx, geompainter/src/TGeoOverlap.cxx, geompainter/src/TGeoPainter.cxx, geompainter/src/TGeoTrack.cxx, gfal/Module.mk, gfal/inc/LinkDef.h, gfal/inc/TGFALFile.h, gfal/src/TGFALFile.cxx, gl/Module.mk, gl/inc/CsgOps.h, gl/inc/LinkDef.h, gl/inc/TArcBall.h, gl/inc/TF2GL.h, gl/inc/TGLAdapter.h, gl/inc/TGLAxis.h, gl/inc/TGLBoundingBox.h, gl/inc/TGLBoxPainter.h, gl/inc/TGLCamera.h, gl/inc/TGLClip.h, gl/inc/TGLClipSetEditor.h, gl/inc/TGLContext.h, gl/inc/TGLContextPrivate.h, gl/inc/TGLCylinder.h, gl/inc/TGLFaceSet.h, gl/inc/TGLFormat.h, gl/inc/TGLHistPainter.h, gl/inc/TGLIncludes.h, gl/inc/TGLLegoPainter.h, gl/inc/TGLLightSet.h, gl/inc/TGLLightSetEditor.h, gl/inc/TGLLockable.h, gl/inc/TGLLogicalShape.h, gl/inc/TGLManip.h, gl/inc/TGLManipSet.h, gl/inc/TGLObject.h, gl/inc/TGLOrthoCamera.h, gl/inc/TGLOutput.h, gl/inc/TGLOverlay.h, gl/inc/TGLPShapeObj.h, gl/inc/TGLPShapeObjEditor.h, gl/inc/TGLPShapeRef.h, gl/inc/TGLParametric.h, gl/inc/TGLParametricEquationGL.h, gl/inc/TGLPerspectiveCamera.h, gl/inc/TGLPhysicalShape.h, gl/inc/TGLPlotBox.h, gl/inc/TGLPlotPainter.h, gl/inc/TGLPolyLine.h, gl/inc/TGLPolyMarker.h, gl/inc/TGLQuadric.h, gl/inc/TGLRnrCtx.h, gl/inc/TGLRotateManip.h, gl/inc/TGLSAFrame.h, gl/inc/TGLSAViewer.h, gl/inc/TGLScaleManip.h, gl/inc/TGLScene.h, gl/inc/TGLSceneBase.h, gl/inc/TGLSceneInfo.h, gl/inc/TGLScenePad.h, gl/inc/TGLSelectBuffer.h, gl/inc/TGLSelectRecord.h, gl/inc/TGLSphere.h, gl/inc/TGLStopwatch.h, gl/inc/TGLSurfacePainter.h, gl/inc/TGLTF3Painter.h, gl/inc/TGLText.h, gl/inc/TGLTransManip.h, gl/inc/TGLUtil.h, gl/inc/TGLViewer.h, gl/inc/TGLViewerBase.h, gl/inc/TGLViewerEditor.h, gl/inc/TGLWidget.h, gl/inc/TH2GL.h, gl/inc/TPointSet3DGL.h, gl/inc/TX11GL.h, gl/inc/gl2ps.h, gl/src/CsgOps.cxx, gl/src/TArcBall.cxx, gl/src/TF2GL.cxx, gl/src/TGLAdapter.cxx, gl/src/TGLAxis.cxx, gl/src/TGLBoundingBox.cxx, gl/src/TGLBoxPainter.cxx, gl/src/TGLCamera.cxx, gl/src/TGLClip.cxx, gl/src/TGLClipSetEditor.cxx, gl/src/TGLContext.cxx, gl/src/TGLContextPrivate.cxx, gl/src/TGLCylinder.cxx, gl/src/TGLFaceSet.cxx, gl/src/TGLFormat.cxx, gl/src/TGLHistPainter.cxx, gl/src/TGLLegoPainter.cxx, gl/src/TGLLightSet.cxx, gl/src/TGLLightSetEditor.cxx, gl/src/TGLLockable.cxx, gl/src/TGLLogicalShape.cxx, gl/src/TGLManip.cxx, gl/src/TGLManipSet.cxx, gl/src/TGLObject.cxx, gl/src/TGLOrthoCamera.cxx, gl/src/TGLOutput.cxx, gl/src/TGLOverlay.cxx, gl/src/TGLPShapeObj.cxx, gl/src/TGLPShapeObjEditor.cxx, gl/src/TGLPShapeRef.cxx, gl/src/TGLParametric.cxx, gl/src/TGLParametricEquationGL.cxx, gl/src/TGLPerspectiveCamera.cxx, gl/src/TGLPhysicalShape.cxx, gl/src/TGLPlotBox.cxx, gl/src/TGLPlotPainter.cxx, gl/src/TGLPolyLine.cxx, gl/src/TGLPolyMarker.cxx, gl/src/TGLQuadric.cxx, gl/src/TGLRnrCtx.cxx, gl/src/TGLRotateManip.cxx, gl/src/TGLSAFrame.cxx, gl/src/TGLSAViewer.cxx, gl/src/TGLScaleManip.cxx, gl/src/TGLScene.cxx, gl/src/TGLSceneBase.cxx, gl/src/TGLSceneInfo.cxx, gl/src/TGLScenePad.cxx, gl/src/TGLSelectBuffer.cxx, gl/src/TGLSelectRecord.cxx, gl/src/TGLSphere.cxx, gl/src/TGLStopwatch.cxx, gl/src/TGLSurfacePainter.cxx, gl/src/TGLTF3Painter.cxx, gl/src/TGLText.cxx, gl/src/TGLTransManip.cxx, gl/src/TGLUtil.cxx, gl/src/TGLViewer.cxx, gl/src/TGLViewerBase.cxx, gl/src/TGLViewerEditor.cxx, gl/src/TGLWidget.cxx, gl/src/TH2GL.cxx, gl/src/TPointSet3DGL.cxx, gl/src/TX11GL.cxx, gl/src/gl2ps.c, globusauth/Module.mk, globusauth/src/GlobusAuth.cxx, globusauth/src/patches/globus_gsi_credential/0.5/globus_gsi_credential.c, globusauth/src/patches/globus_gsi_credential/0.5/include/globus_i_gsi_credential.h, globusauth/src/patches/globus_gsi_credential/0.5/include/version.h, globusauth/src/patches/globus_gsi_credential/0.7/globus_gsi_credential.c, globusauth/src/patches/globus_gsi_credential/0.7/include/globus_i_gsi_credential.h, globusauth/src/patches/globus_gsi_credential/0.7/include/version.h, globusauth/src/patches/globus_gsi_credential/0.8/globus_gsi_credential.c, globusauth/src/patches/globus_gsi_credential/0.8/include/globus_i_gsi_credential.h, globusauth/src/patches/globus_gsi_credential/0.8/include/version.h, globusauth/src/patches/globus_gsi_credential/0.9/globus_gsi_credential.c, globusauth/src/patches/globus_gsi_credential/0.9/include/globus_i_gsi_credential.h, globusauth/src/patches/globus_gsi_credential/0.9/include/version.h, gpad/Module.mk, gpad/inc/LinkDef.h, gpad/inc/TAttCanvas.h, gpad/inc/TButton.h, gpad/inc/TCanvas.h, gpad/inc/TClassTree.h, gpad/inc/TColorWheel.h, gpad/inc/TControlBar.h, gpad/inc/TControlBarButton.h, gpad/inc/TCreatePrimitives.h, gpad/inc/TDialogCanvas.h, gpad/inc/TGroupButton.h, gpad/inc/TInspectCanvas.h, gpad/inc/TPad.h, gpad/inc/TPaveClass.h, gpad/inc/TSlider.h, gpad/inc/TSliderBox.h, gpad/inc/TView.h, gpad/inc/TViewer3DPad.h, gpad/src/TAttCanvas.cxx, gpad/src/TButton.cxx, gpad/src/TCanvas.cxx, gpad/src/TClassTree.cxx, gpad/src/TColorWheel.cxx, gpad/src/TControlBar.cxx, gpad/src/TControlBarButton.cxx, gpad/src/TCreatePrimitives.cxx, gpad/src/TDialogCanvas.cxx, gpad/src/TGroupButton.cxx, gpad/src/TInspectCanvas.cxx, gpad/src/TPad.cxx, gpad/src/TPaveClass.cxx, gpad/src/TSlider.cxx, gpad/src/TSliderBox.cxx, gpad/src/TView.cxx, gpad/src/TViewer3DPad.cxx, graf/Module.mk, graf/doc/index.txt, graf/doc/macros/greekletters.C, graf/doc/macros/mathsymbols.C, graf/inc/LinkDef1.h, graf/inc/LinkDef2.h, graf/inc/TArc.h, graf/inc/TArrow.h, graf/inc/TAttImage.h, graf/inc/TBox.h, graf/inc/TCrown.h, graf/inc/TCurlyArc.h, graf/inc/TCurlyLine.h, graf/inc/TCutG.h, graf/inc/TDiamond.h, graf/inc/TEllipse.h, graf/inc/TFrame.h, graf/inc/TGaxis.h, graf/inc/TGraph.h, graf/inc/TGraphAsymmErrors.h, graf/inc/TGraphBentErrors.h, graf/inc/TGraphErrors.h, graf/inc/TGraphPolar.h, graf/inc/TGraphQQ.h, graf/inc/TGraphSmooth.h, graf/inc/TImage.h, graf/inc/TImagePlugin.h, graf/inc/TLatex.h, graf/inc/TLegend.h, graf/inc/TLegendEntry.h, graf/inc/TLine.h, graf/inc/TLink.h, graf/inc/TMarker.h, graf/inc/TMultiGraph.h, graf/inc/TPave.h, graf/inc/TPaveLabel.h, graf/inc/TPaveStats.h, graf/inc/TPaveText.h, graf/inc/TPavesText.h, graf/inc/TPie.h, graf/inc/TPieSlice.h, graf/inc/TPoints.h, graf/inc/TPolyLine.h, graf/inc/TSpline.h, graf/inc/TTF.h, graf/inc/TText.h, graf/inc/TWbox.h, graf/src/TArc.cxx, graf/src/TArrow.cxx, graf/src/TAttImage.cxx, graf/src/TBox.cxx, graf/src/TCrown.cxx, graf/src/TCurlyArc.cxx, graf/src/TCurlyLine.cxx, graf/src/TCutG.cxx, graf/src/TDiamond.cxx, graf/src/TEllipse.cxx, graf/src/TFrame.cxx, graf/src/TGaxis.cxx, graf/src/TGraph.cxx, graf/src/TGraphAsymmErrors.cxx, graf/src/TGraphBentErrors.cxx, graf/src/TGraphErrors.cxx, graf/src/TGraphPolar.cxx, graf/src/TGraphQQ.cxx, graf/src/TGraphSmooth.cxx, graf/src/TImage.cxx, graf/src/TLatex.cxx, graf/src/TLegend.cxx, graf/src/TLegendEntry.cxx, graf/src/TLine.cxx, graf/src/TLink.cxx, graf/src/TMarker.cxx, graf/src/TMultiGraph.cxx, graf/src/TPave.cxx, graf/src/TPaveLabel.cxx, graf/src/TPaveStats.cxx, graf/src/TPaveText.cxx, graf/src/TPavesText.cxx, graf/src/TPie.cxx, graf/src/TPieSlice.cxx, graf/src/TPoints.cxx, graf/src/TPolyLine.cxx, graf/src/TSpline.cxx, graf/src/TTF.cxx, graf/src/TText.cxx, graf/src/TWbox.cxx, gui/Module.mk, gui/doc/index.txt, gui/inc/HelpText.h, gui/inc/LinkDef1.h, gui/inc/LinkDef2.h, gui/inc/LinkDef3.h, gui/inc/TG3DLine.h, gui/inc/TGApplication.h, gui/inc/TGButton.h, gui/inc/TGButtonGroup.h, gui/inc/TGCanvas.h, gui/inc/TGClient.h, gui/inc/TGColorDialog.h, gui/inc/TGColorSelect.h, gui/inc/TGComboBox.h, gui/inc/TGCommandPlugin.h, gui/inc/TGDNDManager.h, gui/inc/TGDimension.h, gui/inc/TGDockableFrame.h, gui/inc/TGDoubleSlider.h, gui/inc/TGFSComboBox.h, gui/inc/TGFSContainer.h, gui/inc/TGFileBrowser.h, gui/inc/TGFileDialog.h, gui/inc/TGFont.h, gui/inc/TGFontDialog.h, gui/inc/TGFrame.h, gui/inc/TGGC.h, gui/inc/TGIcon.h, gui/inc/TGIdleHandler.h, gui/inc/TGImageMap.h, gui/inc/TGInputDialog.h, gui/inc/TGLabel.h, gui/inc/TGLayout.h, gui/inc/TGListBox.h, gui/inc/TGListTree.h, gui/inc/TGListView.h, gui/inc/TGMdi.h, gui/inc/TGMdiDecorFrame.h, gui/inc/TGMdiFrame.h, gui/inc/TGMdiMainFrame.h, gui/inc/TGMdiMenu.h, gui/inc/TGMenu.h, gui/inc/TGMimeTypes.h, gui/inc/TGMsgBox.h, gui/inc/TGNumberEntry.h, gui/inc/TGObject.h, gui/inc/TGPasswdDialog.h, gui/inc/TGPicture.h, gui/inc/TGProgressBar.h, gui/inc/TGRedirectOutputGuard.h, gui/inc/TGResourcePool.h, gui/inc/TGScrollBar.h, gui/inc/TGShutter.h, gui/inc/TGSlider.h, gui/inc/TGSpeedo.h, gui/inc/TGSplitter.h, gui/inc/TGStatusBar.h, gui/inc/TGString.h, gui/inc/TGTab.h, gui/inc/TGTableLayout.h, gui/inc/TGText.h, gui/inc/TGTextBuffer.h, gui/inc/TGTextEdit.h, gui/inc/TGTextEditDialogs.h, gui/inc/TGTextEditor.h, gui/inc/TGTextEntry.h, gui/inc/TGTextView.h, gui/inc/TGToolBar.h, gui/inc/TGToolTip.h, gui/inc/TGTripleSlider.h, gui/inc/TGView.h, gui/inc/TGWidget.h, gui/inc/TGWindow.h, gui/inc/TGXYLayout.h, gui/inc/TGuiBuilder.h, gui/inc/TRootApplication.h, gui/inc/TRootBrowser.h, gui/inc/TRootBrowserLite.h, gui/inc/TRootCanvas.h, gui/inc/TRootContextMenu.h, gui/inc/TRootControlBar.h, gui/inc/TRootDialog.h, gui/inc/TRootEmbeddedCanvas.h, gui/inc/TRootGuiFactory.h, gui/inc/TRootHelpDialog.h, gui/inc/TVirtualDragManager.h, gui/inc/WidgetMessageTypes.h, gui/src/HelpText.cxx, gui/src/TG3DLine.cxx, gui/src/TGApplication.cxx, gui/src/TGButton.cxx, gui/src/TGButtonGroup.cxx, gui/src/TGCanvas.cxx, gui/src/TGClient.cxx, gui/src/TGColorDialog.cxx, gui/src/TGColorSelect.cxx, gui/src/TGComboBox.cxx, gui/src/TGCommandPlugin.cxx, gui/src/TGDNDManager.cxx, gui/src/TGDimension.cxx, gui/src/TGDockableFrame.cxx, gui/src/TGDoubleSlider.cxx, gui/src/TGFSComboBox.cxx, gui/src/TGFSContainer.cxx, gui/src/TGFileBrowser.cxx, gui/src/TGFileDialog.cxx, gui/src/TGFont.cxx, gui/src/TGFontDialog.cxx, gui/src/TGFrame.cxx, gui/src/TGGC.cxx, gui/src/TGIcon.cxx, gui/src/TGIdleHandler.cxx, gui/src/TGImageMap.cxx, gui/src/TGInputDialog.cxx, gui/src/TGLabel.cxx, gui/src/TGLayout.cxx, gui/src/TGListBox.cxx, gui/src/TGListTree.cxx, gui/src/TGListView.cxx, gui/src/TGMdiDecorFrame.cxx, gui/src/TGMdiFrame.cxx, gui/src/TGMdiMainFrame.cxx, gui/src/TGMdiMenu.cxx, gui/src/TGMenu.cxx, gui/src/TGMimeTypes.cxx, gui/src/TGMsgBox.cxx, gui/src/TGNumberEntry.cxx, gui/src/TGObject.cxx, gui/src/TGPasswdDialog.cxx, gui/src/TGPicture.cxx, gui/src/TGProgressBar.cxx, gui/src/TGRedirectOutputGuard.cxx, gui/src/TGResourcePool.cxx, gui/src/TGScrollBar.cxx, gui/src/TGShutter.cxx, gui/src/TGSlider.cxx, gui/src/TGSpeedo.cxx, gui/src/TGSplitter.cxx, gui/src/TGStatusBar.cxx, gui/src/TGString.cxx, gui/src/TGTab.cxx, gui/src/TGTableLayout.cxx, gui/src/TGText.cxx, gui/src/TGTextBuffer.cxx, gui/src/TGTextEdit.cxx, gui/src/TGTextEditDialogs.cxx, gui/src/TGTextEditor.cxx, gui/src/TGTextEntry.cxx, gui/src/TGTextView.cxx, gui/src/TGToolBar.cxx, gui/src/TGToolTip.cxx, gui/src/TGTripleSlider.cxx, gui/src/TGView.cxx, gui/src/TGWidget.cxx, gui/src/TGWindow.cxx, gui/src/TGXYLayout.cxx, gui/src/TGuiBuilder.cxx, gui/src/TRootApplication.cxx, gui/src/TRootBrowser.cxx, gui/src/TRootBrowserLite.cxx, gui/src/TRootCanvas.cxx, gui/src/TRootContextMenu.cxx, gui/src/TRootControlBar.cxx, gui/src/TRootDialog.cxx, gui/src/TRootEmbeddedCanvas.cxx, gui/src/TRootGuiFactory.cxx, gui/src/TRootHelpDialog.cxx, gui/src/TVirtualDragManager.cxx, guibuilder/Module.mk, guibuilder/doc/index.txt, guibuilder/inc/LinkDef.h, guibuilder/inc/TGuiBldDragManager.h, guibuilder/inc/TGuiBldEditor.h, guibuilder/inc/TGuiBldHintsButton.h, guibuilder/inc/TGuiBldHintsEditor.h, guibuilder/inc/TGuiBldNameFrame.h, guibuilder/inc/TRootGuiBuilder.h, guibuilder/src/TGuiBldDragManager.cxx, guibuilder/src/TGuiBldEditor.cxx, guibuilder/src/TGuiBldHintsButton.cxx, guibuilder/src/TGuiBldHintsEditor.cxx, guibuilder/src/TGuiBldNameFrame.cxx, guibuilder/src/TRootGuiBuilder.cxx, guihtml/Module.mk, guihtml/doc/index.txt, guihtml/inc/LinkDef.h, guihtml/inc/TGHtml.h, guihtml/inc/TGHtmlBrowser.h, guihtml/inc/TGHtmlTokens.h, guihtml/inc/TGHtmlUri.h, guihtml/src/TGHtml.cxx, guihtml/src/TGHtmlBrowser.cxx, guihtml/src/TGHtmlDraw.cxx, guihtml/src/TGHtmlElement.cxx, guihtml/src/TGHtmlForm.cxx, guihtml/src/TGHtmlImage.cxx, guihtml/src/TGHtmlIndex.cxx, guihtml/src/TGHtmlLayout.cxx, guihtml/src/TGHtmlParse.cxx, guihtml/src/TGHtmlSizer.cxx, guihtml/src/TGHtmlTable.cxx, guihtml/src/TGHtmlTokenMap.cxx, guihtml/src/TGHtmlUri.cxx, hbook/Module.mk, hbook/doc/index.txt, hbook/inc/LinkDef.h, hbook/inc/THbookBranch.h, hbook/inc/THbookFile.h, hbook/inc/THbookKey.h, hbook/inc/THbookTree.h, hbook/src/THbookBranch.cxx, hbook/src/THbookFile.cxx, hbook/src/THbookKey.cxx, hbook/src/THbookTree.cxx, hbook/src/hntvar2.f, hist/Module.mk, hist/doc/index.txt, hist/inc/Foption.h, hist/inc/LinkDef.h, hist/inc/TAxis.h, hist/inc/TBinomialEfficiencyFitter.h, hist/inc/TConfidenceLevel.h, hist/inc/TF1.h, hist/inc/TF12.h, hist/inc/TF2.h, hist/inc/TF3.h, hist/inc/TFormula.h, hist/inc/TFormulaPrimitive.h, hist/inc/TFractionFitter.h, hist/inc/TGraph2D.h, hist/inc/TGraph2DErrors.h, hist/inc/TGraphDelaunay.h, hist/inc/TH1.h, hist/inc/TH1C.h, hist/inc/TH1D.h, hist/inc/TH1F.h, hist/inc/TH1I.h, hist/inc/TH1K.h, hist/inc/TH1S.h, hist/inc/TH2.h, hist/inc/TH2C.h, hist/inc/TH2D.h, hist/inc/TH2F.h, hist/inc/TH2I.h, hist/inc/TH2S.h, hist/inc/TH3.h, hist/inc/TH3C.h, hist/inc/TH3D.h, hist/inc/TH3F.h, hist/inc/TH3I.h, hist/inc/TH3S.h, hist/inc/THLimitsFinder.h, hist/inc/THStack.h, hist/inc/THnSparse.h, hist/inc/TLimit.h, hist/inc/TLimitDataSource.h, hist/inc/TMultiDimFit.h, hist/inc/TPolyMarker.h, hist/inc/TPrincipal.h, hist/inc/TProfile.h, hist/inc/TProfile2D.h, hist/inc/TProfile3D.h, hist/inc/TVirtualHistPainter.h, hist/src/Haxis.cxx, hist/src/TAxis.cxx, hist/src/TBinomialEfficiencyFitter.cxx, hist/src/TConfidenceLevel.cxx, hist/src/TF1.cxx, hist/src/TF12.cxx, hist/src/TF1Helper.cxx, hist/src/TF1Helper.h, hist/src/TF2.cxx, hist/src/TF3.cxx, hist/src/TFormula.cxx, hist/src/TFormulaMathInterface.cxx, hist/src/TFormulaPrimitive.cxx, hist/src/TFractionFitter.cxx, hist/src/TGraph2D.cxx, hist/src/TGraph2DErrors.cxx, hist/src/TGraphDelaunay.cxx, hist/src/TH1.cxx, hist/src/TH1K.cxx, hist/src/TH2.cxx, hist/src/TH3.cxx, hist/src/THLimitsFinder.cxx, hist/src/THStack.cxx, hist/src/THnSparse.cxx, hist/src/TLimit.cxx, hist/src/TLimitDataSource.cxx, hist/src/TMultiDimFit.cxx, hist/src/TPolyMarker.cxx, hist/src/TPrincipal.cxx, hist/src/TProfile.cxx, hist/src/TProfile2D.cxx, hist/src/TProfile3D.cxx, hist/src/TVirtualHistPainter.cxx, histpainter/Module.mk, histpainter/inc/Hoption.h, histpainter/inc/Hparam.h, histpainter/inc/LinkDef.h, histpainter/inc/TGraphPainter.h, histpainter/inc/THistPainter.h, histpainter/inc/TLego.h, histpainter/inc/TPainter3dAlgorithms.h, histpainter/inc/TPaletteAxis.h, histpainter/src/TGraphPainter.cxx, histpainter/src/THistPainter.cxx, histpainter/src/TPainter3dAlgorithms.cxx, histpainter/src/TPaletteAxis.cxx, html/Module.mk, html/doc/index.txt, html/doc/macros/testmacro.C, html/inc/LinkDef.h, html/inc/TClassDocOutput.h, html/inc/TDocDirective.h, html/inc/TDocInfo.h, html/inc/TDocOutput.h, html/inc/TDocParser.h, html/inc/THtml.h, html/src/TClassDocOutput.cxx, html/src/TDocDirective.cxx, html/src/TDocInfo.cxx, html/src/TDocOutput.cxx, html/src/TDocParser.cxx, html/src/THtml.cxx, io/Module.mk, io/doc/index.txt, io/inc/LinkDef.h, io/inc/TArchiveFile.h, io/inc/TBufferFile.h, io/inc/TCollectionProxyFactory.h, io/inc/TContainerConverters.h, io/inc/TDirectoryFile.h, io/inc/TEmulatedCollectionProxy.h, io/inc/TEmulatedMapProxy.h, io/inc/TFile.h, io/inc/TFileCacheRead.h, io/inc/TFileCacheWrite.h, io/inc/TFree.h, io/inc/TGenCollectionProxy.h, io/inc/TGenCollectionStreamer.h, io/inc/TKey.h, io/inc/TKeyMapFile.h, io/inc/TMapFile.h, io/inc/TStreamerInfo.h, io/inc/TZIPFile.h, io/src/TArchiveFile.cxx, io/src/TBufferFile.cxx, io/src/TCollectionProxyFactory.cxx, io/src/TContainerConverters.cxx, io/src/TDirectoryFile.cxx, io/src/TEmulatedCollectionProxy.cxx, io/src/TEmulatedMapProxy.cxx, io/src/TFile.cxx, io/src/TFileCacheRead.cxx, io/src/TFileCacheWrite.cxx, io/src/TFree.cxx, io/src/TGenCollectionProxy.cxx, io/src/TGenCollectionStreamer.cxx, io/src/TKey.cxx, io/src/TKeyMapFile.cxx, io/src/TMapFile.cxx, io/src/TStreamerInfo.cxx, io/src/TStreamerInfoReadBuffer.cxx, io/src/TStreamerInfoWriteBuffer.cxx, io/src/TZIPFile.cxx, krb5auth/Module.mk, krb5auth/inc/Krb5Auth.h, krb5auth/inc/LinkDef.h, krb5auth/inc/TKSocket.h, krb5auth/src/Krb5Auth.cxx, krb5auth/src/TKSocket.cxx, ldap/Module.mk, ldap/inc/CintLDAP.h, ldap/inc/LinkDef.h, ldap/inc/TLDAPAttribute.h, ldap/inc/TLDAPEntry.h, ldap/inc/TLDAPResult.h, ldap/inc/TLDAPServer.h, ldap/src/TLDAPAttribute.cxx, ldap/src/TLDAPEntry.cxx, ldap/src/TLDAPResult.cxx, ldap/src/TLDAPServer.cxx, macros/Dialogs.C, main/Module.mk, main/src/cppmain.cxx, main/src/g2root.f, main/src/g2rootold.f, main/src/h2root.cxx, main/src/hadd.cxx, main/src/pmain.cxx, main/src/proofserv.sh, main/src/rmain.cxx, main/src/roots.cxx, main/src/roots.sh, main/src/setpawc.c, main/src/ssh2rpd.cxx, main/win32/cfget.c, main/win32/cfgeto.c, main/win32/cfopei.c, main/win32/cfput.c, main/win32/cfputo.c, main/win32/setpawc.c, main/win32/tzvers.f, math/Module.mk, math/doc/index.txt, math/inc/LinkDef.h, math/inc/Math/ParamFunctor.h, math/inc/TComplex.h, math/inc/TMath.h, math/inc/TRandom.h, math/inc/TRandom1.h, math/inc/TRandom2.h, math/inc/TRandom3.h, math/src/TComplex.cxx, math/src/TMath.cxx, math/src/TRandom.cxx, math/src/TRandom1.cxx, math/src/TRandom2.cxx, math/src/TRandom3.cxx, mathcore/Module.mk, mathcore/build/Makefile.am, mathcore/build/setup.sh, mathcore/doc/index.txt, mathcore/inc/Math/AdaptiveIntegratorMultiDim.h, mathcore/inc/Math/AllIntegrationTypes.h, mathcore/inc/Math/AxisAngle.h, mathcore/inc/Math/Boost.h, mathcore/inc/Math/BoostX.h, mathcore/inc/Math/BoostY.h, mathcore/inc/Math/BoostZ.h, mathcore/inc/Math/Cartesian2D.h, mathcore/inc/Math/Cartesian3D.h, mathcore/inc/Math/Cylindrical3D.h, mathcore/inc/Math/CylindricalEta3D.h, mathcore/inc/Math/DisplacementVector2D.h, mathcore/inc/Math/DisplacementVector3D.h, mathcore/inc/Math/DistFunc.h, mathcore/inc/Math/DistFuncMathCore.h, mathcore/inc/Math/Error.h, mathcore/inc/Math/EulerAngles.h, mathcore/inc/Math/FitMethodFunction.h, mathcore/inc/Math/Functor.h, mathcore/inc/Math/GenVector/3DConversions.h, mathcore/inc/Math/GenVector/3DDistances.h, mathcore/inc/Math/GenVector/AxisAngle.h, mathcore/inc/Math/GenVector/AxisAnglefwd.h, mathcore/inc/Math/GenVector/BitReproducible.h, mathcore/inc/Math/GenVector/Boost.h, mathcore/inc/Math/GenVector/BoostX.h, mathcore/inc/Math/GenVector/BoostXfwd.h, mathcore/inc/Math/GenVector/BoostY.h, mathcore/inc/Math/GenVector/BoostYfwd.h, mathcore/inc/Math/GenVector/BoostZ.h, mathcore/inc/Math/GenVector/BoostZfwd.h, mathcore/inc/Math/GenVector/Boostfwd.h, mathcore/inc/Math/GenVector/Cartesian2D.h, mathcore/inc/Math/GenVector/Cartesian2Dfwd.h, mathcore/inc/Math/GenVector/Cartesian3D.h, mathcore/inc/Math/GenVector/Cartesian3Dfwd.h, mathcore/inc/Math/GenVector/CoordinateSystemTags.h, mathcore/inc/Math/GenVector/Cylindrical3D.h, mathcore/inc/Math/GenVector/Cylindrical3Dfwd.h, mathcore/inc/Math/GenVector/CylindricalEta3D.h, mathcore/inc/Math/GenVector/CylindricalEta3Dfwd.h, mathcore/inc/Math/GenVector/DisplacementVector2D.h, mathcore/inc/Math/GenVector/DisplacementVector2Dfwd.h, mathcore/inc/Math/GenVector/DisplacementVector3D.h, mathcore/inc/Math/GenVector/DisplacementVector3Dfwd.h, mathcore/inc/Math/GenVector/EulerAngles.h, mathcore/inc/Math/GenVector/EulerAnglesfwd.h, mathcore/inc/Math/GenVector/GenVectorIO.h, mathcore/inc/Math/GenVector/GenVector_exception.h, mathcore/inc/Math/GenVector/LorentzRotation.h, mathcore/inc/Math/GenVector/LorentzRotationfwd.h, mathcore/inc/Math/GenVector/LorentzVector.h, mathcore/inc/Math/GenVector/LorentzVectorfwd.h, mathcore/inc/Math/GenVector/Plane3D.h, mathcore/inc/Math/GenVector/Polar2D.h, mathcore/inc/Math/GenVector/Polar2Dfwd.h, mathcore/inc/Math/GenVector/Polar3D.h, mathcore/inc/Math/GenVector/Polar3Dfwd.h, mathcore/inc/Math/GenVector/PositionVector2D.h, mathcore/inc/Math/GenVector/PositionVector2Dfwd.h, mathcore/inc/Math/GenVector/PositionVector3D.h, mathcore/inc/Math/GenVector/PositionVector3Dfwd.h, mathcore/inc/Math/GenVector/PtEtaPhiE4D.h, mathcore/inc/Math/GenVector/PtEtaPhiE4Dfwd.h, mathcore/inc/Math/GenVector/PtEtaPhiM4D.h, mathcore/inc/Math/GenVector/PtEtaPhiM4Dfwd.h, mathcore/inc/Math/GenVector/PxPyPzE4D.h, mathcore/inc/Math/GenVector/PxPyPzE4Dfwd.h, mathcore/inc/Math/GenVector/PxPyPzM4D.h, mathcore/inc/Math/GenVector/PxPyPzM4Dfwd.h, mathcore/inc/Math/GenVector/Quaternion.h, mathcore/inc/Math/GenVector/Quaternionfwd.h, mathcore/inc/Math/GenVector/Rotation3D.h, mathcore/inc/Math/GenVector/Rotation3Dfwd.h, mathcore/inc/Math/GenVector/RotationX.h, mathcore/inc/Math/GenVector/RotationXfwd.h, mathcore/inc/Math/GenVector/RotationY.h, mathcore/inc/Math/GenVector/RotationYfwd.h, mathcore/inc/Math/GenVector/RotationZ.h, mathcore/inc/Math/GenVector/RotationZYX.h, mathcore/inc/Math/GenVector/RotationZYXfwd.h, mathcore/inc/Math/GenVector/RotationZfwd.h, mathcore/inc/Math/GenVector/Transform3D.h, mathcore/inc/Math/GenVector/Translation3D.h, mathcore/inc/Math/GenVector/VectorUtil.h, mathcore/inc/Math/GenVector/eta.h, mathcore/inc/Math/GenVector/etaMax.h, mathcore/inc/Math/IFunction.h, mathcore/inc/Math/IFunctionfwd.h, mathcore/inc/Math/IParamFunction.h, mathcore/inc/Math/IParamFunctionfwd.h, mathcore/inc/Math/Integrator.h, mathcore/inc/Math/IntegratorMultiDim.h, mathcore/inc/Math/LinkDef.h, mathcore/inc/Math/LinkDef_Func.h, mathcore/inc/Math/LinkDef_GenVector.h, mathcore/inc/Math/LinkDef_GenVector32.h, mathcore/inc/Math/LinkDef_Point3D.h, mathcore/inc/Math/LinkDef_Rotation.h, mathcore/inc/Math/LinkDef_Vector3D.h, mathcore/inc/Math/LinkDef_Vector4D.h, mathcore/inc/Math/LorentzRotation.h, mathcore/inc/Math/LorentzVector.h, mathcore/inc/Math/Math.h, mathcore/inc/Math/Minimizer.h, mathcore/inc/Math/PdfFunc.h, mathcore/inc/Math/PdfFuncMathCore.h, mathcore/inc/Math/Plane3D.h, mathcore/inc/Math/Point2D.h, mathcore/inc/Math/Point2Dfwd.h, mathcore/inc/Math/Point3D.h, mathcore/inc/Math/Point3Dfwd.h, mathcore/inc/Math/Polar2D.h, mathcore/inc/Math/Polar3D.h, mathcore/inc/Math/PositionVector2D.h, mathcore/inc/Math/PositionVector3D.h, mathcore/inc/Math/ProbFunc.h, mathcore/inc/Math/ProbFuncMathCore.h, mathcore/inc/Math/PtEtaPhiE4D.h, mathcore/inc/Math/PtEtaPhiM4D.h, mathcore/inc/Math/PxPyPzE4D.h, mathcore/inc/Math/PxPyPzM4D.h, mathcore/inc/Math/Quaternion.h, mathcore/inc/Math/Rotation3D.h, mathcore/inc/Math/RotationX.h, mathcore/inc/Math/RotationY.h, mathcore/inc/Math/RotationZ.h, mathcore/inc/Math/RotationZYX.h, mathcore/inc/Math/SpecFunc.h, mathcore/inc/Math/SpecFuncMathCore.h, mathcore/inc/Math/Transform3D.h, mathcore/inc/Math/Translation3D.h, mathcore/inc/Math/Util.h, mathcore/inc/Math/Vector2D.h, mathcore/inc/Math/Vector2Dfwd.h, mathcore/inc/Math/Vector3D.h, mathcore/inc/Math/Vector3Dfwd.h, mathcore/inc/Math/Vector4D.h, mathcore/inc/Math/Vector4Dfwd.h, mathcore/inc/Math/VectorUtil.h, mathcore/inc/Math/VectorUtil_Cint.h, mathcore/inc/Math/VirtualIntegrator.h, mathcore/inc/Math/WrappedFunction.h, mathcore/inc/Math/WrappedParamFunction.h, mathcore/src/3DConversions.cxx, mathcore/src/3DDistances.cxx, mathcore/src/AdaptiveIntegratorMultiDim.cxx, mathcore/src/AxisAngle.cxx, mathcore/src/AxisAngleXother.cxx, mathcore/src/BitReproducible.cxx, mathcore/src/Boost.cxx, mathcore/src/BoostX.cxx, mathcore/src/BoostY.cxx, mathcore/src/BoostZ.cxx, mathcore/src/EulerAngles.cxx, mathcore/src/GenVector_exception.cxx, mathcore/src/Integrator.cxx, mathcore/src/LorentzRotation.cxx, mathcore/src/PdfFuncMathCore.cxx, mathcore/src/Plane3D.cxx, mathcore/src/ProbFuncMathCore.cxx, mathcore/src/Quaternion.cxx, mathcore/src/QuaternionXaxial.cxx, mathcore/src/Rotation3D.cxx, mathcore/src/Rotation3DxAxial.cxx, mathcore/src/RotationZYX.cxx, mathcore/src/SpecFuncCephes.cxx, mathcore/src/SpecFuncCephes.h, mathcore/src/SpecFuncCephesInv.cxx, mathcore/src/SpecFuncMathCore.cxx, mathcore/src/Transform3D.cxx, mathcore/src/Translation3D.cxx, mathcore/src/VectorUtil.cxx, mathcore/test/CoordinateTraits.h, mathcore/test/Makefile, mathcore/test/RotationTraits.h, mathcore/test/Track.h, mathcore/test/TrackLinkDef.h, mathcore/test/coordinates3D.cxx, mathcore/test/coordinates4D.cxx, mathcore/test/rotationApplication.cxx, mathcore/test/stress2D.cxx, mathcore/test/stress3D.cxx, mathcore/test/testBoost.cxx, mathcore/test/testGenVector.cxx, mathcore/test/testIntegration.cxx, mathcore/test/testIterator.cxx, mathcore/test/testVectorIO.cxx, mathcore/test/vectorOperation.cxx, mathmore/Module.mk, mathmore/build/Makefile.am, mathmore/build/setup.sh, mathmore/doc/index.txt, mathmore/inc/Math/Chebyshev.h, mathmore/inc/Math/Derivator.h, mathmore/inc/Math/DistFuncMathMore.h, mathmore/inc/Math/GSLFunctionAdapter.h, mathmore/inc/Math/GSLIntegrator.h, mathmore/inc/Math/GSLMCIntegrator.h, mathmore/inc/Math/GSLMinimizer.h, mathmore/inc/Math/GSLNLSMinimizer.h, mathmore/inc/Math/GSLRndmEngines.h, mathmore/inc/Math/GSLRootFinder.h, mathmore/inc/Math/GSLRootFinderDeriv.h, mathmore/inc/Math/GSLRootHelper.h, mathmore/inc/Math/GSLSimAnMinimizer.h, mathmore/inc/Math/GSLSimAnnealing.h, mathmore/inc/Math/IntegrationTypes.h, mathmore/inc/Math/InterpolationTypes.h, mathmore/inc/Math/Interpolator.h, mathmore/inc/Math/KelvinFunctions.h, mathmore/inc/Math/LinkDef.h, mathmore/inc/Math/LinkDef_RootFinding.h, mathmore/inc/Math/LinkDef_SpecFunc.h, mathmore/inc/Math/LinkDef_StatFunc.h, mathmore/inc/Math/MCIntegrationTypes.h, mathmore/inc/Math/MCParameters.h, mathmore/inc/Math/Minimizer1D.h, mathmore/inc/Math/NumGradFunction.h, mathmore/inc/Math/ParamFunction.h, mathmore/inc/Math/PdfFuncMathMore.h, mathmore/inc/Math/Polynomial.h, mathmore/inc/Math/ProbFuncInv.h, mathmore/inc/Math/QuantFuncMathMore.h, mathmore/inc/Math/Random.h, mathmore/inc/Math/RootFinder.h, mathmore/inc/Math/RootFinderAlgorithms.h, mathmore/inc/Math/SpecFuncMathMore.h, mathmore/inc/Math/WrappedMultiTF1.h, mathmore/inc/Math/WrappedTF1.h, mathmore/src/Chebyshev.cxx, mathmore/src/Derivator.cxx, mathmore/src/GSL1DMinimizer.h, mathmore/src/GSLChebSeries.h, mathmore/src/GSLDerivator.cxx, mathmore/src/GSLDerivator.h, mathmore/src/GSLError.h, mathmore/src/GSLFunctionWrapper.h, mathmore/src/GSLIntegrationWorkspace.h, mathmore/src/GSLIntegrator.cxx, mathmore/src/GSLInterpolator.cxx, mathmore/src/GSLInterpolator.h, mathmore/src/GSLMCIntegrationWorkspace.h, mathmore/src/GSLMCIntegrator.cxx, mathmore/src/GSLMinimizer.cxx, mathmore/src/GSLMonteFunctionAdapter.h, mathmore/src/GSLMonteFunctionWrapper.h, mathmore/src/GSLMultiFit.h, mathmore/src/GSLMultiFitFunctionAdapter.h, mathmore/src/GSLMultiFitFunctionWrapper.h, mathmore/src/GSLMultiMinFunctionAdapter.h, mathmore/src/GSLMultiMinFunctionWrapper.h, mathmore/src/GSLMultiMinimizer.h, mathmore/src/GSLNLSMinimizer.cxx, mathmore/src/GSLRndmEngines.cxx, mathmore/src/GSLRngWrapper.h, mathmore/src/GSLRootFSolver.h, mathmore/src/GSLRootFdFSolver.h, mathmore/src/GSLRootFinder.cxx, mathmore/src/GSLRootFinderDeriv.cxx, mathmore/src/GSLRootHelper.cxx, mathmore/src/GSLSimAnMinimizer.cxx, mathmore/src/GSLSimAnnealing.cxx, mathmore/src/Interpolator.cxx, mathmore/src/KelvinFunctions.cxx, mathmore/src/Minimizer1D.cxx, mathmore/src/OneDimFunctionAdapter.h, mathmore/src/ParamFunction.cxx, mathmore/src/PdfFuncMathMore.cxx, mathmore/src/Polynomial.cxx, mathmore/src/QuantFuncMathMore.cxx, mathmore/src/RootFinderAlgorithms.cxx, mathmore/src/SpecFuncMathMore.cxx, mathmore/src/complex_quartic.h, mathmore/test/Makefile, mathmore/test/UnuRanDist.h, mathmore/test/piRandom.C, mathmore/test/pirndm.C, mathmore/test/simanTSP.cxx, mathmore/test/testChebyshev.cxx, mathmore/test/testDerivation.cxx, mathmore/test/testFunctor.cxx, mathmore/test/testIntegration.cxx, mathmore/test/testIntegrationMultiDim.cxx, mathmore/test/testInterpolation.cxx, mathmore/test/testMinimization1D.cxx, mathmore/test/testRandom.cxx, mathmore/test/testRandomDist.cxx, mathmore/test/testRootFinder.cxx, mathmore/test/testSpecFunc.cxx, mathmore/test/testStatFunc.cxx, matrix/Module.mk, matrix/doc/index.txt, matrix/inc/LinkDef.h, matrix/inc/TDecompBK.h, matrix/inc/TDecompBase.h, matrix/inc/TDecompChol.h, matrix/inc/TDecompLU.h, matrix/inc/TDecompQRH.h, matrix/inc/TDecompSVD.h, matrix/inc/TDecompSparse.h, matrix/inc/TMatrix.h, matrix/inc/TMatrixD.h, matrix/inc/TMatrixDBase.h, matrix/inc/TMatrixDBasefwd.h, matrix/inc/TMatrixDEigen.h, matrix/inc/TMatrixDLazy.h, matrix/inc/TMatrixDSparse.h, matrix/inc/TMatrixDSparsefwd.h, matrix/inc/TMatrixDSym.h, matrix/inc/TMatrixDSymEigen.h, matrix/inc/TMatrixDSymfwd.h, matrix/inc/TMatrixDUtils.h, matrix/inc/TMatrixDUtilsfwd.h, matrix/inc/TMatrixDfwd.h, matrix/inc/TMatrixF.h, matrix/inc/TMatrixFBase.h, matrix/inc/TMatrixFBasefwd.h, matrix/inc/TMatrixFLazy.h, matrix/inc/TMatrixFSparse.h, matrix/inc/TMatrixFSparsefwd.h, matrix/inc/TMatrixFSym.h, matrix/inc/TMatrixFSymfwd.h, matrix/inc/TMatrixFUtils.h, matrix/inc/TMatrixFUtilsfwd.h, matrix/inc/TMatrixFfwd.h, matrix/inc/TMatrixT.h, matrix/inc/TMatrixTBase.h, matrix/inc/TMatrixTCramerInv.h, matrix/inc/TMatrixTLazy.h, matrix/inc/TMatrixTSparse.h, matrix/inc/TMatrixTSym.h, matrix/inc/TMatrixTSymCramerInv.h, matrix/inc/TMatrixTUtils.h, matrix/inc/TVector.h, matrix/inc/TVectorD.h, matrix/inc/TVectorDfwd.h, matrix/inc/TVectorF.h, matrix/inc/TVectorFfwd.h, matrix/inc/TVectorT.h, matrix/inc/TVectorfwd.h, matrix/src/TDecompBK.cxx, matrix/src/TDecompBase.cxx, matrix/src/TDecompChol.cxx, matrix/src/TDecompLU.cxx, matrix/src/TDecompQRH.cxx, matrix/src/TDecompSVD.cxx, matrix/src/TDecompSparse.cxx, matrix/src/TMatrixDEigen.cxx, matrix/src/TMatrixDSymEigen.cxx, matrix/src/TMatrixT.cxx, matrix/src/TMatrixTBase.cxx, matrix/src/TMatrixTCramerInv.cxx, matrix/src/TMatrixTLazy.cxx, matrix/src/TMatrixTSparse.cxx, matrix/src/TMatrixTSym.cxx, matrix/src/TMatrixTSymCramerInv.cxx, matrix/src/TMatrixTUtils.cxx, matrix/src/TVectorT.cxx, meta/Module.mk, meta/doc/index.txt, meta/inc/LinkDef.h, meta/inc/TBaseClass.h, meta/inc/TCint.h, meta/inc/TClass.h, meta/inc/TClassGenerator.h, meta/inc/TClassMenuItem.h, meta/inc/TClassRef.h, meta/inc/TClassStreamer.h, meta/inc/TDataMember.h, meta/inc/TDataType.h, meta/inc/TDictionary.h, meta/inc/TFunction.h, meta/inc/TGenericClassInfo.h, meta/inc/TGlobal.h, meta/inc/TInterpreter.h, meta/inc/TIsAProxy.h, meta/inc/TMemberStreamer.h, meta/inc/TMethod.h, meta/inc/TMethodArg.h, meta/inc/TMethodCall.h, meta/inc/TRealData.h, meta/inc/TStreamer.h, meta/inc/TStreamerElement.h, meta/inc/TToggle.h, meta/inc/TToggleGroup.h, meta/inc/TVirtualIsAProxy.h, meta/inc/TVirtualRefProxy.h, meta/inc/TVirtualStreamerInfo.h, meta/src/TBaseClass.cxx, meta/src/TCint.cxx, meta/src/TClass.cxx, meta/src/TClassGenerator.cxx, meta/src/TClassMenuItem.cxx, meta/src/TClassRef.cxx, meta/src/TDataMember.cxx, meta/src/TDataType.cxx, meta/src/TDictionary.cxx, meta/src/TFunction.cxx, meta/src/TGenericClassInfo.cxx, meta/src/TGlobal.cxx, meta/src/TInterpreter.cxx, meta/src/TIsAProxy.cxx, meta/src/TMethod.cxx, meta/src/TMethodArg.cxx, meta/src/TMethodCall.cxx, meta/src/TRealData.cxx, meta/src/TStreamerElement.cxx, meta/src/TToggle.cxx, meta/src/TToggleGroup.cxx, meta/src/TVirtualStreamerInfo.cxx, metautils/Module.mk, metautils/inc/LinkDef.h, metautils/inc/TClassEdit.h, metautils/src/TClassEdit.cxx, metautils/src/dequeLinkdef.h, metautils/src/listLinkdef.h, metautils/src/mapLinkdef.h, metautils/src/multimapLinkdef.h, metautils/src/multisetLinkdef.h, metautils/src/setLinkdef.h, metautils/src/valarrayLinkdef.h, metautils/src/vectorLinkdef.h, minuit/Module.mk, minuit/doc/index.txt, minuit/inc/LinkDef.h, minuit/inc/TFitter.h, minuit/inc/TLinearFitter.h, minuit/inc/TMinuit.h, minuit/src/TFitter.cxx, minuit/src/TLinearFitter.cxx, minuit/src/TMinuit.cxx, mlp/Module.mk, mlp/inc/LinkDef.h, mlp/inc/TMLPAnalyzer.h, mlp/inc/TMultiLayerPerceptron.h, mlp/inc/TNeuron.h, mlp/inc/TSynapse.h, mlp/src/TMLPAnalyzer.cxx, mlp/src/TMultiLayerPerceptron.cxx, mlp/src/TNeuron.cxx, mlp/src/TSynapse.cxx, monalisa/Module.mk, monalisa/inc/LinkDef.h, monalisa/inc/TMonaLisaReader.h, monalisa/inc/TMonaLisaWriter.h, monalisa/src/TMonaLisaReader.cxx, monalisa/src/TMonaLisaWriter.cxx, mysql/Module.mk, mysql/inc/LinkDef.h, mysql/inc/TMySQLResult.h, mysql/inc/TMySQLRow.h, mysql/inc/TMySQLServer.h, mysql/inc/TMySQLStatement.h, mysql/src/TMySQLResult.cxx, mysql/src/TMySQLRow.cxx, mysql/src/TMySQLServer.cxx, mysql/src/TMySQLStatement.cxx, net/Module.mk, net/doc/index.txt, net/inc/LinkDef.h, net/inc/NetErrors.h, net/inc/RRemoteProtocol.h, net/inc/TApplicationRemote.h, net/inc/TApplicationServer.h, net/inc/TFTP.h, net/inc/TFileStager.h, net/inc/TGrid.h, net/inc/TGridCollection.h, net/inc/TGridJDL.h, net/inc/TGridJob.h, net/inc/TGridJobStatus.h, net/inc/TGridJobStatusList.h, net/inc/TGridResult.h, net/inc/TMessage.h, net/inc/TMonitor.h, net/inc/TNetFile.h, net/inc/TPServerSocket.h, net/inc/TPSocket.h, net/inc/TSQLColumnInfo.h, net/inc/TSQLMonitoring.h, net/inc/TSQLResult.h, net/inc/TSQLRow.h, net/inc/TSQLServer.h, net/inc/TSQLStatement.h, net/inc/TSQLTableInfo.h, net/inc/TSecContext.h, net/inc/TServerSocket.h, net/inc/TSocket.h, net/inc/TWebFile.h, net/src/NetErrors.cxx, net/src/TApplicationRemote.cxx, net/src/TApplicationServer.cxx, net/src/TFTP.cxx, net/src/TFileStager.cxx, net/src/TGrid.cxx, net/src/TGridJDL.cxx, net/src/TGridJob.cxx, net/src/TGridJobStatus.cxx, net/src/TGridJobStatusList.cxx, net/src/TGridResult.cxx, net/src/TMessage.cxx, net/src/TMonitor.cxx, net/src/TNetFile.cxx, net/src/TPServerSocket.cxx, net/src/TPSocket.cxx, net/src/TSQLColumnInfo.cxx, net/src/TSQLMonitoring.cxx, net/src/TSQLResult.cxx, net/src/TSQLRow.cxx, net/src/TSQLServer.cxx, net/src/TSQLStatement.cxx, net/src/TSQLTableInfo.cxx, net/src/TSecContext.cxx, net/src/TServerSocket.cxx, net/src/TSocket.cxx, net/src/TWebFile.cxx, netx/Module.mk, netx/inc/LinkDef.h, netx/inc/TXNetFile.h, netx/inc/TXNetFileStager.h, netx/inc/TXNetSystem.h, netx/src/TXNetFile.cxx, netx/src/TXNetFileStager.cxx, netx/src/TXNetSystem.cxx, newdelete/Module.mk, newdelete/inc/MemCheck.h, newdelete/src/MemCheck.cxx, newdelete/src/NewDelete.cxx, odbc/Module.mk, odbc/inc/LinkDef.h, odbc/inc/TODBCResult.h, odbc/inc/TODBCRow.h, odbc/inc/TODBCServer.h, odbc/inc/TODBCStatement.h, odbc/src/TODBCResult.cxx, odbc/src/TODBCRow.cxx, odbc/src/TODBCServer.cxx, odbc/src/TODBCStatement.cxx, oracle/Module.mk, oracle/inc/LinkDef.h, oracle/inc/TOracleResult.h, oracle/inc/TOracleRow.h, oracle/inc/TOracleServer.h, oracle/inc/TOracleStatement.h, oracle/src/TOracleResult.cxx, oracle/src/TOracleRow.cxx, oracle/src/TOracleServer.cxx, oracle/src/TOracleStatement.cxx, pcre/Module.mk, peac/Module.mk, peac/inc/LinkDef.h, peac/inc/LinkDefGui.h, peac/inc/TPEAC.h, peac/inc/TProofPEAC.h, peac/inc/TProofStartupDialog.h, peac/src/TPEAC.cxx, peac/src/TProofPEAC.cxx, peac/src/TProofStartupDialog.cxx, pgsql/Module.mk, pgsql/inc/LinkDef.h, pgsql/inc/TPgSQLResult.h, pgsql/inc/TPgSQLRow.h, pgsql/inc/TPgSQLServer.h, pgsql/inc/TPgSQLStatement.h, pgsql/src/TPgSQLResult.cxx, pgsql/src/TPgSQLRow.cxx, pgsql/src/TPgSQLServer.cxx, pgsql/src/TPgSQLStatement.cxx, physics/Module.mk, physics/doc/index.txt, physics/inc/LinkDef.h, physics/inc/TFeldmanCousins.h, physics/inc/TGenPhaseSpace.h, physics/inc/TLorentzRotation.h, physics/inc/TLorentzVector.h, physics/inc/TQuaternion.h, physics/inc/TRobustEstimator.h, physics/inc/TRolke.h, physics/inc/TRotation.h, physics/inc/TVector2.h, physics/inc/TVector3.h, physics/src/TFeldmanCousins.cxx, physics/src/TGenPhaseSpace.cxx, physics/src/TLorentzRotation.cxx, physics/src/TLorentzVector.cxx, physics/src/TQuaternion.cxx, physics/src/TRobustEstimator.cxx, physics/src/TRolke.cxx, physics/src/TRotation.cxx, physics/src/TVector2.cxx, physics/src/TVector3.cxx, postscript/Module.mk, postscript/inc/LinkDef.h, postscript/inc/TImageDump.h, postscript/inc/TPDF.h, postscript/inc/TPostScript.h, postscript/inc/TSVG.h, postscript/src/TImageDump.cxx, postscript/src/TPDF.cxx, postscript/src/TPostScript.cxx, postscript/src/TSVG.cxx, proof/Module.mk, proof/doc/index.txt, proof/inc/LinkDef.h, proof/inc/TCondor.h, proof/inc/TDSet.h, proof/inc/TDSetProxy.h, proof/inc/TProof.h, proof/inc/TProofChain.h, proof/inc/TProofCondor.h, proof/inc/TProofDebug.h, proof/inc/TProofLog.h, proof/inc/TProofMgr.h, proof/inc/TProofNodeInfo.h, proof/inc/TProofQueryResult.h, proof/inc/TProofResources.h, proof/inc/TProofResourcesStatic.h, proof/inc/TProofServ.h, proof/inc/TProofSuperMaster.h, proof/inc/TSlave.h, proof/inc/TVirtualProofPlayer.h, proof/src/TCondor.cxx, proof/src/TDSet.cxx, proof/src/TDSetProxy.cxx, proof/src/TProof.cxx, proof/src/TProofChain.cxx, proof/src/TProofCondor.cxx, proof/src/TProofDebug.cxx, proof/src/TProofLog.cxx, proof/src/TProofMgr.cxx, proof/src/TProofNodeInfo.cxx, proof/src/TProofQueryResult.cxx, proof/src/TProofResourcesStatic.cxx, proof/src/TProofServ.cxx, proof/src/TProofSuperMaster.cxx, proof/src/TSlave.cxx, proof/src/TVirtualProofPlayer.cxx, proofd/Module.mk, proofd/inc/XProofProtUtils.h, proofd/inc/XProofProtocol.h, proofd/inc/XrdProofConn.h, proofd/inc/XrdProofGroup.h, proofd/inc/XrdProofPhyConn.h, proofd/inc/XrdProofSched.h, proofd/inc/XrdProofServProxy.h, proofd/inc/XrdProofWorker.h, proofd/inc/XrdProofdAux.h, proofd/inc/XrdProofdClient.h, proofd/inc/XrdProofdManager.h, proofd/inc/XrdProofdPlatform.h, proofd/inc/XrdProofdProtocol.h, proofd/inc/XrdProofdResponse.h, proofd/inc/XrdProofdTrace.h, proofd/inc/XrdROOT.h, proofd/inc/XrdSysToOuc.h, proofd/inc/proofdp.h, proofd/src/XProofProtUtils.cxx, proofd/src/XrdProofConn.cxx, proofd/src/XrdProofGroup.cxx, proofd/src/XrdProofPhyConn.cxx, proofd/src/XrdProofSched.cxx, proofd/src/XrdProofServProxy.cxx, proofd/src/XrdProofWorker.cxx, proofd/src/XrdProofdAux.cxx, proofd/src/XrdProofdClient.cxx, proofd/src/XrdProofdManager.cxx, proofd/src/XrdProofdProtocol.cxx, proofd/src/XrdProofdResponse.cxx, proofd/src/XrdROOT.cxx, proofd/src/proofd.cxx, proofplayer/Module.mk, proofplayer/inc/LinkDef.h, proofplayer/inc/LinkDefDraw.h, proofplayer/inc/TDrawFeedback.h, proofplayer/inc/TEventIter.h, proofplayer/inc/TFileMerger.h, proofplayer/inc/TPacketizer.h, proofplayer/inc/TPacketizerAdaptive.h, proofplayer/inc/TPacketizerProgressive.h, proofplayer/inc/TPacketizerUnit.h, proofplayer/inc/TPerfStats.h, proofplayer/inc/TProofDraw.h, proofplayer/inc/TProofFile.h, proofplayer/inc/TProofLimitsFinder.h, proofplayer/inc/TProofPlayer.h, proofplayer/inc/TStatus.h, proofplayer/inc/TVirtualPacketizer.h, proofplayer/src/TDrawFeedback.cxx, proofplayer/src/TEventIter.cxx, proofplayer/src/TFileMerger.cxx, proofplayer/src/TPacketizer.cxx, proofplayer/src/TPacketizerAdaptive.cxx, proofplayer/src/TPacketizerProgressive.cxx, proofplayer/src/TPacketizerUnit.cxx, proofplayer/src/TPerfStats.cxx, proofplayer/src/TProofDraw.cxx, proofplayer/src/TProofFile.cxx, proofplayer/src/TProofLimitsFinder.cxx, proofplayer/src/TProofPlayer.cxx, proofplayer/src/TStatus.cxx, proofplayer/src/TVirtualPacketizer.cxx, proofx/Module.mk, proofx/inc/LinkDef.h, proofx/inc/TXHandler.h, proofx/inc/TXProofMgr.h, proofx/inc/TXProofServ.h, proofx/inc/TXSlave.h, proofx/inc/TXSocket.h, proofx/inc/TXSocketHandler.h, proofx/inc/TXUnixSocket.h, proofx/src/TXHandler.cxx, proofx/src/TXProofMgr.cxx, proofx/src/TXProofServ.cxx, proofx/src/TXSlave.cxx, proofx/src/TXSocket.cxx, proofx/src/TXSocketHandler.cxx, proofx/src/TXUnixSocket.cxx, pyroot/Module.mk, pyroot/ROOT.py, pyroot/doc/index.txt, pyroot/inc/LinkDef.h, pyroot/inc/TPyDispatcher.h, pyroot/inc/TPyException.h, pyroot/inc/TPyROOTApplication.h, pyroot/inc/TPyReturn.h, pyroot/inc/TPython.h, pyroot/src/Adapters.cxx, pyroot/src/Adapters.h, pyroot/src/ClassMethodHolder.cxx, pyroot/src/ClassMethodHolder.h, pyroot/src/ConstructorHolder.cxx, pyroot/src/ConstructorHolder.h, pyroot/src/Converters.cxx, pyroot/src/Converters.h, pyroot/src/Executors.cxx, pyroot/src/Executors.h, pyroot/src/FunctionHolder.cxx, pyroot/src/FunctionHolder.h, pyroot/src/MemoryRegulator.cxx, pyroot/src/MemoryRegulator.h, pyroot/src/MethodHolder.cxx, pyroot/src/MethodHolder.h, pyroot/src/MethodProxy.cxx, pyroot/src/MethodProxy.h, pyroot/src/ObjectProxy.cxx, pyroot/src/ObjectProxy.h, pyroot/src/PropertyProxy.cxx, pyroot/src/PropertyProxy.h, pyroot/src/PyBufferFactory.cxx, pyroot/src/PyBufferFactory.h, pyroot/src/PyCallable.h, pyroot/src/PyROOT.h, pyroot/src/PyRootType.cxx, pyroot/src/PyRootType.h, pyroot/src/Pythonize.cxx, pyroot/src/Pythonize.h, pyroot/src/RootModule.cxx, pyroot/src/RootWrapper.cxx, pyroot/src/RootWrapper.h, pyroot/src/TCustomPyTypes.cxx, pyroot/src/TCustomPyTypes.h, pyroot/src/TPyClassGenerator.cxx, pyroot/src/TPyClassGenerator.h, pyroot/src/TPyDispatcher.cxx, pyroot/src/TPyException.cxx, pyroot/src/TPyROOTApplication.cxx, pyroot/src/TPyReturn.cxx, pyroot/src/TPython.cxx, pyroot/src/TRflxCallback.cxx, pyroot/src/TRflxCallback.h, pyroot/src/TSetItemHolder.cxx, pyroot/src/TSetItemHolder.h, pyroot/src/Utility.cxx, pyroot/src/Utility.h, pythia6/Module.mk, pythia6/inc/LinkDef.h, pythia6/inc/TMCParticle.h, pythia6/inc/TPythia6.h, pythia6/inc/TPythia6Calls.h, pythia6/inc/TPythia6Decayer.h, pythia6/src/TMCParticle.cxx, pythia6/src/TPythia6.cxx, pythia6/src/TPythia6Decayer.cxx, qt/Module.mk, qt/inc/LinkDef.h, qt/inc/TGQt.h, qt/inc/TObjectExecute.h, qt/inc/TQMimeTypes.h, qt/inc/TQUserEvent.h, qt/inc/TQtApplication.h, qt/inc/TQtBrush.h, qt/inc/TQtClientFilter.h, qt/inc/TQtClientGuard.h, qt/inc/TQtClientWidget.h, qt/inc/TQtEmitter.h, qt/inc/TQtEvent.h, qt/inc/TQtEventQueue.h, qt/inc/TQtLock.h, qt/inc/TQtLockGuard.h, qt/inc/TQtMarker.h, qt/inc/TQtRConfig.h, qt/inc/TQtRootApplication.h, qt/inc/TQtRootSlot.h, qt/inc/TQtSymbolCodec.h, qt/inc/TQtTimer.h, qt/inc/TQtUtil.h, qt/inc/TQtWidget.h, qt/inc/TVirtualX.interface.h, qt/inc/TWaitCondition.h, qt/src/GQtGUI.cxx, qt/src/TGQt.cxx, qt/src/TGQtDummy.cxx, qt/src/TQMimeTypes.cxx, qt/src/TQtApplication.cxx, qt/src/TQtBrush.cxx, qt/src/TQtClientFilter.cxx, qt/src/TQtClientGuard.cxx, qt/src/TQtClientWidget.cxx, qt/src/TQtEvent.cxx, qt/src/TQtEventQueue.cxx, qt/src/TQtMarker.cxx, qt/src/TQtRootApplication.cxx, qt/src/TQtRootSlot.cxx, qt/src/TQtSymbolCodec.cxx, qt/src/TQtTimer.cxx, qt/src/TQtWidget.cxx, qtgsi/Module.mk, qtgsi/inc/LinkDef.h, qtgsi/inc/TQApplication.h, qtgsi/inc/TQCanvasImp.h, qtgsi/inc/TQCanvasMenu.h, qtgsi/inc/TQRootApplication.h, qtgsi/inc/TQRootCanvas.h, qtgsi/inc/TQRootDialog.h, qtgsi/inc/TQRootGuiFactory.h, qtgsi/src/TQApplication.cxx, qtgsi/src/TQCanvasImp.cxx, qtgsi/src/TQCanvasMenu.cxx, qtgsi/src/TQRootApplication.cxx, qtgsi/src/TQRootCanvas.cxx, qtgsi/src/TQRootDialog.cxx, qtgsi/src/TQRootGuiFactory.cxx, qtgsi/test/Makefile, qtgsi/test/Makefile.win, qtgsi/test/example1/Makefile, qtgsi/test/example1/Makefile.win, qtgsi/test/example1/guitest.cpp, qtgsi/test/example1/guitest.h, qtgsi/test/example1/main.cpp, qtgsi/test/example1/qtroot.cpp, qtgsi/test/example1/qtroot.h, qtgsi/test/example2/Makefile, qtgsi/test/example2/Makefile.win, qtgsi/test/example2/main.cpp, qtgsi/test/example2/qtrootexample1.ui.h, qtroot/Module.mk, qtroot/inc/LinkDef.h, qtroot/inc/TQtRootGuiFactory.h, qtroot/src/TQtRootGuiFactory.cxx, quadp/Module.mk, quadp/inc/LinkDef.h, quadp/inc/TGondzioSolver.h, quadp/inc/TMehrotraSolver.h, quadp/inc/TQpDataBase.h, quadp/inc/TQpDataDens.h, quadp/inc/TQpDataSparse.h, quadp/inc/TQpLinSolverBase.h, quadp/inc/TQpLinSolverDens.h, quadp/inc/TQpLinSolverSparse.h, quadp/inc/TQpProbBase.h, quadp/inc/TQpProbDens.h, quadp/inc/TQpProbSparse.h, quadp/inc/TQpResidual.h, quadp/inc/TQpSolverBase.h, quadp/inc/TQpVar.h, quadp/src/TGondzioSolver.cxx, quadp/src/TMehrotraSolver.cxx, quadp/src/TQpDataBase.cxx, quadp/src/TQpDataDens.cxx, quadp/src/TQpDataSparse.cxx, quadp/src/TQpLinSolverBase.cxx, quadp/src/TQpLinSolverDens.cxx, quadp/src/TQpLinSolverSparse.cxx, quadp/src/TQpProbBase.cxx, quadp/src/TQpProbDens.cxx, quadp/src/TQpProbSparse.cxx, quadp/src/TQpResidual.cxx, quadp/src/TQpSolverBase.cxx, quadp/src/TQpVar.cxx, rfio/Module.mk, rfio/inc/LinkDef.h, rfio/inc/TRFIOFile.h, rfio/src/TRFIOFile.cxx, rint/Module.mk, rint/inc/LinkDef.h, rint/inc/TRint.h, rint/inc/TTabCom.h, rint/src/TRint.cxx, rint/src/TTabCom.cxx, rootd/Module.mk, rootd/inc/rootdp.h, rootd/src/rootd.cxx, roots/inc/TGXClient.h, roots/inc/TGXServer.h, roots/src/TGXClient.cxx, roots/src/TGXServer.cxx, roots/src/roots.cxx, rootx/Module.mk, rootx/src/rootx.cxx, rootx/src/rootxx.cxx, rpdutils/Module.mk, rpdutils/inc/rpddefs.h, rpdutils/inc/rpderr.h, rpdutils/inc/rpdp.h, rpdutils/src/daemon.cxx, rpdutils/src/error.cxx, rpdutils/src/globus.cxx, rpdutils/src/net.cxx, rpdutils/src/netpar.cxx, rpdutils/src/rpdutils.cxx, rpdutils/src/ssh.cxx, ruby/Module.mk, ruby/doc/index.txt, ruby/inc/LinkDef.h, ruby/inc/TRuby.h, ruby/src/TRuby.cxx, ruby/src/drr.cxx, ruby/src/rrcommon.h, ruby/src/rrenums.h, sapdb/Module.mk, sapdb/inc/LinkDef.h, sapdb/inc/TSapDBResult.h, sapdb/inc/TSapDBRow.h, sapdb/inc/TSapDBServer.h, sapdb/src/TSapDBResult.cxx, sapdb/src/TSapDBRow.cxx, sapdb/src/TSapDBServer.cxx, sessionviewer/Module.mk, sessionviewer/inc/LinkDef.h, sessionviewer/inc/TProofProgressDialog.h, sessionviewer/inc/TProofProgressLog.h, sessionviewer/inc/TSessionDialogs.h, sessionviewer/inc/TSessionLogView.h, sessionviewer/inc/TSessionViewer.h, sessionviewer/src/TProofProgressDialog.cxx, sessionviewer/src/TProofProgressLog.cxx, sessionviewer/src/TSessionDialogs.cxx, sessionviewer/src/TSessionLogView.cxx, sessionviewer/src/TSessionViewer.cxx, smatrix/CreateBinaryOp.sh, smatrix/CreateUnaryOp.sh, smatrix/Module.mk, smatrix/build/Makefile.am, smatrix/build/setup.sh, smatrix/doc/index.txt, smatrix/inc/LinkDef.h, smatrix/inc/LinkDefD32.h, smatrix/inc/Math/BinaryOpPolicy.h, smatrix/inc/Math/BinaryOperators.h, smatrix/inc/Math/Dfact.h, smatrix/inc/Math/Dfactir.h, smatrix/inc/Math/Dfinv.h, smatrix/inc/Math/Dinv.h, smatrix/inc/Math/Dsfact.h, smatrix/inc/Math/Dsinv.h, smatrix/inc/Math/Expression.h, smatrix/inc/Math/Functions.h, smatrix/inc/Math/HelperOps.h, smatrix/inc/Math/MConfig.h, smatrix/inc/Math/MatrixFunctions.h, smatrix/inc/Math/MatrixRepresentationsStatic.h, smatrix/inc/Math/SMatrix.h, smatrix/inc/Math/SMatrixDfwd.h, smatrix/inc/Math/SMatrixFfwd.h, smatrix/inc/Math/SVector.h, smatrix/inc/Math/StaticCheck.h, smatrix/inc/Math/UnaryOperators.h, smatrix/src/Dict.h, smatrix/test/Makefile, smatrix/test/TestTimer.h, smatrix/test/Track.h, smatrix/test/TrackLinkDef.h, smatrix/test/kalman.C, smatrix/test/matrixOperations.C, smatrix/test/matrix_op.h, smatrix/test/matrix_util.h, smatrix/test/stressKalman.cxx, smatrix/test/stressOperations.cxx, smatrix/test/testIO.cxx, smatrix/test/testKalman.cxx, smatrix/test/testOperations.cxx, smatrix/test/testSMatrix.cxx, spectrum/Module.mk, spectrum/inc/LinkDef.h, spectrum/inc/TSpectrum.h, spectrum/inc/TSpectrum2.h, spectrum/inc/TSpectrum2Fit.h, spectrum/inc/TSpectrum2Transform.h, spectrum/inc/TSpectrum3.h, spectrum/inc/TSpectrumFit.h, spectrum/inc/TSpectrumTransform.h, spectrum/src/TSpectrum.cxx, spectrum/src/TSpectrum2.cxx, spectrum/src/TSpectrum2Fit.cxx, spectrum/src/TSpectrum2Transform.cxx, spectrum/src/TSpectrum3.cxx, spectrum/src/TSpectrumFit.cxx, spectrum/src/TSpectrumTransform.cxx, spectrumpainter/Module.mk, spectrumpainter/inc/LinkDef.h, spectrumpainter/inc/TSpectrum2Painter.h, spectrumpainter/src/TSpectrum2Painter.cxx, splot/Module.mk, splot/inc/LinkDef.h, splot/inc/TSPlot.h, splot/src/TSPlot.cxx, sql/Module.mk, sql/inc/LinkDef.h, sql/inc/TBufferSQL2.h, sql/inc/TKeySQL.h, sql/inc/TSQLClassInfo.h, sql/inc/TSQLFile.h, sql/inc/TSQLObjectData.h, sql/inc/TSQLStructure.h, sql/src/TBufferSQL2.cxx, sql/src/TKeySQL.cxx, sql/src/TSQLClassInfo.cxx, sql/src/TSQLFile.cxx, sql/src/TSQLObjectData.cxx, sql/src/TSQLStructure.cxx, srputils/Module.mk, srputils/src/SRPAuth.cxx, srputils/src/rpasswd.c, srputils/src/rtconf.c, table/Module.mk, table/inc/LinkDef.h, table/inc/TCernLib.h, table/inc/TChair.h, table/inc/TColumnView.h, table/inc/TDataSet.h, table/inc/TDataSetIter.h, table/inc/TDsKey.h, table/inc/TFileIter.h, table/inc/TFileSet.h, table/inc/TGenericTable.h, table/inc/TIndexTable.h, table/inc/TObjectSet.h, table/inc/TPoints3D.h, table/inc/TPointsArray3D.h, table/inc/TPolyLineShape.h, table/inc/TResponseTable.h, table/inc/TTable.h, table/inc/TTable3Points.h, table/inc/TTableDescriptor.h, table/inc/TTableIter.h, table/inc/TTableMap.h, table/inc/TTablePadView3D.h, table/inc/TTablePoints.h, table/inc/TTableSorter.h, table/inc/TVolume.h, table/inc/TVolumePosition.h, table/inc/TVolumeView.h, table/inc/TVolumeViewIter.h, table/inc/Ttypes.h, table/inc/tableDescriptor.h, table/src/TCernLib.cxx, table/src/TChair.cxx, table/src/TColumnView.cxx, table/src/TDataSet.cxx, table/src/TDataSetIter.cxx, table/src/TDsKey.cxx, table/src/TFileIter.cxx, table/src/TFileSet.cxx, table/src/TGenericTable.cxx, table/src/TIndexTable.cxx, table/src/TObjectSet.cxx, table/src/TPoints3D.cxx, table/src/TPointsArray3D.cxx, table/src/TPolyLineShape.cxx, table/src/TResponseTable.cxx, table/src/TTable.cxx, table/src/TTable3Points.cxx, table/src/TTableDescriptor.cxx, table/src/TTableIter.cxx, table/src/TTableMap.cxx, table/src/TTablePadView3D.cxx, table/src/TTablePoints.cxx, table/src/TTableSorter.cxx, table/src/TVolume.cxx, table/src/TVolumePosition.cxx, table/src/TVolumeView.cxx, table/src/TVolumeViewIter.cxx, test/Aclock.cxx, test/Aclock.h, test/DrawTest.sh, test/Event.cxx, test/Event.h, test/EventLinkDef.h, test/GetWebHistogram.C, test/Hello.cxx, test/Hello.h, test/MainEvent.cxx, test/Makefile, test/Makefile.arch, test/Makefile.win32, test/ProofBench/Draw_PerfProfiles.C, test/ProofBench/Draw_Slave_Access.C, test/ProofBench/Draw_Time_Hists.C, test/ProofBench/EventTree_NoProc.C, test/ProofBench/EventTree_NoProc.h, test/ProofBench/EventTree_Proc.C, test/ProofBench/EventTree_Proc.h, test/ProofBench/EventTree_ProcOpt.C, test/ProofBench/EventTree_ProcOpt.h, test/ProofBench/Makefile_event, test/ProofBench/Run_Node_Tests.C, test/ProofBench/Run_Simple_Test.C, test/ProofBench/SavePerfInfo.C, test/ProofBench/make_event_par.sh, test/ProofBench/make_event_trees.C, test/ProofBench/make_tdset.C, test/QpRandomDriver.cxx, test/RootIDE/LinkDef.h, test/RootIDE/Makefile, test/RootIDE/TGRootIDE.cxx, test/RootIDE/TGRootIDE.h, test/RootIDE/main.cxx, test/RootShower/GButtonFrame.cxx, test/RootShower/GButtonFrame.h, test/RootShower/GTitleFrame.cxx, test/RootShower/GTitleFrame.h, test/RootShower/Makefile, test/RootShower/MyDetector.cxx, test/RootShower/MyDetector.h, test/RootShower/MyEvent.cxx, test/RootShower/MyEvent.h, test/RootShower/MyParticle.cxx, test/RootShower/MyParticle.h, test/RootShower/ParticlesDef.h, test/RootShower/RSAbout.cxx, test/RootShower/RSAbout.h, test/RootShower/RSHelpText.cxx, test/RootShower/RSHelpText.h, test/RootShower/RSLinkDef.h, test/RootShower/RSMsgBox.cxx, test/RootShower/RSMsgBox.h, test/RootShower/RSVersion.h, test/RootShower/RootShower.cxx, test/RootShower/RootShower.h, test/RootShower/SettingsDlg.cxx, test/RootShower/SettingsDlg.h, test/RootShower/constants.h, test/TBench.cxx, test/TBench.h, test/TestVectors.cxx, test/Tetris.cxx, test/Tetris.h, test/bench.cxx, test/benchLinkDef.h, test/ctorture.cxx, test/dt_DrawTest.C, test/dt_MakeFiles.sh, test/dt_MakeRef.C, test/dt_RunDrawTest.C, test/dt_RunDrawTest.sh, test/dt_build.C, test/dt_wrap.C, test/eventa.cxx, test/eventb.cxx, test/eventload.cxx, test/guitest.cxx, test/guiviewer.cxx, test/guiviewer.h, test/guiviewerLinkDef.h, test/hsimple.cxx, test/hworld.cxx, test/hworld2.cxx, test/minexam.cxx, test/rhtml/LinkDef.h, test/rhtml/Makefile, test/rhtml/rhtml.cxx, test/rhtml/rhtml.h, test/stress.cxx, test/stressEntryList.cxx, test/stressFit.cxx, test/stressGeometry.cxx, test/stressGraphics.cxx, test/stressHepix.cxx, test/stressLinear.cxx, test/stressShapes.cxx, test/stressSpectrum.cxx, test/stressVector.cxx, test/tcollbm.cxx, test/tcollex.cxx, test/test2html.cxx, test/testbits.cxx, test/threads.cxx, test/tstring.cxx, test/vlazy.cxx, test/vmatrix.cxx, test/vvector.cxx, thread/Module.mk, thread/doc/index.txt, thread/inc/LinkDef.h, thread/inc/PosixThreadInc.h, thread/inc/TAtomicCount.h, thread/inc/TAtomicCountGcc.h, thread/inc/TAtomicCountPthread.h, thread/inc/TAtomicCountWin32.h, thread/inc/TCondition.h, thread/inc/TConditionImp.h, thread/inc/TLockFile.h, thread/inc/TMutex.h, thread/inc/TMutexImp.h, thread/inc/TPosixCondition.h, thread/inc/TPosixMutex.h, thread/inc/TPosixThread.h, thread/inc/TPosixThreadFactory.h, thread/inc/TRWLock.h, thread/inc/TSemaphore.h, thread/inc/TThread.h, thread/inc/TThreadFactory.h, thread/inc/TThreadImp.h, thread/inc/TWin32Condition.h, thread/inc/TWin32Mutex.h, thread/inc/TWin32Thread.h, thread/inc/TWin32ThreadFactory.h, thread/src/TCondition.cxx, thread/src/TConditionImp.cxx, thread/src/TLockFile.cxx, thread/src/TMutex.cxx, thread/src/TMutexImp.cxx, thread/src/TPosixCondition.cxx, thread/src/TPosixMutex.cxx, thread/src/TPosixThread.cxx, thread/src/TPosixThreadFactory.cxx, thread/src/TRWLock.cxx, thread/src/TSemaphore.cxx, thread/src/TThread.cxx, thread/src/TThreadFactory.cxx, thread/src/TThreadImp.cxx, thread/src/TWin32Condition.cxx, thread/src/TWin32Mutex.cxx, thread/src/TWin32Thread.cxx, thread/src/TWin32ThreadFactory.cxx, tmva/Module.mk, tmva/doc/index.txt, tmva/inc/BinarySearchTree.h, tmva/inc/BinarySearchTreeNode.h, tmva/inc/BinaryTree.h, tmva/inc/Config.h, tmva/inc/Configurable.h, tmva/inc/CrossEntropy.h, tmva/inc/DataSet.h, tmva/inc/DecisionTree.h, tmva/inc/DecisionTreeNode.h, tmva/inc/Event.h, tmva/inc/Factory.h, tmva/inc/FitterBase.h, tmva/inc/GeneticAlgorithm.h, tmva/inc/GeneticFitter.h, tmva/inc/GeneticGenes.h, tmva/inc/GeneticPopulation.h, tmva/inc/GeneticRange.h, tmva/inc/GiniIndex.h, tmva/inc/IFitterTarget.h, tmva/inc/IMethod.h, tmva/inc/IMetric.h, tmva/inc/Interval.h, tmva/inc/KDEKernel.h, tmva/inc/LinkDef.h, tmva/inc/MCFitter.h, tmva/inc/MethodANNBase.h, tmva/inc/MethodBDT.h, tmva/inc/MethodBase.h, tmva/inc/MethodBayesClassifier.h, tmva/inc/MethodCFMlpANN.h, tmva/inc/MethodCFMlpANN_Utils.h, tmva/inc/MethodCFMlpANN_def.h, tmva/inc/MethodCommittee.h, tmva/inc/MethodCuts.h, tmva/inc/MethodFDA.h, tmva/inc/MethodFisher.h, tmva/inc/MethodHMatrix.h, tmva/inc/MethodKNN.h, tmva/inc/MethodLikelihood.h, tmva/inc/MethodMLP.h, tmva/inc/MethodPDERS.h, tmva/inc/MethodRuleFit.h, tmva/inc/MethodSVM.h, tmva/inc/MethodSeedDistance.h, tmva/inc/MethodTMlpANN.h, tmva/inc/MethodVariable.h, tmva/inc/Methods.h, tmva/inc/MetricEuler.h, tmva/inc/MetricManhattan.h, tmva/inc/MinuitFitter.h, tmva/inc/MinuitWrapper.h, tmva/inc/MisClassificationError.h, tmva/inc/ModulekNN.h, tmva/inc/MsgLogger.h, tmva/inc/Node.h, tmva/inc/NodekNN.h, tmva/inc/Option.h, tmva/inc/PDF.h, tmva/inc/Ranking.h, tmva/inc/Reader.h, tmva/inc/RootFinder.h, tmva/inc/Rule.h, tmva/inc/RuleCut.h, tmva/inc/RuleEnsemble.h, tmva/inc/RuleFit.h, tmva/inc/RuleFitAPI.h, tmva/inc/RuleFitParams.h, tmva/inc/SdivSqrtSplusB.h, tmva/inc/SeedDistance.h, tmva/inc/SeparationBase.h, tmva/inc/SimulatedAnnealing.h, tmva/inc/SimulatedAnnealingFitter.h, tmva/inc/TActivation.h, tmva/inc/TActivationChooser.h, tmva/inc/TActivationIdentity.h, tmva/inc/TActivationRadial.h, tmva/inc/TActivationSigmoid.h, tmva/inc/TActivationTanh.h, tmva/inc/TNeuron.h, tmva/inc/TNeuronInput.h, tmva/inc/TNeuronInputAbs.h, tmva/inc/TNeuronInputChooser.h, tmva/inc/TNeuronInputSqSum.h, tmva/inc/TNeuronInputSum.h, tmva/inc/TSpline1.h, tmva/inc/TSpline2.h, tmva/inc/TSynapse.h, tmva/inc/Timer.h, tmva/inc/Tools.h, tmva/inc/Types.h, tmva/inc/VariableDecorrTransform.h, tmva/inc/VariableIdentityTransform.h, tmva/inc/VariableInfo.h, tmva/inc/VariablePCATransform.h, tmva/inc/VariableTransformBase.h, tmva/inc/Version.h, tmva/inc/Volume.h, tmva/src/BinarySearchTree.cxx, tmva/src/BinarySearchTreeNode.cxx, tmva/src/BinaryTree.cxx, tmva/src/Config.cxx, tmva/src/Configurable.cxx, tmva/src/CrossEntropy.cxx, tmva/src/DataSet.cxx, tmva/src/DecisionTree.cxx, tmva/src/DecisionTreeNode.cxx, tmva/src/Event.cxx, tmva/src/Factory.cxx, tmva/src/FitterBase.cxx, tmva/src/GeneticAlgorithm.cxx, tmva/src/GeneticFitter.cxx, tmva/src/GeneticGenes.cxx, tmva/src/GeneticPopulation.cxx, tmva/src/GeneticRange.cxx, tmva/src/GiniIndex.cxx, tmva/src/IFitterTarget.cxx, tmva/src/IMethod.cxx, tmva/src/IMetric.cxx, tmva/src/Interval.cxx, tmva/src/KDEKernel.cxx, tmva/src/MCFitter.cxx, tmva/src/MethodANNBase.cxx, tmva/src/MethodBDT.cxx, tmva/src/MethodBase.cxx, tmva/src/MethodBayesClassifier.cxx, tmva/src/MethodCFMlpANN.cxx, tmva/src/MethodCFMlpANN_Utils.cxx, tmva/src/MethodCommittee.cxx, tmva/src/MethodCuts.cxx, tmva/src/MethodFDA.cxx, tmva/src/MethodFisher.cxx, tmva/src/MethodHMatrix.cxx, tmva/src/MethodKNN.cxx, tmva/src/MethodLikelihood.cxx, tmva/src/MethodMLP.cxx, tmva/src/MethodPDERS.cxx, tmva/src/MethodRuleFit.cxx, tmva/src/MethodSVM.cxx, tmva/src/MethodSeedDistance.cxx, tmva/src/MethodTMlpANN.cxx, tmva/src/MethodVariable.cxx, tmva/src/MetricEuler.cxx, tmva/src/MetricManhattan.cxx, tmva/src/MinuitFitter.cxx, tmva/src/MinuitWrapper.cxx, tmva/src/MisClassificationError.cxx, tmva/src/ModulekNN.cxx, tmva/src/MsgLogger.cxx, tmva/src/Node.cxx, tmva/src/Option.cxx, tmva/src/PDF.cxx, tmva/src/Ranking.cxx, tmva/src/Reader.cxx, tmva/src/RootFinder.cxx, tmva/src/Rule.cxx, tmva/src/RuleCut.cxx, tmva/src/RuleEnsemble.cxx, tmva/src/RuleFit.cxx, tmva/src/RuleFitAPI.cxx, tmva/src/RuleFitParams.cxx, tmva/src/SdivSqrtSplusB.cxx, tmva/src/SeedDistance.cxx, tmva/src/SeparationBase.cxx, tmva/src/SimulatedAnnealing.cxx, tmva/src/SimulatedAnnealingFitter.cxx, tmva/src/TActivationIdentity.cxx, tmva/src/TActivationRadial.cxx, tmva/src/TActivationSigmoid.cxx, tmva/src/TActivationTanh.cxx, tmva/src/TNeuron.cxx, tmva/src/TSpline1.cxx, tmva/src/TSpline2.cxx, tmva/src/TSynapse.cxx, tmva/src/Timer.cxx, tmva/src/Tools.cxx, tmva/src/Types.cxx, tmva/src/VariableDecorrTransform.cxx, tmva/src/VariableIdentityTransform.cxx, tmva/src/VariableInfo.cxx, tmva/src/VariablePCATransform.cxx, tmva/src/VariableTransformBase.cxx, tmva/src/Volume.cxx, tmva/test/BDT.C, tmva/test/ClassApplication.C, tmva/test/CorrGui.C, tmva/test/TMVAGui.C, tmva/test/TMVAlogon.C, tmva/test/TMVAnalysis.C, tmva/test/TMVAnalysis.py, tmva/test/TMVApplication.C, tmva/test/annconvergencetest.C, tmva/test/compareanapp.C, tmva/test/correlations.C, tmva/test/correlationscatters.C, tmva/test/efficiencies.C, tmva/test/likelihoodrefs.C, tmva/test/loader.C, tmva/test/mutransform.C, tmva/test/mvaeffs.C, tmva/test/mvas.C, tmva/test/mvaweights.C, tmva/test/network.C, tmva/test/plotall.C, tmva/test/probas.C, tmva/test/rulevis.C, tmva/test/rulevisCorr.C, tmva/test/rulevisHists.C, tmva/test/tmvaglob.C, tmva/test/variables.C, tree/Module.mk, tree/doc/index.txt, tree/doc/macros/entrylist_figure1.C, tree/doc/macros/entrylist_figure2.C, tree/doc/macros/entrylistblock_figure1.C, tree/inc/LinkDef.h, tree/inc/LinkDef2.h, tree/inc/TBasket.h, tree/inc/TBasketSQL.h, tree/inc/TBranch.h, tree/inc/TBranchBrowsable.h, tree/inc/TBranchClones.h, tree/inc/TBranchElement.h, tree/inc/TBranchObject.h, tree/inc/TBranchRef.h, tree/inc/TBufferSQL.h, tree/inc/TChain.h, tree/inc/TChainElement.h, tree/inc/TCut.h, tree/inc/TEntryList.h, tree/inc/TEntryListBlock.h, tree/inc/TEntryListFromFile.h, tree/inc/TEventList.h, tree/inc/TFriendElement.h, tree/inc/TLeaf.h, tree/inc/TLeafB.h, tree/inc/TLeafC.h, tree/inc/TLeafD.h, tree/inc/TLeafElement.h, tree/inc/TLeafF.h, tree/inc/TLeafI.h, tree/inc/TLeafL.h, tree/inc/TLeafO.h, tree/inc/TLeafObject.h, tree/inc/TLeafS.h, tree/inc/TNtuple.h, tree/inc/TNtupleD.h, tree/inc/TQueryResult.h, tree/inc/TSelector.h, tree/inc/TSelectorCint.h, tree/inc/TSelectorList.h, tree/inc/TSelectorScalar.h, tree/inc/TTree.h, tree/inc/TTreeCache.h, tree/inc/TTreeCloner.h, tree/inc/TTreeResult.h, tree/inc/TTreeRow.h, tree/inc/TTreeSQL.h, tree/inc/TVirtualIndex.h, tree/inc/TVirtualTreePlayer.h, tree/src/ManualTree2.cxx, tree/src/ManualTree2.h, tree/src/ManualTree2Body.h, tree/src/TBasket.cxx, tree/src/TBasketSQL.cxx, tree/src/TBranch.cxx, tree/src/TBranchBrowsable.cxx, tree/src/TBranchClones.cxx, tree/src/TBranchElement.cxx, tree/src/TBranchObject.cxx, tree/src/TBranchRef.cxx, tree/src/TBufferSQL.cxx, tree/src/TChain.cxx, tree/src/TChainElement.cxx, tree/src/TCut.cxx, tree/src/TEntryList.cxx, tree/src/TEntryListBlock.cxx, tree/src/TEntryListFromFile.cxx, tree/src/TEventList.cxx, tree/src/TFriendElement.cxx, tree/src/TLeaf.cxx, tree/src/TLeafB.cxx, tree/src/TLeafC.cxx, tree/src/TLeafD.cxx, tree/src/TLeafElement.cxx, tree/src/TLeafF.cxx, tree/src/TLeafI.cxx, tree/src/TLeafL.cxx, tree/src/TLeafO.cxx, tree/src/TLeafObject.cxx, tree/src/TLeafS.cxx, tree/src/TNtuple.cxx, tree/src/TNtupleD.cxx, tree/src/TQueryResult.cxx, tree/src/TSelector.cxx, tree/src/TSelectorCint.cxx, tree/src/TSelectorList.cxx, tree/src/TSelectorScalar.cxx, tree/src/TTree.cxx, tree/src/TTreeCache.cxx, tree/src/TTreeCloner.cxx, tree/src/TTreeResult.cxx, tree/src/TTreeRow.cxx, tree/src/TTreeSQL.cxx, tree/src/TVirtualIndex.cxx, tree/src/TVirtualTreePlayer.cxx, treeplayer/Module.mk, treeplayer/inc/LinkDef.h, treeplayer/inc/TBranchProxy.h, treeplayer/inc/TBranchProxyClassDescriptor.h, treeplayer/inc/TBranchProxyDescriptor.h, treeplayer/inc/TBranchProxyDirector.h, treeplayer/inc/TBranchProxyTemplate.h, treeplayer/inc/TChainIndex.h, treeplayer/inc/TFileDrawMap.h, treeplayer/inc/TFormLeafInfo.h, treeplayer/inc/TFormLeafInfoReference.h, treeplayer/inc/TFriendProxy.h, treeplayer/inc/TFriendProxyDescriptor.h, treeplayer/inc/TRefArrayProxy.h, treeplayer/inc/TRefProxy.h, treeplayer/inc/TSelectorDraw.h, treeplayer/inc/TSelectorEntries.h, treeplayer/inc/TTreeDrawArgsParser.h, treeplayer/inc/TTreeFormula.h, treeplayer/inc/TTreeFormulaManager.h, treeplayer/inc/TTreeIndex.h, treeplayer/inc/TTreePlayer.h, treeplayer/inc/TTreeProxyGenerator.h, treeplayer/src/TBranchProxy.cxx, treeplayer/src/TBranchProxyClassDescriptor.cxx, treeplayer/src/TBranchProxyDescriptor.cxx, treeplayer/src/TBranchProxyDirector.cxx, treeplayer/src/TChainIndex.cxx, treeplayer/src/TFileDrawMap.cxx, treeplayer/src/TFormLeafInfo.cxx, treeplayer/src/TFormLeafInfoReference.cxx, treeplayer/src/TFriendProxy.cxx, treeplayer/src/TFriendProxyDescriptor.cxx, treeplayer/src/TRefArrayProxy.cxx, treeplayer/src/TRefProxy.cxx, treeplayer/src/TSelectorDraw.cxx, treeplayer/src/TSelectorEntries.cxx, treeplayer/src/TTreeDrawArgsParser.cxx, treeplayer/src/TTreeFormula.cxx, treeplayer/src/TTreeFormulaManager.cxx, treeplayer/src/TTreeIndex.cxx, treeplayer/src/TTreePlayer.cxx, treeplayer/src/TTreeProxyGenerator.cxx, treeviewer/Module.mk, treeviewer/inc/HelpTextTV.h, treeviewer/inc/LinkDef.h, treeviewer/inc/LinkDefWin32.h, treeviewer/inc/TParallelCoord.h, treeviewer/inc/TParallelCoordEditor.h, treeviewer/inc/TParallelCoordRange.h, treeviewer/inc/TParallelCoordVar.h, treeviewer/inc/TSpider.h, treeviewer/inc/TSpiderEditor.h, treeviewer/inc/TTVLVContainer.h, treeviewer/inc/TTVSession.h, treeviewer/inc/TTreeViewer.h, treeviewer/src/HelpTextTV.cxx, treeviewer/src/TParallelCoord.cxx, treeviewer/src/TParallelCoordEditor.cxx, treeviewer/src/TParallelCoordRange.cxx, treeviewer/src/TParallelCoordVar.cxx, treeviewer/src/TSpider.cxx, treeviewer/src/TSpiderEditor.cxx, treeviewer/src/TTVLVContainer.cxx, treeviewer/src/TTVSession.cxx, treeviewer/src/TTreeViewer.cxx, unix/Module.mk, unix/inc/LinkDef.h, unix/inc/TUnixSystem.h, unix/src/TUnixSystem.cxx, unuran/Module.mk, unuran/doc/index.txt, unuran/inc/LinkDef.h, unuran/inc/TUnuran.h, unuran/inc/TUnuranBaseDist.h, unuran/inc/TUnuranContDist.h, unuran/inc/TUnuranDiscrDist.h, unuran/inc/TUnuranEmpDist.h, unuran/inc/TUnuranMultiContDist.h, unuran/src/TUnuran.cxx, unuran/src/TUnuranContDist.cxx, unuran/src/TUnuranDiscrDist.cxx, unuran/src/TUnuranEmpDist.cxx, unuran/src/TUnuranMultiContDist.cxx, unuran/src/UnuranDistr.h, unuran/src/UnuranDistrAdapter.h, unuran/src/UnuranRng.h, unuran/test/Makefile, unuran/test/unuranDiscrete.cxx, unuran/test/unuranDistr.cxx, unuran/test/unuranHist.cxx, unuran/test/unuranMulti2D.cxx, unuran/test/unuranMultiDim.cxx, unuran/test/unuranSimple.cxx, utils/Module.mk, utils/src/RStl.cxx, utils/src/RStl.h, utils/src/rlibmap.cxx, utils/src/rootcint.cxx, vmc/Module.mk, vmc/doc/index.txt, vmc/inc/LinkDef.h, vmc/inc/TGeoMCGeometry.h, vmc/inc/TMCOptical.h, vmc/inc/TMCParticleType.h, vmc/inc/TMCProcess.h, vmc/inc/TMCVerbose.h, vmc/inc/TPDGCode.h, vmc/inc/TVirtualMC.h, vmc/inc/TVirtualMCApplication.h, vmc/inc/TVirtualMCGeometry.h, vmc/inc/TVirtualMCStack.h, vmc/src/TGeoMCGeometry.cxx, vmc/src/TMCVerbose.cxx, vmc/src/TVirtualMC.cxx, vmc/src/TVirtualMCApplication.cxx, vmc/src/TVirtualMCGeometry.cxx, vmc/src/TVirtualMCStack.cxx, win32gdk/Module.mk, win32gdk/gdk/src/gdk/config.h, win32gdk/gdk/src/gdk/gdk.c, win32gdk/gdk/src/gdk/gdk.h, win32gdk/gdk/src/gdk/gdkcc.h, win32gdk/gdk/src/gdk/gdkcolor.c, win32gdk/gdk/src/gdk/gdkcolor.h, win32gdk/gdk/src/gdk/gdkcompat.h, win32gdk/gdk/src/gdk/gdkconfig.h, win32gdk/gdk/src/gdk/gdkcursor.c, win32gdk/gdk/src/gdk/gdkcursor.h, win32gdk/gdk/src/gdk/gdkcursors.h, win32gdk/gdk/src/gdk/gdkdnd.h, win32gdk/gdk/src/gdk/gdkdraw.c, win32gdk/gdk/src/gdk/gdkdrawable.h, win32gdk/gdk/src/gdk/gdkevents.c, win32gdk/gdk/src/gdk/gdkevents.h, win32gdk/gdk/src/gdk/gdkfont.c, win32gdk/gdk/src/gdk/gdkfont.h, win32gdk/gdk/src/gdk/gdkgc.c, win32gdk/gdk/src/gdk/gdkgc.h, win32gdk/gdk/src/gdk/gdkglobals.c, win32gdk/gdk/src/gdk/gdki18n.h, win32gdk/gdk/src/gdk/gdkim.h, win32gdk/gdk/src/gdk/gdkimage.c, win32gdk/gdk/src/gdk/gdkimage.h, win32gdk/gdk/src/gdk/gdkinput.h, win32gdk/gdk/src/gdk/gdkkeysyms.h, win32gdk/gdk/src/gdk/gdkpixmap.h, win32gdk/gdk/src/gdk/gdkprivate.h, win32gdk/gdk/src/gdk/gdkproperty.h, win32gdk/gdk/src/gdk/gdkrectangle.c, win32gdk/gdk/src/gdk/gdkregion.h, win32gdk/gdk/src/gdk/gdkrgb.c, win32gdk/gdk/src/gdk/gdkrgb.h, win32gdk/gdk/src/gdk/gdkselection.h, win32gdk/gdk/src/gdk/gdktypes.h, win32gdk/gdk/src/gdk/gdkvisual.h, win32gdk/gdk/src/gdk/gdkwindow.c, win32gdk/gdk/src/gdk/gdkwindow.h, win32gdk/gdk/src/gdk/testgdk.c, win32gdk/gdk/src/gdk/win32/gdkcc-win32.c, win32gdk/gdk/src/gdk/win32/gdkcolor-win32.c, win32gdk/gdk/src/gdk/win32/gdkcursor-win32.c, win32gdk/gdk/src/gdk/win32/gdkdnd-win32.c, win32gdk/gdk/src/gdk/win32/gdkdrawable-win32.c, win32gdk/gdk/src/gdk/win32/gdkevents-win32.c, win32gdk/gdk/src/gdk/win32/gdkfont-win32.c, win32gdk/gdk/src/gdk/win32/gdkgc-win32.c, win32gdk/gdk/src/gdk/win32/gdkglobals-win32.c, win32gdk/gdk/src/gdk/win32/gdkim-win32.c, win32gdk/gdk/src/gdk/win32/gdkimage-win32.c, win32gdk/gdk/src/gdk/win32/gdkinput-win32.c, win32gdk/gdk/src/gdk/win32/gdkinputprivate.h, win32gdk/gdk/src/gdk/win32/gdkmain-win32.c, win32gdk/gdk/src/gdk/win32/gdkpixmap-win32.c, win32gdk/gdk/src/gdk/win32/gdkprivate-win32.h, win32gdk/gdk/src/gdk/win32/gdkproperty-win32.c, win32gdk/gdk/src/gdk/win32/gdkregion-win32.c, win32gdk/gdk/src/gdk/win32/gdkselection-win32.c, win32gdk/gdk/src/gdk/win32/gdkvisual-win32.c, win32gdk/gdk/src/gdk/win32/gdkwin32.h, win32gdk/gdk/src/gdk/win32/gdkwin32id.c, win32gdk/gdk/src/gdk/win32/gdkwindow-win32.c, win32gdk/gdk/src/gdk/win32/surrogate-dimm.h, win32gdk/gdk/src/glib/acconfig.h, win32gdk/gdk/src/glib/g_types.h, win32gdk/gdk/src/glib/galloca.h, win32gdk/gdk/src/glib/garray.h, win32gdk/gdk/src/glib/gasyncqueue.h, win32gdk/gdk/src/glib/gbacktrace.h, win32gdk/gdk/src/glib/gcache.h, win32gdk/gdk/src/glib/gcompat.h, win32gdk/gdk/src/glib/gcompletion.h, win32gdk/gdk/src/glib/gconvert.h, win32gdk/gdk/src/glib/gdataset.h, win32gdk/gdk/src/glib/gdate.h, win32gdk/gdk/src/glib/gerror.h, win32gdk/gdk/src/glib/gfileutils.h, win32gdk/gdk/src/glib/ghash.h, win32gdk/gdk/src/glib/ghook.h, win32gdk/gdk/src/glib/giochannel.h, win32gdk/gdk/src/glib/glib-object.h, win32gdk/gdk/src/glib/glib.h, win32gdk/gdk/src/glib/glibconfig.h, win32gdk/gdk/src/glib/glist.h, win32gdk/gdk/src/glib/gmacros.h, win32gdk/gdk/src/glib/gmain.h, win32gdk/gdk/src/glib/gmarkup.h, win32gdk/gdk/src/glib/gmem.h, win32gdk/gdk/src/glib/gmessages.h, win32gdk/gdk/src/glib/gnode.h, win32gdk/gdk/src/glib/gprimes.h, win32gdk/gdk/src/glib/gqsort.h, win32gdk/gdk/src/glib/gquark.h, win32gdk/gdk/src/glib/gqueue.h, win32gdk/gdk/src/glib/grand.h, win32gdk/gdk/src/glib/grel.h, win32gdk/gdk/src/glib/gscanner.h, win32gdk/gdk/src/glib/gshell.h, win32gdk/gdk/src/glib/gslist.h, win32gdk/gdk/src/glib/gspawn.h, win32gdk/gdk/src/glib/gstrfuncs.h, win32gdk/gdk/src/glib/gstring.h, win32gdk/gdk/src/glib/gthread.h, win32gdk/gdk/src/glib/gthreadpool.h, win32gdk/gdk/src/glib/gtimer.h, win32gdk/gdk/src/glib/gtree.h, win32gdk/gdk/src/glib/gunibreak.h, win32gdk/gdk/src/glib/gunichartables.h, win32gdk/gdk/src/glib/gunicode.h, win32gdk/gdk/src/glib/gunidecomp.h, win32gdk/gdk/src/glib/gutils.h, win32gdk/gdk/src/glib/gwin32.h, win32gdk/inc/LinkDef.h, win32gdk/inc/TGWin32.h, win32gdk/inc/TGWin32GL.h, win32gdk/inc/TGWin32InterpreterProxy.h, win32gdk/inc/TGWin32ProxyBase.h, win32gdk/inc/TGWin32ProxyDefs.h, win32gdk/inc/TGWin32VirtualGLProxy.h, win32gdk/inc/TGWin32VirtualXProxy.h, win32gdk/inc/xatom.h, win32gdk/src/TGWin32.cxx, win32gdk/src/TGWin32GL.cxx, win32gdk/src/TGWin32InterpreterProxy.cxx, win32gdk/src/TGWin32ProxyBase.cxx, win32gdk/src/TGWin32VirtualGLProxy.cxx, win32gdk/src/TGWin32VirtualXProxy.cxx, win32gdk/src/gifdecode.c, win32gdk/src/gifencode.c, win32gdk/src/gifquantize.c, winnt/Module.mk, winnt/inc/LinkDef.h, winnt/inc/TWin32SplashThread.h, winnt/inc/TWinNTSystem.h, winnt/inc/Win32Constants.h, winnt/src/TWin32SplashThread.cxx, winnt/src/TWinNTSystem.cxx, winnt/src/Win32Splash.cxx, x11/Module.mk, x11/inc/LinkDef.h, x11/inc/TGX11.h, x11/inc/Xpm.h, x11/src/GX11Gui.cxx, x11/src/Rotated.cxx, x11/src/TGX11.cxx, x11/src/gifdecode.c, x11/src/gifencode.c, x11/src/gifquantize.c, x11ttf/Module.mk, x11ttf/inc/LinkDef.h, x11ttf/inc/TGX11TTF.h, x11ttf/src/TGX11TTF.cxx, x3d/Module.mk, x3d/inc/LinkDef.h, x3d/inc/TViewerX3D.h, x3d/inc/TX3DFrame.h, x3d/inc/x3d.h, x3d/src/TViewerX3D.cxx, x3d/src/TX3DFrame.cxx, x3d/src/x3d.c, xml/Module.mk, xml/inc/LinkDef.h, xml/inc/TBufferXML.h, xml/inc/TKeyXML.h, xml/inc/TXMLEngine.h, xml/inc/TXMLFile.h, xml/inc/TXMLPlayer.h, xml/inc/TXMLSetup.h, xml/src/TBufferXML.cxx, xml/src/TKeyXML.cxx, xml/src/TXMLEngine.cxx, xml/src/TXMLFile.cxx, xml/src/TXMLPlayer.cxx, xml/src/TXMLSetup.cxx, xmlparser/Module.mk, xmlparser/inc/LinkDef.h, xmlparser/inc/TDOMParser.h, xmlparser/inc/TSAXParser.h, xmlparser/inc/TXMLAttr.h, xmlparser/inc/TXMLDocument.h, xmlparser/inc/TXMLNode.h, xmlparser/inc/TXMLParser.h, xmlparser/src/TDOMParser.cxx, xmlparser/src/TSAXParser.cxx, xmlparser/src/TXMLAttr.cxx, xmlparser/src/TXMLDocument.cxx, xmlparser/src/TXMLNode.cxx, xmlparser/src/TXMLParser.cxx, xrootd/Module.mk, zip/Module.mk, zip/inc/Bits.h, zip/inc/Tailor.h, zip/inc/ZDeflate.h, zip/inc/ZIP.h, zip/inc/ZTrees.h, zip/inc/crc32.h, zip/inc/deflate.h, zip/inc/inffast.h, zip/inc/inffixed.h, zip/inc/inflate.h, zip/inc/inftrees.h, zip/inc/trees.h, zip/inc/zconf.h, zip/inc/zlib.h, zip/inc/zutil.h, zip/src/ZDeflate.c, zip/src/ZInflate.c, zip/src/adler32.c, zip/src/compress.c, zip/src/crc32.c, zip/src/deflate.c, zip/src/gzio.c, zip/src/infback.c, zip/src/inffast.c, zip/src/inflate.c, zip/src/inftrees.c, zip/src/trees.c, zip/src/uncompr.c, zip/src/zutil.c: Set property svn:eol-style LF on all source and Makefiles. This should avoid problems with Win32 line endings ending up in the repository. All MS tools support LF eols fine. 2007-11-19 11:23 rdm * [r20881] tutorials/MyTasks.cxx, tutorials/benchmarks.C, tutorials/demos.C, tutorials/demoshelp.C, tutorials/fft/FFT.C, tutorials/fit/ConfidenceIntervals.C, tutorials/fit/ErrorIntegral.C, tutorials/fit/FittingDemo.C, tutorials/fit/Ifit.C, tutorials/fit/RoofitDemo.C, tutorials/fit/TestBinomial.C, tutorials/fit/TwoHistoFit2D.C, tutorials/fit/fit1.C, tutorials/fit/fit1_C.C, tutorials/fit/fit2.C, tutorials/fit/fit2a.C, tutorials/fit/fit2d.C, tutorials/fit/fit2dHist.C, tutorials/fit/fitCircle.C, tutorials/fit/fitExclude.C, tutorials/fit/fitLinear.C, tutorials/fit/fitLinear2.C, tutorials/fit/fitLinearRobust.C, tutorials/fit/fitMultiGraph.C, tutorials/fit/fitcont.C, tutorials/fit/fithist.C, tutorials/fit/fitslicesy.C, tutorials/fit/graph2dfit.C, tutorials/fit/langaus.C, tutorials/fit/minuit2FitBench.C, tutorials/fit/minuit2FitBench2D.C, tutorials/fit/minuit2GausFit.C, tutorials/fit/multidimfit.C, tutorials/fit/multifit.C, tutorials/fit/myfit.C, tutorials/foam/foam_demo.C, tutorials/foam/foam_demopers.C, tutorials/foam/foam_kanwa.C, tutorials/geant3tasks.C, tutorials/geom/RadioNuclides.C, tutorials/geom/assembly.C, tutorials/geom/building.C, tutorials/geom/cheongwadae.C, tutorials/geom/csgdemo.C, tutorials/geom/geodemo.C, tutorials/geom/geomAlice.C, tutorials/geom/geomAlice_itsv.C, tutorials/geom/geomAtlas.C, tutorials/geom/geomBrahms.C, tutorials/geom/geometry.C, tutorials/geom/lego.C, tutorials/geom/mp3player.C, tutorials/geom/na49.C, tutorials/geom/na49geomfile.C, tutorials/geom/na49view.C, tutorials/geom/robot.C, tutorials/geom/rootgeom.C, tutorials/geom/shapes.C, tutorials/geom/shapesAnim.C, tutorials/geom/south_gate.C, tutorials/geom/station1.C, tutorials/geom/station2.C, tutorials/geom/tank.C, tutorials/geom/xtruDraw.C, tutorials/geom/xtruSamples.C, tutorials/gl/glViewerExercise.C, tutorials/gl/glViewerLOD.C, tutorials/gl/glbox.C, tutorials/gl/gldemos.C, tutorials/gl/glparametric.C, tutorials/gl/glrose.C, tutorials/gl/glsurfaces.C, tutorials/gl/gltf3.C, tutorials/gl/nucleus.C, tutorials/gl/viewer3DLocal.C, tutorials/gl/viewer3DMaster.C, tutorials/graphics/analyze.C, tutorials/graphics/anim.C, tutorials/graphics/archi.C, tutorials/graphics/arrow.C, tutorials/graphics/basic3d.C, tutorials/graphics/canvas.C, tutorials/graphics/compile.C, tutorials/graphics/earth.C, tutorials/graphics/ellipse.C, tutorials/graphics/eval.C, tutorials/graphics/event.C, tutorials/graphics/feynman.C, tutorials/graphics/first.C, tutorials/graphics/formula1.C, tutorials/graphics/framework.C, tutorials/graphics/gaxis.C, tutorials/graphics/gtime.C, tutorials/graphics/latex.C, tutorials/graphics/latex2.C, tutorials/graphics/latex3.C, tutorials/graphics/latex4.C, tutorials/graphics/latex5.C, tutorials/graphics/mandelbrot.C, tutorials/graphics/manyaxis.C, tutorials/graphics/markerwarning.C, tutorials/graphics/piechart.C, tutorials/graphics/pstable.C, tutorials/graphics/psview.C, tutorials/graphics/quarks.C, tutorials/graphics/tornado.C, tutorials/graphics/triangles.C, tutorials/graphs/approx.C, tutorials/graphs/bent.C, tutorials/graphs/exclusiongraph.C, tutorials/graphs/exclusiongraph2.C, tutorials/graphs/gerrors.C, tutorials/graphs/gerrors2.C, tutorials/graphs/graph.C, tutorials/graphs/graph2derrorsfit.C, tutorials/graphs/graphApply.C, tutorials/graphs/graphpolar.C, tutorials/graphs/labels1.C, tutorials/graphs/labels2.C, tutorials/graphs/motorcycle.C, tutorials/graphs/multigraph.C, tutorials/graphs/seism.C, tutorials/graphs/splines.C, tutorials/graphs/surfaces.C, tutorials/graphs/timeonaxis.C, tutorials/graphs/timeonaxis2.C, tutorials/graphs/waves.C, tutorials/graphs/zdemo.C, tutorials/graphs/zones.C, tutorials/gui/CPUMeter.C, tutorials/gui/QtFileDialog.C, tutorials/gui/QtMultiFileDialog.C, tutorials/gui/Slider3Demo.C, tutorials/gui/WorldMap.C, tutorials/gui/buttonChangelabel.C, tutorials/gui/buttonTest.C, tutorials/gui/buttongroupState.C, tutorials/gui/buttonsLayout.C, tutorials/gui/calendar.C, tutorials/gui/customContextMenu.C, tutorials/gui/customTH1Fmenu.C, tutorials/gui/exec3.C, tutorials/gui/games.C, tutorials/gui/guiWithCINT.C, tutorials/gui/guilabels.C, tutorials/gui/guitest.C, tutorials/gui/iconAsXPMData.C, tutorials/gui/listBox.C, tutorials/gui/mditest.C, tutorials/gui/numberEntry.C, tutorials/gui/splitbuttonTest.C, tutorials/gui/splitterHorizontal.C, tutorials/gui/splitterVertical.C, tutorials/gui/statusBar.C, tutorials/gui/textEntries.C, tutorials/hist/ContourList.C, tutorials/hist/DynamicSlice.C, tutorials/hist/FirstContour.C, tutorials/hist/draw2dopt.C, tutorials/hist/exec1.C, tutorials/hist/exec2.C, tutorials/hist/fillrandom.C, tutorials/hist/greyscale.C, tutorials/hist/h1draw.C, tutorials/hist/hbars.C, tutorials/hist/hksimple.C, tutorials/hist/hlabels1.C, tutorials/hist/hlabels2.C, tutorials/hist/hstack.C, tutorials/hist/hsum.C, tutorials/hist/hsumTimer.C, tutorials/hist/logscales.C, tutorials/hist/multicolor.C, tutorials/hist/sparsehist.C, tutorials/hist/transpad.C, tutorials/hist/twoscales.C, tutorials/hsimple.C, tutorials/htmlex.C, tutorials/image/galaxy_image.C, tutorials/image/hist2image.C, tutorials/image/hsumanim.C, tutorials/image/img2pad.C, tutorials/image/imgconv.C, tutorials/image/pad2png.C, tutorials/image/rose_image.C, tutorials/image/trans_graph.C, tutorials/io/copyFiles.C, tutorials/io/dirs.C, tutorials/io/double32.C, tutorials/io/fildir.C, tutorials/io/file.C, tutorials/io/hadd.C, tutorials/io/importCode.C, tutorials/io/loopdir.C, tutorials/io/readCode.C, tutorials/math/Bessel.C, tutorials/math/FeldmanCousins.C, tutorials/math/GammaFun.C, tutorials/math/Legendre.C, tutorials/math/LegendreAssoc.C, tutorials/math/Rolke.C, tutorials/math/binomial.C, tutorials/math/chi2test.C, tutorials/math/exampleFunctor.C, tutorials/math/limit.C, tutorials/math/mathBeta.C, tutorials/math/mathGammaNormal.C, tutorials/math/mathLaplace.C, tutorials/math/mathStudent.C, tutorials/math/mathcoreCDF.C, tutorials/math/mathcoreGenVector.C, tutorials/math/mathcoreSpecFunc.C, tutorials/math/mathcoreStatFunc.C, tutorials/math/mathcoreVectorCollection.C, tutorials/math/mathcoreVectorFloatIO.C, tutorials/math/mathcoreVectorIO.C, tutorials/math/mathmoreIntegration.C, tutorials/math/normalDist.C, tutorials/math/permute.C, tutorials/math/principal.C, tutorials/math/quantiles.C, tutorials/math/tStudent.C, tutorials/math/testrandom.C, tutorials/math/vavilov.C, tutorials/matrix/invertMatrix.C, tutorials/matrix/solveLinear.C, tutorials/mlp/mlpHiggs.C, tutorials/mlp/mlpRegression.C, tutorials/net/LDAPExample.C, tutorials/net/TUriTest.C, tutorials/net/TestAuth.C, tutorials/net/alien.C, tutorials/net/authclient.C, tutorials/net/authserv.C, tutorials/net/hclient.C, tutorials/net/hcons.C, tutorials/net/hprod.C, tutorials/net/hserv.C, tutorials/net/hserv2.C, tutorials/net/pclient.C, tutorials/net/pserv.C, tutorials/net/spy.C, tutorials/net/spyserv.C, tutorials/physics/PhaseSpace.C, tutorials/proof/ProofSimple.C, tutorials/proof/ProofSimple.h, tutorials/proof/finalizeProof.C, tutorials/proof/getProof.C, tutorials/proof/runProof.C, tutorials/pyroot/DynamicSlice.py, tutorials/pyroot/aptuple.txt, tutorials/pyroot/benchmarks.py, tutorials/pyroot/demo.py, tutorials/pyroot/demoshelp.py, tutorials/pyroot/fildir.py, tutorials/pyroot/file.py, tutorials/pyroot/fillrandom.py, tutorials/pyroot/first.py, tutorials/pyroot/fit1.py, tutorials/pyroot/formula1.py, tutorials/pyroot/framework.py, tutorials/pyroot/geometry.py, tutorials/pyroot/gerrors.py, tutorials/pyroot/graph.py, tutorials/pyroot/gui_ex.py, tutorials/pyroot/h1draw.py, tutorials/pyroot/hsimple.py, tutorials/pyroot/hsum.py, tutorials/pyroot/mrt.py, tutorials/pyroot/multifit.py, tutorials/pyroot/na49geomfile.py, tutorials/pyroot/na49view.py, tutorials/pyroot/na49visible.py, tutorials/pyroot/ntuple1.py, tutorials/pyroot/qtexample.py, tutorials/pyroot/rootmarks.py, tutorials/pyroot/shapes.py, tutorials/pyroot/staff.py, tutorials/pyroot/surfaces.py, tutorials/pyroot/test.py, tutorials/pyroot/tornado.py, tutorials/pyroot/tree.py, tutorials/pyroot/zdemo.py, tutorials/pythia/pythiaExample.C, tutorials/quadp/Quad.cxx, tutorials/quadp/Quad.h, tutorials/quadp/portfolio.C, tutorials/regexp.C, tutorials/rootalias.C, tutorials/rootenv.C, tutorials/rootlogoff.C, tutorials/rootlogon.C, tutorials/rootmarks.C, tutorials/spectrum/peaks.C, tutorials/spectrum/peaks2.C, tutorials/spectrum/spectrumpainter.C, tutorials/splot/TestSPlot.C, tutorials/sql/sqlcanvas.C, tutorials/sql/sqlcreatedb.C, tutorials/sql/sqlfilldb.C, tutorials/sql/sqlselect.C, tutorials/sql/sqltables.C, tutorials/tasks.C, tutorials/thread/threads.C, tutorials/thread/threadsh1.C, tutorials/tree/JetEvent.cxx, tutorials/tree/JetEvent.h, tutorials/tree/basic.C, tutorials/tree/basic2.C, tutorials/tree/bill.C, tutorials/tree/cernbuild.C, tutorials/tree/cernstaff.C, tutorials/tree/circular.C, tutorials/tree/clonesA_Event.C, tutorials/tree/clonesA_Event.cxx, tutorials/tree/clonesA_Event.h, tutorials/tree/copytree.C, tutorials/tree/copytree2.C, tutorials/tree/copytree3.C, tutorials/tree/drawsparse.C, tutorials/tree/h1analysis.C, tutorials/tree/h1analysis.h, tutorials/tree/h1analysisProxy.C, tutorials/tree/h1analysisProxy.h, tutorials/tree/h1analysisProxyCut.C, tutorials/tree/h1chain.C, tutorials/tree/hsimpleProxy.C, tutorials/tree/htest.C, tutorials/tree/jets.C, tutorials/tree/ntuple1.C, tutorials/tree/parallelcoord.C, tutorials/tree/spider.C, tutorials/tree/staff.C, tutorials/tree/tcl.C, tutorials/tree/tree.C, tutorials/tree/tree0.C, tutorials/tree/tree1.C, tutorials/tree/tree2.C, tutorials/tree/tree2a.C, tutorials/tree/tree3.C, tutorials/tree/tree4.C, tutorials/tree/treefriend.C, tutorials/tree/tv3.C, tutorials/tree/tvdemo.C, tutorials/unuran/unuranDemo.C, tutorials/unuran/unuranFoamTest.C, tutorials/xml/DOMParsePerson.C, tutorials/xml/DOMRecursive.C, tutorials/xml/SAXHandler.C, tutorials/xml/xmlnewfile.C, tutorials/xml/xmlreadfile.C: Set property svn:eol-style LF on all source and Makefiles. This should avoid problems with Win32 line endings ending up in the repository. All MS tools support LF eols fine. 2007-11-19 11:23 rdm * [r20880] minuit2/Module.mk, minuit2/build/Makefile.am, minuit2/build/setup.sh, minuit2/doc/index.txt, minuit2/inc/LinkDef.h, minuit2/inc/Minuit2/ABObj.h, minuit2/inc/Minuit2/ABProd.h, minuit2/inc/Minuit2/ABSum.h, minuit2/inc/Minuit2/ABTypes.h, minuit2/inc/Minuit2/AnalyticalGradientCalculator.h, minuit2/inc/Minuit2/BasicFunctionGradient.h, minuit2/inc/Minuit2/BasicFunctionMinimum.h, minuit2/inc/Minuit2/BasicMinimumError.h, minuit2/inc/Minuit2/BasicMinimumParameters.h, minuit2/inc/Minuit2/BasicMinimumSeed.h, minuit2/inc/Minuit2/BasicMinimumState.h, minuit2/inc/Minuit2/CombinedMinimizer.h, minuit2/inc/Minuit2/CombinedMinimumBuilder.h, minuit2/inc/Minuit2/ContoursError.h, minuit2/inc/Minuit2/DavidonErrorUpdator.h, minuit2/inc/Minuit2/FCNAdapter.h, minuit2/inc/Minuit2/FCNBase.h, minuit2/inc/Minuit2/FCNGradAdapter.h, minuit2/inc/Minuit2/FCNGradientBase.h, minuit2/inc/Minuit2/FumiliBuilder.h, minuit2/inc/Minuit2/FumiliChi2FCN.h, minuit2/inc/Minuit2/FumiliErrorUpdator.h, minuit2/inc/Minuit2/FumiliFCNBase.h, minuit2/inc/Minuit2/FumiliGradientCalculator.h, minuit2/inc/Minuit2/FumiliMaximumLikelihoodFCN.h, minuit2/inc/Minuit2/FumiliMinimizer.h, minuit2/inc/Minuit2/FumiliStandardChi2FCN.h, minuit2/inc/Minuit2/FumiliStandardMaximumLikelihoodFCN.h, minuit2/inc/Minuit2/FunctionGradient.h, minuit2/inc/Minuit2/FunctionMinimizer.h, minuit2/inc/Minuit2/FunctionMinimum.h, minuit2/inc/Minuit2/GenericFunction.h, minuit2/inc/Minuit2/GradientCalculator.h, minuit2/inc/Minuit2/HessianGradientCalculator.h, minuit2/inc/Minuit2/InitialGradientCalculator.h, minuit2/inc/Minuit2/LASymMatrix.h, minuit2/inc/Minuit2/LAVector.h, minuit2/inc/Minuit2/LaInverse.h, minuit2/inc/Minuit2/LaOuterProduct.h, minuit2/inc/Minuit2/LaProd.h, minuit2/inc/Minuit2/LaSum.h, minuit2/inc/Minuit2/MatrixInverse.h, minuit2/inc/Minuit2/MinimumBuilder.h, minuit2/inc/Minuit2/MinimumError.h, minuit2/inc/Minuit2/MinimumErrorUpdator.h, minuit2/inc/Minuit2/MinimumParameters.h, minuit2/inc/Minuit2/MinimumSeed.h, minuit2/inc/Minuit2/MinimumSeedGenerator.h, minuit2/inc/Minuit2/MinimumState.h, minuit2/inc/Minuit2/MinosError.h, minuit2/inc/Minuit2/Minuit2Minimizer.h, minuit2/inc/Minuit2/MinuitParameter.h, minuit2/inc/Minuit2/MnApplication.h, minuit2/inc/Minuit2/MnConfig.h, minuit2/inc/Minuit2/MnContours.h, minuit2/inc/Minuit2/MnCovarianceSqueeze.h, minuit2/inc/Minuit2/MnCross.h, minuit2/inc/Minuit2/MnEigen.h, minuit2/inc/Minuit2/MnFcn.h, minuit2/inc/Minuit2/MnFumiliMinimize.h, minuit2/inc/Minuit2/MnFunctionCross.h, minuit2/inc/Minuit2/MnGlobalCorrelationCoeff.h, minuit2/inc/Minuit2/MnHesse.h, minuit2/inc/Minuit2/MnLineSearch.h, minuit2/inc/Minuit2/MnMachinePrecision.h, minuit2/inc/Minuit2/MnMatrix.h, minuit2/inc/Minuit2/MnMigrad.h, minuit2/inc/Minuit2/MnMinimize.h, minuit2/inc/Minuit2/MnMinos.h, minuit2/inc/Minuit2/MnParabola.h, minuit2/inc/Minuit2/MnParabolaFactory.h, minuit2/inc/Minuit2/MnParabolaPoint.h, minuit2/inc/Minuit2/MnParameterScan.h, minuit2/inc/Minuit2/MnPlot.h, minuit2/inc/Minuit2/MnPosDef.h, minuit2/inc/Minuit2/MnPrint.h, minuit2/inc/Minuit2/MnRefCountedPointer.h, minuit2/inc/Minuit2/MnReferenceCounter.h, minuit2/inc/Minuit2/MnScan.h, minuit2/inc/Minuit2/MnSeedGenerator.h, minuit2/inc/Minuit2/MnSimplex.h, minuit2/inc/Minuit2/MnStrategy.h, minuit2/inc/Minuit2/MnTiny.h, minuit2/inc/Minuit2/MnUserCovariance.h, minuit2/inc/Minuit2/MnUserFcn.h, minuit2/inc/Minuit2/MnUserParameterState.h, minuit2/inc/Minuit2/MnUserParameters.h, minuit2/inc/Minuit2/MnUserTransformation.h, minuit2/inc/Minuit2/MnVectorTransform.h, minuit2/inc/Minuit2/ModularFunctionMinimizer.h, minuit2/inc/Minuit2/NegativeG2LineSearch.h, minuit2/inc/Minuit2/Numerical2PGradientCalculator.h, minuit2/inc/Minuit2/ParametricFunction.h, minuit2/inc/Minuit2/ScanBuilder.h, minuit2/inc/Minuit2/ScanMinimizer.h, minuit2/inc/Minuit2/SimplexBuilder.h, minuit2/inc/Minuit2/SimplexMinimizer.h, minuit2/inc/Minuit2/SimplexParameters.h, minuit2/inc/Minuit2/SimplexSeedGenerator.h, minuit2/inc/Minuit2/SinParameterTransformation.h, minuit2/inc/Minuit2/SqrtLowParameterTransformation.h, minuit2/inc/Minuit2/SqrtUpParameterTransformation.h, minuit2/inc/Minuit2/StackAllocator.h, minuit2/inc/Minuit2/VariableMetricBuilder.h, minuit2/inc/Minuit2/VariableMetricEDMEstimator.h, minuit2/inc/Minuit2/VariableMetricMinimizer.h, minuit2/inc/Minuit2/VectorOuterProduct.h, minuit2/inc/TBinLikelihoodFCN.h, minuit2/inc/TChi2ExtendedFCN.h, minuit2/inc/TChi2ExtendedFitData.h, minuit2/inc/TChi2FCN.h, minuit2/inc/TChi2FitData.h, minuit2/inc/TFcnAdapter.h, minuit2/inc/TFitterFumili.h, minuit2/inc/TFitterMinuit.h, minuit2/inc/TFumiliFCN.h, minuit2/src/AnalyticalGradientCalculator.cxx, minuit2/src/BasicMinimumError.cxx, minuit2/src/CombinedMinimumBuilder.cxx, minuit2/src/DavidonErrorUpdator.cxx, minuit2/src/FitterUtil.cxx, minuit2/src/FitterUtil.h, minuit2/src/FumiliBuilder.cxx, minuit2/src/FumiliErrorUpdator.cxx, minuit2/src/FumiliGradientCalculator.cxx, minuit2/src/FumiliMinimizer.cxx, minuit2/src/FumiliStandardChi2FCN.cxx, minuit2/src/FumiliStandardMaximumLikelihoodFCN.cxx, minuit2/src/HessianGradientCalculator.cxx, minuit2/src/InitialGradientCalculator.cxx, minuit2/src/LaEigenValues.cxx, minuit2/src/LaInnerProduct.cxx, minuit2/src/LaInverse.cxx, minuit2/src/LaOuterProduct.cxx, minuit2/src/LaSumOfElements.cxx, minuit2/src/LaVtMVSimilarity.cxx, minuit2/src/Minuit2Minimizer.cxx, minuit2/src/MnApplication.cxx, minuit2/src/MnContours.cxx, minuit2/src/MnCovarianceSqueeze.cxx, minuit2/src/MnEigen.cxx, minuit2/src/MnFcn.cxx, minuit2/src/MnFumiliMinimize.cxx, minuit2/src/MnFunctionCross.cxx, minuit2/src/MnGlobalCorrelationCoeff.cxx, minuit2/src/MnHesse.cxx, minuit2/src/MnLineSearch.cxx, minuit2/src/MnMachinePrecision.cxx, minuit2/src/MnMinos.cxx, minuit2/src/MnParabolaFactory.cxx, minuit2/src/MnParameterScan.cxx, minuit2/src/MnPlot.cxx, minuit2/src/MnPosDef.cxx, minuit2/src/MnPrint.cxx, minuit2/src/MnScan.cxx, minuit2/src/MnSeedGenerator.cxx, minuit2/src/MnStrategy.cxx, minuit2/src/MnTiny.cxx, minuit2/src/MnUserFcn.cxx, minuit2/src/MnUserParameterState.cxx, minuit2/src/MnUserParameters.cxx, minuit2/src/MnUserTransformation.cxx, minuit2/src/ModularFunctionMinimizer.cxx, minuit2/src/NegativeG2LineSearch.cxx, minuit2/src/Numerical2PGradientCalculator.cxx, minuit2/src/ParametricFunction.cxx, minuit2/src/ScanBuilder.cxx, minuit2/src/SimplexBuilder.cxx, minuit2/src/SimplexParameters.cxx, minuit2/src/SimplexSeedGenerator.cxx, minuit2/src/SinParameterTransformation.cxx, minuit2/src/SqrtLowParameterTransformation.cxx, minuit2/src/SqrtUpParameterTransformation.cxx, minuit2/src/TBinLikelihoodFCN.cxx, minuit2/src/TChi2ExtendedFCN.cxx, minuit2/src/TChi2ExtendedFitData.cxx, minuit2/src/TChi2FCN.cxx, minuit2/src/TChi2FitData.cxx, minuit2/src/TFcnAdapter.cxx, minuit2/src/TFitterFumili.cxx, minuit2/src/TFitterMinuit.cxx, minuit2/src/TFumiliFCN.cxx, minuit2/src/VariableMetricBuilder.cxx, minuit2/src/VariableMetricEDMEstimator.cxx, minuit2/src/mnbins.cxx, minuit2/src/mndasum.cxx, minuit2/src/mndaxpy.cxx, minuit2/src/mnddot.cxx, minuit2/src/mndscal.cxx, minuit2/src/mndspmv.cxx, minuit2/src/mndspr.cxx, minuit2/src/mnlsame.cxx, minuit2/src/mnteigen.cxx, minuit2/src/mntplot.cxx, minuit2/src/mnvert.cxx, minuit2/src/mnxerbla.cxx, minuit2/test/Makefile, minuit2/test/MnSim/DemoFumili.cxx, minuit2/test/MnSim/DemoGaussSim.cxx, minuit2/test/MnSim/FlatRandomGen.h, minuit2/test/MnSim/GaussDataGen.cxx, minuit2/test/MnSim/GaussDataGen.h, minuit2/test/MnSim/GaussFcn.cxx, minuit2/test/MnSim/GaussFcn.h, minuit2/test/MnSim/GaussFcn2.cxx, minuit2/test/MnSim/GaussFcn2.h, minuit2/test/MnSim/GaussFunction.h, minuit2/test/MnSim/GaussRandomGen.h, minuit2/test/MnSim/GaussianModelFunction.h, minuit2/test/MnSim/PaulTest.cxx, minuit2/test/MnSim/PaulTest2.cxx, minuit2/test/MnSim/PaulTest3.cxx, minuit2/test/MnSim/PaulTest4.cxx, minuit2/test/MnSim/ReneTest.cxx, minuit2/test/MnSim/paul.txt, minuit2/test/MnSim/paul2.txt, minuit2/test/MnSim/paul3.txt, minuit2/test/MnSim/paul4.txt, minuit2/test/MnTutorial/Quad12F.h, minuit2/test/MnTutorial/Quad12FMain.cxx, minuit2/test/MnTutorial/Quad1F.h, minuit2/test/MnTutorial/Quad1FMain.cxx, minuit2/test/MnTutorial/Quad4F.h, minuit2/test/MnTutorial/Quad4FMain.cxx, minuit2/test/MnTutorial/Quad8F.h, minuit2/test/MnTutorial/Quad8FMain.cxx, minuit2/test/testGraph.cxx, minuit2/test/testMinimize.cxx, minuit2/test/testUserFunc.cxx: Set property svn:eol-style LF on all source and Makefiles. This should avoid problems with Win32 line endings ending up in the repository. All MS tools support LF eols fine. 2007-11-19 11:22 rdm * [r20879] roofitcore/Module.mk, roofitcore/doc/index.txt, roofitcore/inc/LinkDef1.h, roofitcore/inc/LinkDef2.h, roofitcore/inc/LinkDef3.h, roofitcore/inc/Roo1DTable.h, roofitcore/inc/RooAICRegistry.h, roofitcore/inc/RooAbsAnaConvPdf.h, roofitcore/inc/RooAbsArg.h, roofitcore/inc/RooAbsBinning.h, roofitcore/inc/RooAbsCache.h, roofitcore/inc/RooAbsCacheElement.h, roofitcore/inc/RooAbsCachedPdf.h, roofitcore/inc/RooAbsCategory.h, roofitcore/inc/RooAbsCategoryLValue.h, roofitcore/inc/RooAbsCollection.h, roofitcore/inc/RooAbsData.h, roofitcore/inc/RooAbsFunc.h, roofitcore/inc/RooAbsGenContext.h, roofitcore/inc/RooAbsGoodnessOfFit.h, roofitcore/inc/RooAbsHiddenReal.h, roofitcore/inc/RooAbsIntegrator.h, roofitcore/inc/RooAbsLValue.h, roofitcore/inc/RooAbsMCStudyModule.h, roofitcore/inc/RooAbsOptGoodnessOfFit.h, roofitcore/inc/RooAbsPdf.h, roofitcore/inc/RooAbsProxy.h, roofitcore/inc/RooAbsReal.h, roofitcore/inc/RooAbsRealLValue.h, roofitcore/inc/RooAbsRootFinder.h, roofitcore/inc/RooAbsSelfCachedPdf.h, roofitcore/inc/RooAbsString.h, roofitcore/inc/RooAcceptReject.h, roofitcore/inc/RooAdaptiveGaussKronrodIntegrator1D.h, roofitcore/inc/RooAddGenContext.h, roofitcore/inc/RooAddModel.h, roofitcore/inc/RooAddPdf.h, roofitcore/inc/RooAddition.h, roofitcore/inc/RooArgList.h, roofitcore/inc/RooArgProxy.h, roofitcore/inc/RooArgSet.h, roofitcore/inc/RooBanner.h, roofitcore/inc/RooBinning.h, roofitcore/inc/RooBrentRootFinder.h, roofitcore/inc/RooCacheManager.h, roofitcore/inc/RooCachedPdf.h, roofitcore/inc/RooCatType.h, roofitcore/inc/RooCategory.h, roofitcore/inc/RooCategoryProxy.h, roofitcore/inc/RooCategorySharedProperties.h, roofitcore/inc/RooChi2Var.h, roofitcore/inc/RooClassFactory.h, roofitcore/inc/RooCmdArg.h, roofitcore/inc/RooCmdConfig.h, roofitcore/inc/RooComplex.h, roofitcore/inc/RooConstVar.h, roofitcore/inc/RooConvCoefVar.h, roofitcore/inc/RooConvGenContext.h, roofitcore/inc/RooConvIntegrandBinding.h, roofitcore/inc/RooCurve.h, roofitcore/inc/RooCustomizer.h, roofitcore/inc/RooDLLSignificanceMCSModule.h, roofitcore/inc/RooDataHist.h, roofitcore/inc/RooDataHistSliceIter.h, roofitcore/inc/RooDataProjBinding.h, roofitcore/inc/RooDataSet.h, roofitcore/inc/RooDataSetSliceIter.h, roofitcore/inc/RooDirItem.h, roofitcore/inc/RooDouble.h, roofitcore/inc/RooEffGenContext.h, roofitcore/inc/RooEffProd.h, roofitcore/inc/RooEfficiency.h, roofitcore/inc/RooEllipse.h, roofitcore/inc/RooErrorHandler.h, roofitcore/inc/RooErrorVar.h, roofitcore/inc/RooExtendPdf.h, roofitcore/inc/RooExtendedTerm.h, roofitcore/inc/RooFFTConvPdf.h, roofitcore/inc/RooFit.h, roofitcore/inc/RooFitCore_LinkDef.h, roofitcore/inc/RooFitResult.h, roofitcore/inc/RooFormula.h, roofitcore/inc/RooFormulaVar.h, roofitcore/inc/RooGaussKronrodIntegrator1D.h, roofitcore/inc/RooGenCategory.h, roofitcore/inc/RooGenContext.h, roofitcore/inc/RooGenProdProj.h, roofitcore/inc/RooGenericPdf.h, roofitcore/inc/RooGlobalFunc.h, roofitcore/inc/RooGraphEdge.h, roofitcore/inc/RooGraphNode.h, roofitcore/inc/RooGraphSpring.h, roofitcore/inc/RooGrid.h, roofitcore/inc/RooHashTable.h, roofitcore/inc/RooHist.h, roofitcore/inc/RooHistError.h, roofitcore/inc/RooHistPdf.h, roofitcore/inc/RooHtml.h, roofitcore/inc/RooImproperIntegrator1D.h, roofitcore/inc/RooInt.h, roofitcore/inc/RooIntegrator1D.h, roofitcore/inc/RooIntegrator2D.h, roofitcore/inc/RooIntegratorBinding.h, roofitcore/inc/RooInvTransform.h, roofitcore/inc/RooLinTransBinning.h, roofitcore/inc/RooLinearVar.h, roofitcore/inc/RooLinkedList.h, roofitcore/inc/RooLinkedListElem.h, roofitcore/inc/RooLinkedListIter.h, roofitcore/inc/RooList.h, roofitcore/inc/RooListProxy.h, roofitcore/inc/RooMCIntegrator.h, roofitcore/inc/RooMCStudy.h, roofitcore/inc/RooMPSentinel.h, roofitcore/inc/RooMapCatEntry.h, roofitcore/inc/RooMappedCategory.h, roofitcore/inc/RooMath.h, roofitcore/inc/RooMinuit.h, roofitcore/inc/RooMsgService.h, roofitcore/inc/RooMultiCatIter.h, roofitcore/inc/RooMultiCategory.h, roofitcore/inc/RooNLLVar.h, roofitcore/inc/RooNameReg.h, roofitcore/inc/RooNameSet.h, roofitcore/inc/RooNormListManager.h, roofitcore/inc/RooNormManager.h, roofitcore/inc/RooNormSetCache.h, roofitcore/inc/RooNumConvPdf.h, roofitcore/inc/RooNumConvolution.h, roofitcore/inc/RooNumIntConfig.h, roofitcore/inc/RooNumIntFactory.h, roofitcore/inc/RooNumber.h, roofitcore/inc/RooObjCacheManager.h, roofitcore/inc/RooPlot.h, roofitcore/inc/RooPlotable.h, roofitcore/inc/RooPolyVar.h, roofitcore/inc/RooPrintable.h, roofitcore/inc/RooProdGenContext.h, roofitcore/inc/RooProdPdf.h, roofitcore/inc/RooProduct.h, roofitcore/inc/RooProfileLL.h, roofitcore/inc/RooProjectedPdf.h, roofitcore/inc/RooPullVar.h, roofitcore/inc/RooQuasiRandomGenerator.h, roofitcore/inc/RooRandom.h, roofitcore/inc/RooRandomizeParamMCSModule.h, roofitcore/inc/RooRangeBinning.h, roofitcore/inc/RooRealAnalytic.h, roofitcore/inc/RooRealBinding.h, roofitcore/inc/RooRealConstant.h, roofitcore/inc/RooRealIntegral.h, roofitcore/inc/RooRealMPFE.h, roofitcore/inc/RooRealProxy.h, roofitcore/inc/RooRealSumPdf.h, roofitcore/inc/RooRealVar.h, roofitcore/inc/RooRealVarSharedProperties.h, roofitcore/inc/RooRefCountList.h, roofitcore/inc/RooResolutionModel.h, roofitcore/inc/RooScaledFunc.h, roofitcore/inc/RooSegmentedIntegrator1D.h, roofitcore/inc/RooSegmentedIntegrator2D.h, roofitcore/inc/RooSetPair.h, roofitcore/inc/RooSetProxy.h, roofitcore/inc/RooSharedProperties.h, roofitcore/inc/RooSharedPropertiesList.h, roofitcore/inc/RooSimGenContext.h, roofitcore/inc/RooSimPdfBuilder.h, roofitcore/inc/RooSimultaneous.h, roofitcore/inc/RooStreamParser.h, roofitcore/inc/RooStringVar.h, roofitcore/inc/RooSuperCategory.h, roofitcore/inc/RooTObjWrap.h, roofitcore/inc/RooTable.h, roofitcore/inc/RooThreshEntry.h, roofitcore/inc/RooThresholdCategory.h, roofitcore/inc/RooTrace.h, roofitcore/inc/RooTreeData.h, roofitcore/inc/RooTruthModel.h, roofitcore/inc/RooUniformBinning.h, roofitcore/inc/RooWorkspace.h, roofitcore/src/Roo1DTable.cxx, roofitcore/src/RooAICRegistry.cxx, roofitcore/src/RooAbsAnaConvPdf.cxx, roofitcore/src/RooAbsArg.cxx, roofitcore/src/RooAbsBinning.cxx, roofitcore/src/RooAbsCache.cxx, roofitcore/src/RooAbsCacheElement.cxx, roofitcore/src/RooAbsCachedPdf.cxx, roofitcore/src/RooAbsCategory.cxx, roofitcore/src/RooAbsCategoryLValue.cxx, roofitcore/src/RooAbsCollection.cxx, roofitcore/src/RooAbsData.cxx, roofitcore/src/RooAbsFunc.cxx, roofitcore/src/RooAbsGenContext.cxx, roofitcore/src/RooAbsGoodnessOfFit.cxx, roofitcore/src/RooAbsHiddenReal.cxx, roofitcore/src/RooAbsIntegrator.cxx, roofitcore/src/RooAbsLValue.cxx, roofitcore/src/RooAbsMCStudyModule.cxx, roofitcore/src/RooAbsOptGoodnessOfFit.cxx, roofitcore/src/RooAbsPdf.cxx, roofitcore/src/RooAbsProxy.cxx, roofitcore/src/RooAbsReal.cxx, roofitcore/src/RooAbsRealLValue.cxx, roofitcore/src/RooAbsRootFinder.cxx, roofitcore/src/RooAbsSelfCachedPdf.cxx, roofitcore/src/RooAbsString.cxx, roofitcore/src/RooAcceptReject.cxx, roofitcore/src/RooAdaptiveGaussKronrodIntegrator1D.cxx, roofitcore/src/RooAddGenContext.cxx, roofitcore/src/RooAddModel.cxx, roofitcore/src/RooAddPdf.cxx, roofitcore/src/RooAddition.cxx, roofitcore/src/RooArgList.cxx, roofitcore/src/RooArgProxy.cxx, roofitcore/src/RooArgSet.cxx, roofitcore/src/RooBanner.cxx, roofitcore/src/RooBinning.cxx, roofitcore/src/RooBrentRootFinder.cxx, roofitcore/src/RooCacheManager.cxx, roofitcore/src/RooCachedPdf.cxx, roofitcore/src/RooCatType.cxx, roofitcore/src/RooCategory.cxx, roofitcore/src/RooCategoryProxy.cxx, roofitcore/src/RooCategorySharedProperties.cxx, roofitcore/src/RooChi2Var.cxx, roofitcore/src/RooClassFactory.cxx, roofitcore/src/RooCmdArg.cxx, roofitcore/src/RooCmdConfig.cxx, roofitcore/src/RooComplex.cxx, roofitcore/src/RooConstVar.cxx, roofitcore/src/RooConvCoefVar.cxx, roofitcore/src/RooConvGenContext.cxx, roofitcore/src/RooConvIntegrandBinding.cxx, roofitcore/src/RooCurve.cxx, roofitcore/src/RooCustomizer.cxx, roofitcore/src/RooDLLSignificanceMCSModule.cxx, roofitcore/src/RooDataHist.cxx, roofitcore/src/RooDataHistSliceIter.cxx, roofitcore/src/RooDataProjBinding.cxx, roofitcore/src/RooDataSet.cxx, roofitcore/src/RooDirItem.cxx, roofitcore/src/RooDouble.cxx, roofitcore/src/RooEffGenContext.cxx, roofitcore/src/RooEffProd.cxx, roofitcore/src/RooEfficiency.cxx, roofitcore/src/RooEllipse.cxx, roofitcore/src/RooErrorVar.cxx, roofitcore/src/RooExtendPdf.cxx, roofitcore/src/RooExtendedTerm.cxx, roofitcore/src/RooFFTConvPdf.cxx, roofitcore/src/RooFitResult.cxx, roofitcore/src/RooFormula.cxx, roofitcore/src/RooFormulaVar.cxx, roofitcore/src/RooGaussKronrodIntegrator1D.cxx, roofitcore/src/RooGenCategory.cxx, roofitcore/src/RooGenContext.cxx, roofitcore/src/RooGenProdProj.cxx, roofitcore/src/RooGenericPdf.cxx, roofitcore/src/RooGlobalFunc.cxx, roofitcore/src/RooGraphEdge.cxx, roofitcore/src/RooGraphNode.cxx, roofitcore/src/RooGraphSpring.cxx, roofitcore/src/RooGrid.cxx, roofitcore/src/RooHashTable.cxx, roofitcore/src/RooHist.cxx, roofitcore/src/RooHistError.cxx, roofitcore/src/RooHistPdf.cxx, roofitcore/src/RooHtml.cxx, roofitcore/src/RooImproperIntegrator1D.cxx, roofitcore/src/RooInt.cxx, roofitcore/src/RooIntegrator1D.cxx, roofitcore/src/RooIntegrator2D.cxx, roofitcore/src/RooIntegratorBinding.cxx, roofitcore/src/RooInvTransform.cxx, roofitcore/src/RooLinTransBinning.cxx, roofitcore/src/RooLinearVar.cxx, roofitcore/src/RooLinkedList.cxx, roofitcore/src/RooLinkedListElem.cxx, roofitcore/src/RooLinkedListIter.cxx, roofitcore/src/RooList.cxx, roofitcore/src/RooListProxy.cxx, roofitcore/src/RooMCIntegrator.cxx, roofitcore/src/RooMCStudy.cxx, roofitcore/src/RooMPSentinel.cxx, roofitcore/src/RooMapCatEntry.cxx, roofitcore/src/RooMappedCategory.cxx, roofitcore/src/RooMath.cxx, roofitcore/src/RooMinuit.cxx, roofitcore/src/RooMsgService.cxx, roofitcore/src/RooMultiCatIter.cxx, roofitcore/src/RooMultiCategory.cxx, roofitcore/src/RooNLLVar.cxx, roofitcore/src/RooNameReg.cxx, roofitcore/src/RooNameSet.cxx, roofitcore/src/RooNormListManager.cxx, roofitcore/src/RooNormManager.cxx, roofitcore/src/RooNormSetCache.cxx, roofitcore/src/RooNumConvPdf.cxx, roofitcore/src/RooNumConvolution.cxx, roofitcore/src/RooNumIntConfig.cxx, roofitcore/src/RooNumIntFactory.cxx, roofitcore/src/RooNumber.cxx, roofitcore/src/RooObjCacheManager.cxx, roofitcore/src/RooPlot.cxx, roofitcore/src/RooPlotable.cxx, roofitcore/src/RooPolyVar.cxx, roofitcore/src/RooPrintable.cxx, roofitcore/src/RooProdGenContext.cxx, roofitcore/src/RooProdPdf.cxx, roofitcore/src/RooProduct.cxx, roofitcore/src/RooProfileLL.cxx, roofitcore/src/RooProjectedPdf.cxx, roofitcore/src/RooPullVar.cxx, roofitcore/src/RooQuasiRandomGenerator.cxx, roofitcore/src/RooRandom.cxx, roofitcore/src/RooRandomizeParamMCSModule.cxx, roofitcore/src/RooRangeBinning.cxx, roofitcore/src/RooRealAnalytic.cxx, roofitcore/src/RooRealBinding.cxx, roofitcore/src/RooRealConstant.cxx, roofitcore/src/RooRealIntegral.cxx, roofitcore/src/RooRealMPFE.cxx, roofitcore/src/RooRealProxy.cxx, roofitcore/src/RooRealSumPdf.cxx, roofitcore/src/RooRealVar.cxx, roofitcore/src/RooRealVarSharedProperties.cxx, roofitcore/src/RooRefCountList.cxx, roofitcore/src/RooResolutionModel.cxx, roofitcore/src/RooScaledFunc.cxx, roofitcore/src/RooSegmentedIntegrator1D.cxx, roofitcore/src/RooSegmentedIntegrator2D.cxx, roofitcore/src/RooSetPair.cxx, roofitcore/src/RooSetProxy.cxx, roofitcore/src/RooSharedProperties.cxx, roofitcore/src/RooSharedPropertiesList.cxx, roofitcore/src/RooSimGenContext.cxx, roofitcore/src/RooSimPdfBuilder.cxx, roofitcore/src/RooSimultaneous.cxx, roofitcore/src/RooStreamParser.cxx, roofitcore/src/RooStringVar.cxx, roofitcore/src/RooSuperCategory.cxx, roofitcore/src/RooTObjWrap.cxx, roofitcore/src/RooTable.cxx, roofitcore/src/RooThreshEntry.cxx, roofitcore/src/RooThresholdCategory.cxx, roofitcore/src/RooTrace.cxx, roofitcore/src/RooTreeData.cxx, roofitcore/src/RooTruthModel.cxx, roofitcore/src/RooUniformBinning.cxx, roofitcore/src/RooWorkspace.cxx: Set property svn:eol-style LF on all source and Makefiles. This should avoid problems with Win32 line endings ending up in the repository. All MS tools support LF eols fine. 2007-11-19 11:22 rdm * [r20878] roofit/Module.mk, roofit/doc/index.txt, roofit/inc/LinkDef1.h, roofit/inc/Roo2DKeysPdf.h, roofit/inc/RooArgusBG.h, roofit/inc/RooBCPEffDecay.h, roofit/inc/RooBCPGenDecay.h, roofit/inc/RooBDecay.h, roofit/inc/RooBMixDecay.h, roofit/inc/RooBifurGauss