- Jun 29, 2006
-
-
Rene Brun authored
Fix coding conventions violations git-svn-id: http://root.cern.ch/svn/root/trunk@15625 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15624 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15623 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
with win32 debugging) git-svn-id: http://root.cern.ch/svn/root/trunk@15622 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15621 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15620 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15619 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15618 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15617 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15616 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15615 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
Reflex dictionary. This will be done via an attribute "iotype" in the seletion.xml file. E.g. <class name="TrackD32"> <field name="fCov" iotype="ROOT::Math::SMatrix<Double32_t,5,5,ROOT::Math::MatRepStd<Double32_t,5,5> >"/> </class> git-svn-id: http://root.cern.ch/svn/root/trunk@15614 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15613 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15612 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15611 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
Complete the "File" menu in the GL viewer (Save, and Quit ROOT) git-svn-id: http://root.cern.ch/svn/root/trunk@15610 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
writing a buffer larger than the buffer size. git-svn-id: http://root.cern.ch/svn/root/trunk@15609 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15608 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Document the TVirtualRefProxy algorithm git-svn-id: http://root.cern.ch/svn/root/trunk@15607 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 28, 2006
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15606 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
transferring large blocks. This function cannot work with the cache. git-svn-id: http://root.cern.ch/svn/root/trunk@15605 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15604 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Dear rooters, sometimes, while filling a TTree, I encountered this message: Error in <TTree::Fill>: Failed filling branch:matches.matches, nbytes=-1 can someone explain me what does it mean? What mistake did I do while creating the code to fill that TTree? I decided to systematically print this message in addition to the existing message This error is symptomatic of a Tree created as a memory-resident Tree Instead of doing: TTree *T = new TTree(...) TFile *f = new TFile(...) you should do: TFile *f = new TFile(...) TTree *T = new TTree(...) git-svn-id: http://root.cern.ch/svn/root/trunk@15603 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
updating each a histogram. git-svn-id: http://root.cern.ch/svn/root/trunk@15602 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15601 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
fix for configure on Solaris. git-svn-id: http://root.cern.ch/svn/root/trunk@15600 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15599 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15598 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
Scope::ByName("") also works. Unit test added git-svn-id: http://root.cern.ch/svn/root/trunk@15597 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15596 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
this option will return the underlying type (e.g. int[][] -> int). If no virtual overload for ToType is available it will return the current type in case a modifier was passed otherwise the empty type. git-svn-id: http://root.cern.ch/svn/root/trunk@15595 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15594 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Implementation of a generic mechanism used to access properties of objects linked using object references. A proxy mechanism is used, which uses overloaded abstract interfaces for concrete reference implementations. git-svn-id: http://root.cern.ch/svn/root/trunk@15593 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
or smaller than fZmin. Weird plots were produced (with option TRI1) wihtout this protection. git-svn-id: http://root.cern.ch/svn/root/trunk@15592 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Implementation of a generic mechanism used to access properties of objects linked using object references. A proxy mechanism is used, which uses overloaded abstract interfaces for concrete reference implementations. git-svn-id: http://root.cern.ch/svn/root/trunk@15591 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
- moved the QApplication::processEvents calling sequence from TGQt::EventPending to TGQt::NextEvent method. It should "reduce" the probability of the "dead lock" for the Qt-based multi-threaded ROOT applications. The problem was popped up under recent ROOT just by chance. It might have been seen under either ROOT versions. The TGQt::EventsPending() method was written to facilitate the Win32 multi-thread Win32 GUI layer. Since Qt-version on all platforms uses the single threaded GUI the method in question can be reshaped. I have done that. git-svn-id: http://root.cern.ch/svn/root/trunk@15590 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15589 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15588 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15587 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15586 27541ba8-7e3a-0410-8455-c3a389f83636
-