- Nov 27, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16966 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16965 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
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
-
Olivier Couet authored
- Remove trailing blanks git-svn-id: http://root.cern.ch/svn/root/trunk@16963 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
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
-
Fons Rademakers authored
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
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16960 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
- Remove trailing blanks. git-svn-id: http://root.cern.ch/svn/root/trunk@16959 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16958 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
This patch removes additional errors found by tcheck. git-svn-id: http://root.cern.ch/svn/root/trunk@16957 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
the possible return codes. git-svn-id: http://root.cern.ch/svn/root/trunk@16956 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
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
-
Fons Rademakers authored
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
-
Rene Brun authored
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
-
Olivier Couet authored
- Coding conventions (in THistPainter::PaintSpecialObjects) git-svn-id: http://root.cern.ch/svn/root/trunk@16952 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
the pie labels. git-svn-id: http://root.cern.ch/svn/root/trunk@16951 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- 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
-
- Nov 25, 2006
-
-
Rene Brun authored
Add missing header (time.h) git-svn-id: http://root.cern.ch/svn/root/trunk@16949 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
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
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16947 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16946 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16945 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
No need anymore for teh plug-in manager git-svn-id: http://root.cern.ch/svn/root/trunk@16944 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
and vectors instead of the TVirtualUtilHist class git-svn-id: http://root.cern.ch/svn/root/trunk@16943 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
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
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16941 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
When looking for the list of libraries needed by an autoloaded class, properly translate the classname into the name found in the rootmap file git-svn-id: http://root.cern.ch/svn/root/trunk@16940 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16939 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
On windows, when explicitly linking the library, we also need to explicitly request the dictioanaries git-svn-id: http://root.cern.ch/svn/root/trunk@16938 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16937 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 24, 2006
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16936 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16935 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16934 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16933 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16932 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16931 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
User interactions with cut modification git-svn-id: http://root.cern.ch/svn/root/trunk@16930 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
(follow up last TGCheckButton changes) git-svn-id: http://root.cern.ch/svn/root/trunk@16928 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16927 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16926 27541ba8-7e3a-0410-8455-c3a389f83636
-