https://github.com/root-project/root

sort by:
Revision Author Date Message Commit Date
f99b0c5 This commit was manufactured by cvs2svn to create tag 'v5-16-17'. git-svn-id: http://root.cern.ch/svn/root/tags/v5-16-17@17044 27541ba8-7e3a-0410-8455-c3a389f83636 05 December 2006, 13:39:56 UTC
d8c3a38 build genmap with ALLEXECS git-svn-id: http://root.cern.ch/svn/root/trunk@17043 27541ba8-7e3a-0410-8455-c3a389f83636 05 December 2006, 13:39:55 UTC
992d853 From Axel: Add static functions returning the file name of the currently interpreted macro, and the topmost (i.e. not included) macro file. const char *TCint::GetTopLevelMacroName() const char *TCint::GetCurrentMacroName() git-svn-id: http://root.cern.ch/svn/root/trunk@17042 27541ba8-7e3a-0410-8455-c3a389f83636 05 December 2006, 10:55:29 UTC
85d4285 mod for Module.mk git-svn-id: http://root.cern.ch/svn/root/trunk@17041 27541ba8-7e3a-0410-8455-c3a389f83636 05 December 2006, 09:38:15 UTC
c888ed6 Generate genmap exe for PluginSvc git-svn-id: http://root.cern.ch/svn/root/trunk@17040 27541ba8-7e3a-0410-8455-c3a389f83636 05 December 2006, 09:34:17 UTC
5c76932 - remove copy of function object when wrapping for a GSL function - keep a copy of the parameters locally in the TF1 Wrapper function - add test for performances in derivation and integration - add a constructor passing the seed in the Random class git-svn-id: http://root.cern.ch/svn/root/trunk@17039 27541ba8-7e3a-0410-8455-c3a389f83636 04 December 2006, 17:34:55 UTC
c83d43f From Axel: fix detection of pythia on cygwin/gcc. git-svn-id: http://root.cern.ch/svn/root/trunk@17038 27541ba8-7e3a-0410-8455-c3a389f83636 04 December 2006, 15:19:28 UTC
af259e2 From Gerri: pas opt option when uploading package to slaves. git-svn-id: http://root.cern.ch/svn/root/trunk@17037 27541ba8-7e3a-0410-8455-c3a389f83636 04 December 2006, 15:15:06 UTC
a4622d0 From Bertrand: Fix a compilation error under Windows git-svn-id: http://root.cern.ch/svn/root/trunk@17036 27541ba8-7e3a-0410-8455-c3a389f83636 04 December 2006, 07:51:38 UTC
7c107d2 From Gerri: 0. Introduction of the static: TProof::Mgr(const char *url) to get the manager to the cluster; this gives access to all the manager functionality, included Reset(). TProof::Reset() is removed. 1. Two new classes: TProofLog and TProofLogElem. TProofLog contains a list of TProofLogElem, one per node. TProofLogElem basically contains a TMacro plus methods to play with it. 2. The TProofLog object can be retrieved via the manager: TProofLog *pl = TProof::Mgr("cluster")->GetSessionLogs() by default the last session is retrieved: the signature for GetSessionLogs is TProofLog *TProofMgr::GetSessionLogs(Int_t ridx, const char *stag) the first argument is a reversed relative index (-1 gets the next to last session), the second is the session unique tag; if the second is specified the first is ignored. 3. TProofMgr has a new method ReadBuffer to quickly read a buffer from a file via XrdProofd: this allows to avoid the second xrootd on the redirector and in general is useful when a quick reading is needed. Also, the buffer is always retrieved via the master, so we should not have firewall problems in accessing directly the xrootd of the workers. 4. In the sandbox I have kept the .sessions file with the active sessions and I have added .terminated in each session working dir which have been terminated. On the master, each session working dir has the file .workers with the relevant information about the workers. 5. The max number of old session workdirs is set to 10 by default (configurable in xpd.cf): the sandbox is trimmed when closing a session. 6. Some unrelated changes/fixes contained in the patch: - in XrdProofdProtocol: - use of /proc (linux, solaris) or sysctl (mac) to verify/search for running of a process. For other platforms I have left the parsing of the output of 'ps'. - I have introduced a 'cron' thread: it runs every minute and for the moment it just cleans a vector; this is the place where to do client independent actions, like checking if the config files have changed, for example. - I have added the possibility to control which user can access the cluster; requested by Jan Fiete. 7. The patch contains also several fixes here and there I have found by testing. git-svn-id: http://root.cern.ch/svn/root/trunk@17035 27541ba8-7e3a-0410-8455-c3a389f83636 03 December 2006, 23:34:04 UTC
0090905 Add contribution from Evgeni Chernyaev for his contributions to the LEGO/SURF algorithms. git-svn-id: http://root.cern.ch/svn/root/trunk@17034 27541ba8-7e3a-0410-8455-c3a389f83636 02 December 2006, 10:17:27 UTC
a6d082e Fix coding convention git-svn-id: http://root.cern.ch/svn/root/trunk@17033 27541ba8-7e3a-0410-8455-c3a389f83636 02 December 2006, 09:07:04 UTC
528bf3f From Bertrand: use #ifndef WIN32 instead of #ifndef R__WIN32 in header files (otherwise R__WIN32 must be defined in Makefiles). git-svn-id: http://root.cern.ch/svn/root/trunk@17032 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 19:47:27 UTC
75112dd added John Marraffino. git-svn-id: http://root.cern.ch/svn/root/trunk@17031 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 17:13:19 UTC
94d4fcd correct test for VecTrackD git-svn-id: http://root.cern.ch/svn/root/trunk@17030 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 17:13:18 UTC
700c3d2 From John Marraffino: 1. DispatchSignals(sig) Replace call to Abort(-1) with a call to Exit(sig) to allow CMSSW to flush buffers, close files and clean up after a fatal error. 2. StackTrace() Enlarge string field widths to accommodate long function signatures for demangling. Enable use of GNU script, gstack, if available. Replace incorrect sed script in gstack. Modified gstack is available as $ROOTSYS/etc/gdb-backtrace.sh. Increase sizes of buffers for calls to and responses from the addr2line and cppfilt functions. The addr2line function doesn't know about paths so every library or executable name passed to it must include a full path. This is automatic for shared libraries. On the other hand, for main programs specified without a path, send `which main` and let the shell expand the name for us. For shared libraries, addr2line wants an offset into the file. For main programs, it wants the absolute virtual address. Distinguish between these two cases and send the correct address. git-svn-id: http://root.cern.ch/svn/root/trunk@17026 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 16:48:19 UTC
e04e5b3 added comments in gdb-backtrace-script, added new gdb-backtrace.sh which is a copy of /usr/bin/gstack with some minor mods. git-svn-id: http://root.cern.ch/svn/root/trunk@17025 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 16:46:06 UTC
10a59b5 add test for I/O of a wrapper of points (Track), a wrapper of std::vector of points (Cluster) and a vector of wrappers of points (VecTrack) to try to reproduce problem reportyed by CMS git-svn-id: http://root.cern.ch/svn/root/trunk@17024 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 16:36:15 UTC
534a3d6 - removed last changes and additional fix git-svn-id: http://root.cern.ch/svn/root/trunk@17023 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 16:21:08 UTC
1dca227 update reference values for Mersenne-Twister and use nano-seconds in the timing table git-svn-id: http://root.cern.ch/svn/root/trunk@17022 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 16:13:39 UTC
cafaf11 tests for multiple array names git-svn-id: http://root.cern.ch/svn/root/trunk@17021 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 16:08:19 UTC
719cf06 Generate multiple array names git-svn-id: http://root.cern.ch/svn/root/trunk@17020 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 16:07:54 UTC
716d5b5 fcntl.h is now in TSystem.h. git-svn-id: http://root.cern.ch/svn/root/trunk@17019 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 15:19:29 UTC
02a9d65 From Bertrand: cleanup obsolete WinNT files and remove some not needed anymore WinNT specifics from the TCint class. git-svn-id: http://root.cern.ch/svn/root/trunk@17018 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 15:05:58 UTC
19074d9 remove special __APPLE__ case which is not needed anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@17017 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 14:57:08 UTC
05ddaf0 Print some info/warning/error message where the gccxml executable is found/or not git-svn-id: http://root.cern.ch/svn/root/trunk@17016 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 14:53:52 UTC
a6aed68 - fix a bug found by Gerhard Raven when setting the angle in the Axial Rotations - add an E to all the enumeration typename to fix coding convention (RN 6) git-svn-id: http://root.cern.ch/svn/root/trunk@17015 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 13:42:33 UTC
c00f46a cleanup. git-svn-id: http://root.cern.ch/svn/root/trunk@17014 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 11:50:14 UTC
50eb0b8 add fcntl.h as it was indirectly removed by the removal of G__ci.h. This avoids breakage of ALL I/O plugins and several other sub-systems and avoids user code breakage. git-svn-id: http://root.cern.ch/svn/root/trunk@17013 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 11:49:09 UTC
f919011 Fix for windows compilation git-svn-id: http://root.cern.ch/svn/root/trunk@17012 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 11:29:13 UTC
6e02488 fix for windows compilation git-svn-id: http://root.cern.ch/svn/root/trunk@17011 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 11:28:45 UTC
e69a40e add rootmap git-svn-id: http://root.cern.ch/svn/root/trunk@17010 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 10:32:16 UTC
9fc1321 From Ilka: fix in TTreeViewer that avoid the crash reported on ROOT Forum at http://root.cern.ch/phpBB2/viewtopic.php?t=4266 git-svn-id: http://root.cern.ch/svn/root/trunk@17009 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 09:26:31 UTC
2913825 add documentation for plugin service git-svn-id: http://root.cern.ch/svn/root/trunk@17008 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 09:09:37 UTC
3d5922b From Timur: GL windows can now be resized on Macosx git-svn-id: http://root.cern.ch/svn/root/trunk@17007 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 08:53:25 UTC
95362ef From Andrei: a small patch in g4root fixing node copy numbering and navigation when photons are reflected to boundaries. git-svn-id: http://root.cern.ch/svn/root/trunk@17006 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 08:51:39 UTC
c79e33a Fix one more side-efefct of the changes in TSystem.h (Solaris only0 git-svn-id: http://root.cern.ch/svn/root/trunk@17005 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 08:43:06 UTC
cb6b914 From Valeriy Onuchin: Fix drawing of some polymarkers git-svn-id: http://root.cern.ch/svn/root/trunk@17004 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 08:26:10 UTC
63418ec Fix side-effects of the removal of G__ci.h git-svn-id: http://root.cern.ch/svn/root/trunk@17003 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 08:15:40 UTC
8ea3212 fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@17002 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 08:10:02 UTC
2973829 Fix a side-effect of the changes in TStorage::ObjectDealloc. Fix coding convention. git-svn-id: http://root.cern.ch/svn/root/trunk@17001 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 07:49:09 UTC
78bf05b Fix a side-effect of the removal of G__ci.h from TSystem. Add a missing include. Did not compile on Linux. git-svn-id: http://root.cern.ch/svn/root/trunk@17000 27541ba8-7e3a-0410-8455-c3a389f83636 01 December 2006, 07:47:13 UTC
9a10834 Remove G__ci.h from TSystem.h. Correct the source file that require G__ci.h __or__ one of the header it included git-svn-id: http://root.cern.ch/svn/root/trunk@16999 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 23:19:47 UTC
e720272 Reduce direct access to G__ifunc_table (Pythonize.cxx still has some dependency on it) git-svn-id: http://root.cern.ch/svn/root/trunk@16998 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 23:18:32 UTC
139cb0b Extend G__ClassInfo;:AddMethod git-svn-id: http://root.cern.ch/svn/root/trunk@16997 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 23:17:10 UTC
c8d08f8 Add UserParam set/get. Move GetFriendInfo implementation git-svn-id: http://root.cern.ch/svn/root/trunk@16996 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 23:16:55 UTC
129e67c Move internal structs to common.h git-svn-id: http://root.cern.ch/svn/root/trunk@16995 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 23:16:42 UTC
6de3804 - fixed SegV when fitting histogram objects git-svn-id: http://root.cern.ch/svn/root/trunk@16994 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 16:43:12 UTC
aba4b00 From Ilka: removed unused variable `Char_t gifname[80]' in member function RootShower::OnShowerProduce(). git-svn-id: http://root.cern.ch/svn/root/trunk@16993 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 16:20:24 UTC
36d5afa test suite for plugins git-svn-id: http://root.cern.ch/svn/root/trunk@16992 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 14:15:17 UTC
d616d40 genmap, a utility to generate map files git-svn-id: http://root.cern.ch/svn/root/trunk@16991 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 14:13:54 UTC
e257c61 fix typos for PluginService git-svn-id: http://root.cern.ch/svn/root/trunk@16990 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 14:12:00 UTC
1f5ec01 From Philippe: New function for a simplified and quick name generation to speed up name lookup git-svn-id: http://root.cern.ch/svn/root/trunk@16989 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 11:37:15 UTC
8d240fe Test class to check for ambiguities in the dictionary source code in case of non virtual diamonds git-svn-id: http://root.cern.ch/svn/root/trunk@16987 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 08:30:58 UTC
986a7f8 First commit of a DTD for selection.xml files git-svn-id: http://root.cern.ch/svn/root/trunk@16986 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 08:28:37 UTC
2a69ca1 First commit of the Reflex based plugin service, written by Pere and Markus. Tests and detailed description will follow git-svn-id: http://root.cern.ch/svn/root/trunk@16985 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 08:27:08 UTC
8a4085e From Anna: fixing some bugs and memory leaks git-svn-id: http://root.cern.ch/svn/root/trunk@16984 27541ba8-7e3a-0410-8455-c3a389f83636 30 November 2006, 07:49:39 UTC
b314890 From Ben Lloyd: a small bug fix. git-svn-id: http://root.cern.ch/svn/root/trunk@16983 27541ba8-7e3a-0410-8455-c3a389f83636 29 November 2006, 17:39:04 UTC
36082d5 When reloading dictionary information Cintex has to keep track of the reloaded members. We disentangle the member information and copy only the necessary information, resp. keep pointers to stub-functions git-svn-id: http://root.cern.ch/svn/root/trunk@16982 27541ba8-7e3a-0410-8455-c3a389f83636 29 November 2006, 16:13:44 UTC
4a43538 From Axel: Workaround for parser deficiency for constructor call vs function decl: give preference to c'tor call in namespaces. git-svn-id: http://root.cern.ch/svn/root/trunk@16981 27541ba8-7e3a-0410-8455-c3a389f83636 29 November 2006, 15:37:07 UTC
682100f - keep the slider position if the axis range was not changed git-svn-id: http://root.cern.ch/svn/root/trunk@16980 27541ba8-7e3a-0410-8455-c3a389f83636 29 November 2006, 15:13:34 UTC
430e273 From Axel: Fix error pos for string, deque dll now that CINT actually parses them because __SUNPRO_CC is now defined for makecint. git-svn-id: http://root.cern.ch/svn/root/trunk@16979 27541ba8-7e3a-0410-8455-c3a389f83636 29 November 2006, 14:50:58 UTC
e0076e8 Fix coding conventions by renaming the internal helper classes BaseMapHelper ->TGDMLBaseMapHelper AssignmentHelper ->TGDMLAssignmentHelper MapHelper ->TGDMLMapHelper git-svn-id: http://root.cern.ch/svn/root/trunk@16978 27541ba8-7e3a-0410-8455-c3a389f83636 29 November 2006, 11:38:26 UTC
8d61a9a Do not use C++ comemnt in header include in C files git-svn-id: http://root.cern.ch/svn/root/trunk@16977 27541ba8-7e3a-0410-8455-c3a389f83636 28 November 2006, 21:07:44 UTC
6cab9cb typo in comment. git-svn-id: http://root.cern.ch/svn/root/trunk@16976 27541ba8-7e3a-0410-8455-c3a389f83636 28 November 2006, 20:49:54 UTC
0b05882 From Axel: Declare all platform macros, except when compiling where the compiler macros (e.g. __GNUC__) are hidden. Fix for cygwin's inode. git-svn-id: http://root.cern.ch/svn/root/trunk@16975 27541ba8-7e3a-0410-8455-c3a389f83636 28 November 2006, 15:35:11 UTC
72be028 - connect the slider range to the displayed axis range in a pad; this allows the fit panel slider range to be properly set after performing zoom/unzoom on axis git-svn-id: http://root.cern.ch/svn/root/trunk@16974 27541ba8-7e3a-0410-8455-c3a389f83636 28 November 2006, 14:08:38 UTC
6f31dad in ProcessEvents(), DispatchOneEvent() should also be called when in batch mode. It is needed to process the sync timers and socket monitors also when in batch mode. git-svn-id: http://root.cern.ch/svn/root/trunk@16973 27541ba8-7e3a-0410-8455-c3a389f83636 28 November 2006, 14:03:48 UTC
8bac2e5 From Bertrand: - Force the system to use 1 ms resolution for timers and Sleep(). (by default the resolution is between 10-20 ms) git-svn-id: http://root.cern.ch/svn/root/trunk@16972 27541ba8-7e3a-0410-8455-c3a389f83636 28 November 2006, 13:59:19 UTC
e94d46a From Timur: Fix for some types of surfaces git-svn-id: http://root.cern.ch/svn/root/trunk@16971 27541ba8-7e3a-0410-8455-c3a389f83636 28 November 2006, 12:58:51 UTC
c7ae7d8 From Bertrand: - Fix cursor position when turning on constrained with min and max being zero. git-svn-id: http://root.cern.ch/svn/root/trunk@16970 27541ba8-7e3a-0410-8455-c3a389f83636 28 November 2006, 12:56:15 UTC
f74ff6c From Gerri: This patch eliminates TVirtualProof, TVirtualProofMgr and TVirtualProofDesc. The first is integrated in TProof, the second in TProofMgr and the third becomes TProofDesc defined in TProofMgr.h. git-svn-id: http://root.cern.ch/svn/root/trunk@16969 27541ba8-7e3a-0410-8455-c3a389f83636 28 November 2006, 12:10:52 UTC
2a2ca3d - do not show global editor if it was unmapped git-svn-id: http://root.cern.ch/svn/root/trunk@16968 27541ba8-7e3a-0410-8455-c3a389f83636 28 November 2006, 11:05:48 UTC
a06fbf2 Fix coding convention git-svn-id: http://root.cern.ch/svn/root/trunk@16967 27541ba8-7e3a-0410-8455-c3a389f83636 28 November 2006, 07:38:18 UTC
8b34a3b Fix coding conventions replacing enum NeuronType by ENeuronType, etc git-svn-id: http://root.cern.ch/svn/root/trunk@16966 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 17:10:33 UTC
096624c Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@16965 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 16:53:54 UTC
64b0d48 From Bertrand: fixes a (usual) compilation problem with statics on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@16964 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 15:57:11 UTC
0d8da7a - TMarker3DBox::PaintH3 now takes the pad margins into account. - Remove trailing blanks git-svn-id: http://root.cern.ch/svn/root/trunk@16963 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 15:46:12 UTC
f1a0b5f From Gerri: a small addition to TVirtualPerfStats that I forgot when I introduced the "rate" event. git-svn-id: http://root.cern.ch/svn/root/trunk@16962 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 15:45:27 UTC
11c3c66 From Bertrand: another fix needed to get the mod in TInterpreter working. git-svn-id: http://root.cern.ch/svn/root/trunk@16961 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 15:42:38 UTC
711da26 - TPolyMarker3D::PaintH3 takes the pad margin into account git-svn-id: http://root.cern.ch/svn/root/trunk@16960 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 15:39:40 UTC
0fe0067 - THistPainter::PaintH3Iso now takes into account the pad margins. - Remove trailing blanks. git-svn-id: http://root.cern.ch/svn/root/trunk@16959 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 15:22:28 UTC
1259466 add new TInterpreter methods. git-svn-id: http://root.cern.ch/svn/root/trunk@16958 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 15:05:41 UTC
ebf9d35 From Gerri: This patch removes additional errors found by tcheck. git-svn-id: http://root.cern.ch/svn/root/trunk@16957 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 14:19:58 UTC
f938358 extend the description of the Select() and UnixSelect() methods to include the possible return codes. git-svn-id: http://root.cern.ch/svn/root/trunk@16956 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 14:17:32 UTC
bf2baff From Gerri: This is the patch to move TDSet and TChainProof in 'proof' and remove any dependence on PROOF in 'tree'. I have renamed TChainProof as TProofChain, for consistency. TProofChain is now deriving from TChain and overrides only the required methods. It is loaded via PluginManager by TChain in SetProof. TQueryResult stores now all the input-related objects in fInputList. There is a new method TObject *TQueryResult::GetInputObject(const char *classname) to retrieve the first instance of a class from the input list, so for the TDSet: TQueryResult *qr; TDSet *dset = (TDSet *) qr->GetInputObject("TDSet") The changes in TSessionViewer are needed to adapt to this new way of accessing TDSets. git-svn-id: http://root.cern.ch/svn/root/trunk@16955 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 14:14:24 UTC
c66876c From Matevz: added capability to avoid locking ProcessLine() using SetProcessLineLock() and IsProcessLineLocked(). Needed in some case when the lock is already active (gled). git-svn-id: http://root.cern.ch/svn/root/trunk@16954 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 13:04:42 UTC
efc52d1 From Timur With this change GL in the pad works on the MAC. There is still, however, a problem when growing a window (fix coming later) git-svn-id: http://root.cern.ch/svn/root/trunk@16953 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 11:11:04 UTC
0ef10d8 - New option PIE to paint TH1. It uses TPie. - Coding conventions (in THistPainter::PaintSpecialObjects) git-svn-id: http://root.cern.ch/svn/root/trunk@16952 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 10:38:30 UTC
91ceeea - In the constructor from TH1, the X axis label attributes are used for the pie labels. git-svn-id: http://root.cern.ch/svn/root/trunk@16951 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 10:06:32 UTC
4b7e4b3 From Andrei - patch for reflections at boundaries used by optical processes in G4 git-svn-id: http://root.cern.ch/svn/root/trunk@16950 27541ba8-7e3a-0410-8455-c3a389f83636 27 November 2006, 09:58:52 UTC
536d7c3 From Bertrand: Add missing header (time.h) git-svn-id: http://root.cern.ch/svn/root/trunk@16949 27541ba8-7e3a-0410-8455-c3a389f83636 25 November 2006, 21:41:10 UTC
fab0ef8 From Axel: Fix CPP sys macro, struct dirent, makecint on CYGWIN git-svn-id: http://root.cern.ch/svn/root/trunk@16948 27541ba8-7e3a-0410-8455-c3a389f83636 25 November 2006, 15:45:42 UTC
7ef405a apply fixes on 4D coordinate classes as suggested by Philippe to fix problem with Double32 I/O git-svn-id: http://root.cern.ch/svn/root/trunk@16947 27541ba8-7e3a-0410-8455-c3a389f83636 25 November 2006, 09:30:08 UTC
74c6659 Remove reference to plug-in TVirtualUtilHist git-svn-id: http://root.cern.ch/svn/root/trunk@16946 27541ba8-7e3a-0410-8455-c3a389f83636 25 November 2006, 09:28:22 UTC
e36f093 Remove depency on class TVirtualUtilHist git-svn-id: http://root.cern.ch/svn/root/trunk@16945 27541ba8-7e3a-0410-8455-c3a389f83636 25 November 2006, 09:07:59 UTC
2124c94 Remove dependency on class TUtilHist. No need anymore for teh plug-in manager git-svn-id: http://root.cern.ch/svn/root/trunk@16944 27541ba8-7e3a-0410-8455-c3a389f83636 25 November 2006, 09:07:06 UTC
342a2cb Use the new function THistPainter::PaintSpecialObjects to paint matrices and vectors instead of the TVirtualUtilHist class git-svn-id: http://root.cern.ch/svn/root/trunk@16943 27541ba8-7e3a-0410-8455-c3a389f83636 25 November 2006, 09:05:48 UTC
bbc7be8 Add new static function: void THistPainter::PaintSpecialObjects(const TObject *obj, Option_t *option) // Static function to paint special objects like vectors and matrices // This function is called via gROOT->ProcessLine to paint these objects // without having a direct dependency of the graphics or histogramming system git-svn-id: http://root.cern.ch/svn/root/trunk@16942 27541ba8-7e3a-0410-8455-c3a389f83636 25 November 2006, 09:02:22 UTC
6ed5db4 Fix a wrong symbol in map-g4root git-svn-id: http://root.cern.ch/svn/root/trunk@16941 27541ba8-7e3a-0410-8455-c3a389f83636 25 November 2006, 07:50:42 UTC
back to top