- Dec 06, 2006
-
-
Fons Rademakers authored
first changes for CINT7 support as an optional module. git-svn-id: http://root.cern.ch/svn/root/trunk@17058 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
- Small fix for box cut and win32. git-svn-id: http://root.cern.ch/svn/root/trunk@17057 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
images (in PS outputs) were not placed correctly in pads having none normalized coordinates. git-svn-id: http://root.cern.ch/svn/root/trunk@17056 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17055 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
private .rootrc file. git-svn-id: http://root.cern.ch/svn/root/trunk@17054 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
in a private .rootrc file. git-svn-id: http://root.cern.ch/svn/root/trunk@17053 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
to specify the format to print the matrix. // By default the format "%11.4g" is used to print one element. // One can specify an alternative format with eg // option ="f= %6.2f " git-svn-id: http://root.cern.ch/svn/root/trunk@17052 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
fix the TRotMatrix initialization for TVolume objects git-svn-id: http://root.cern.ch/svn/root/trunk@17051 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
new version that works on both 32 and 64 bit Linux. git-svn-id: http://root.cern.ch/svn/root/trunk@17050 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 05, 2006
-
-
Rene Brun authored
Fix the warning C4172: returning address of local variable or temporary. git-svn-id: http://root.cern.ch/svn/root/trunk@17049 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
enforce batch mode when creating the canvas for THtml's class tree. git-svn-id: http://root.cern.ch/svn/root/trunk@17048 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17047 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
- implemented fit option 'B' git-svn-id: http://root.cern.ch/svn/root/trunk@17046 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add a g4root test program based on the standard g4 example6. The program compares the results obtained with pure g4 to the ones with TGeo. git-svn-id: http://root.cern.ch/svn/root/trunk@17045 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17043 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
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
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17041 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17040 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 04, 2006
-
-
Lorenzo Moneta authored
- 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
-
Fons Rademakers authored
fix detection of pythia on cygwin/gcc. git-svn-id: http://root.cern.ch/svn/root/trunk@17038 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
pas opt option when uploading package to slaves. git-svn-id: http://root.cern.ch/svn/root/trunk@17037 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix a compilation error under Windows git-svn-id: http://root.cern.ch/svn/root/trunk@17036 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 03, 2006
-
-
Fons Rademakers authored
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
-
- Dec 02, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17034 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17033 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 01, 2006
-
-
Rene Brun authored
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
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17031 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17030 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
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
-
Fons Rademakers authored
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
-
Lorenzo Moneta authored
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
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17023 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17022 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17021 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17020 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17019 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
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
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17017 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17016 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- 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
-