- Feb 28, 2006
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14119 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
small fix for overlap checking. git-svn-id: http://root.cern.ch/svn/root/trunk@14118 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
when incrementing fBinEntries. git-svn-id: http://root.cern.ch/svn/root/trunk@14117 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The division by 2 is alraedy taken care in TMath::Prob git-svn-id: http://root.cern.ch/svn/root/trunk@14116 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 27, 2006
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14115 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- add constructor for identity matrix - rename Produc Similarity - add Similarity for symmetric matrices - change syntax for Sub methods as requested by LHCb - add flag to retur status in Inverse methods git-svn-id: http://root.cern.ch/svn/root/trunk@14114 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Improvement in TSpectrum::SearchHighRes.Now the background outside of spectrum range is extrapolated by linear function. git-svn-id: http://root.cern.ch/svn/root/trunk@14113 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 26, 2006
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14112 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
TXNetSystem::MakeDirectory: send request for the path name and not for the full URL TXNetSystem::ConsistentWith: redirect to TNetSystem::ConsistentWith instead of TSystem::ConsistentWith TNetSystem::ConsistentWith: check also the port number TNetSystem::InitRemoteEntity (new) fill in user, host, port with the appropriate checks git-svn-id: http://root.cern.ch/svn/root/trunk@14111 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14110 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
TXSocket::ProcesUnsolicitedMsg: - Fix desynchronization problem due to mutex being released too early; TXSocketHandler::Notify, TXSlave::Init: - Optimize identification of owner TXSlave instance git-svn-id: http://root.cern.ch/svn/root/trunk@14109 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14108 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14107 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 25, 2006
-
-
Rene Brun authored
Fix a bug in the TMatrixDRow / Column / Diag when trying to manipulate a row / column / diag with one of another matrix when the second has a different number of rows / columns . git-svn-id: http://root.cern.ch/svn/root/trunk@14106 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 24, 2006
-
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14105 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14104 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14103 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 23, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14102 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14101 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
* overlap strcpy G__SlideString wasn't 0-terminating resulting string. * skip "const " when looking for a template type. git-svn-id: http://root.cern.ch/svn/root/trunk@14100 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14099 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix problems of handling C++ exceptions. git-svn-id: http://root.cern.ch/svn/root/trunk@14098 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Code cleanup. This patch is the last contribution from Richard to the project. Many thanks to him for his work with the GL viewer and the impressive improvements in the past few months. git-svn-id: http://root.cern.ch/svn/root/trunk@14097 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
Made protected internal methods in use SetPointerPos(Int_t z, Int_t opt = 0). git-svn-id: http://root.cern.ch/svn/root/trunk@14096 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
TNode. But having it dummy prevent the TShapes outside a TNode to be painte. The following example shows the problem: { c1 = new TCanvas("c1","Geometry Shapes",200,10,700,500); view = new TView(1); view->SetRange(-200,-200,-200,200,200,200); brik = new TBRIK("BRIK","BRIK","void",200,150,150); brik->SetLineColor(kRed); brik->Draw(); c1->Update(); } git-svn-id: http://root.cern.ch/svn/root/trunk@14095 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
the right color was not working properly in certain cases when there was more than 3 histograms in the stack: specifically if in a given bin only one of the histograms is non-empty, then the top of that bin was wrongly colored with the color of the lowest element of the stack. This patch fixes this problem. This problem could be seen with the following example: void test_lego_stack () { TH2F * h1 = new TH2F("h1","h1",5,0,6,5,-4,4); TH2F * h2 = new TH2F("h2","h1",5,0,6,5,-4,4); TH2F * h3 = new TH2F("h3","h1",5,0,6,5,-4,4); TH2F * h4 = new TH2F("h4","h1",5,0,6,5,-4,4); TH2F * h5 = new TH2F("h5","h1",5,0,6,5,-4,4); h1->SetFillColor(1); // grey h2->SetFillColor(2); // red h3->SetFillColor(3); // green h4->SetFillColor(4); // blue h5->SetFillColor(5); // yellow h2->Fill(2,0,11); h3->Fill(3,0,12); h4->Fill(4,0,13); h5->Fill(5,0,14); THStack * hs = new THStack("hs","test of stack"); hs->Add(h1); hs->Add(h2); hs->Add(h3); hs->Add(h4); hs->Add(h5); hs->Draw("lego1"); } git-svn-id: http://root.cern.ch/svn/root/trunk@14094 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- simplification of TGeoOverlap class: derived classes TGeoNodeOverlap and TGeoExtrusion removed - The overlap checker perform the check also for assembly candidates - Improvements in TGeoIterator class - Minor fix in TGeoVoxelFinder class git-svn-id: http://root.cern.ch/svn/root/trunk@14093 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
title extensions. git-svn-id: http://root.cern.ch/svn/root/trunk@14092 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14091 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14090 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14089 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14088 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 22, 2006
-
-
Philippe Canal authored
represent a base class). This is required by TTree::Draw git-svn-id: http://root.cern.ch/svn/root/trunk@14087 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
branchname. This will speed TTree::Draw in some case where it wasn't able to find the split branch and reverted to use the top level object and its data members. git-svn-id: http://root.cern.ch/svn/root/trunk@14086 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
improve somewhat (there is still a spurrious error message) backward compatibility with STL container writen with the ROOT v2.25 still of streamer (pre-streamerInfo) git-svn-id: http://root.cern.ch/svn/root/trunk@14085 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Properly adjust the element size for TStreamerElement v2 _inclusive_ and below. This is is needed to read some v3.05/07 files git-svn-id: http://root.cern.ch/svn/root/trunk@14084 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14083 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
// Set function title // if title has the form "fffffff;xxxx;yyyy", it is assumed that // the function title is "fffffff" and "xxxx" and "yyyy" are the // titles for the X and Y axis respectively. git-svn-id: http://root.cern.ch/svn/root/trunk@14082 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Improve wireframe with clip plane performance (about 40%) by turning off unneeded gl states. git-svn-id: http://root.cern.ch/svn/root/trunk@14081 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
// if formula has the form "fffffff;xxxx;yyyy", it is assumed that // the formula string is "fffffff" and "xxxx" and "yyyy" are the // titles for the X and Y axis respectively. git-svn-id: http://root.cern.ch/svn/root/trunk@14080 27541ba8-7e3a-0410-8455-c3a389f83636
-