- Nov 02, 2007
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20611 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20610 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20609 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20608 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 01, 2007
-
-
Olivier Couet authored
option SAME. But this fix made visible an other problem when zooming and unzooming a plot with a fit. This is now also fixed. The following macro shows the problem: { hpx->Fit("gaus"); hpx->GetXaxis()->SetRangeUser(.1,.3); gPad->Modified(); gPad->Update(); hpx->GetXaxis()->UnZoom(); gPad->Modified(); gPad->Update(); } git-svn-id: http://root.cern.ch/svn/root/trunk@20601 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20597 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20591 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@20590 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20589 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20588 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 31, 2007
-
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20586 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20582 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
defined symbols error when doing "make static". git-svn-id: http://root.cern.ch/svn/root/trunk@20581 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
commands description. git-svn-id: http://root.cern.ch/svn/root/trunk@20580 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20577 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20576 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20573 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
Make TRootBrowser status bar the same look than TRootBrowserLite (requested by Sergey Linev) git-svn-id: http://root.cern.ch/svn/root/trunk@20572 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 30, 2007
-
-
Ilka Antcheva authored
contain widget Id git-svn-id: http://root.cern.ch/svn/root/trunk@20552 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Added TBrowser::SetStatusText(const char* txt, int col), as asked by Sergey Linev to remove dependency of their code from ROOT gui (TG..) classes. git-svn-id: http://root.cern.ch/svn/root/trunk@20550 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
I tried to compile the ROOT development version using qtgsi extension. The compilation fails because cannot include "qlist.h" file. I found that this file doesn't exist in my QT3 installation and include the "qptrlist.h" file solves the problem. Today I was looking better, and seems that the inclusion of the "qptrfile.h" solves the problem only because it includes the "qglist.h" file. So, trying to summarize all, I can solve the compilation problem applying this change. git-svn-id: http://root.cern.ch/svn/root/trunk@20548 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
void ForceParticleDecay(Int_t particle, Int_t* products, Int_t* mult, Int_t npart); void ForceParticleDecay(Int_t particle, Int_t product, Int_t mult); git-svn-id: http://root.cern.ch/svn/root/trunk@20545 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20544 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20543 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Solve a problem on Windows where the 'ramps' radio buttons were not visible and improve their layout. git-svn-id: http://root.cern.ch/svn/root/trunk@20542 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
64 bit). git-svn-id: http://root.cern.ch/svn/root/trunk@20539 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
- Redefinition of some static variables: in global variable the flag is not needed, in other part the definition as const is better. - MakeLegend() method can have 4 arguments that represent the TLegend position: TPie::Makelegend(x1,y1,x2,y2). The default values are the old one. - Added the method TPie::SortSlices(Bool_t); this method sorts the TPieSlices according the values in increasing (kTRUE) or decreasing (kFALSE) order. - Added the two more drawing options ">" and "<", to draw applying the increasing or decreasing order. git-svn-id: http://root.cern.ch/svn/root/trunk@20538 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Fix check-cintex even more: generate libCintexTestRflx.$(SOEXT).rootmap instead of ./rootmap; make it work for versioned SOs. git-svn-id: http://root.cern.ch/svn/root/trunk@20536 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20535 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20534 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20533 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 29, 2007
-
-
Ilka Antcheva authored
- Added HTML plugin in the Browser menu - Added some documentation (more to come) git-svn-id: http://root.cern.ch/svn/root/trunk@20528 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20527 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20526 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 28, 2007
-
-
Ivana Hrivnacova authored
kPAnnihilationRest, // positron annihilation at rest kPAnnihilationFlight, // positron annihilation in flight kPNbarAnnihilation, // antineutron annihilation kPHIElastic, // hadronic elastic incoherent scattering kPHCElastic, // hadronic elastic coherent scattering kPPhotonInhelastic, // photon inelastic scattering kPElectronNuclear, // electron nuclear interaction kPPositronNuclear, // positron nuclear interaction kPScintillation, // scintillation git-svn-id: http://root.cern.ch/svn/root/trunk@20522 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20521 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20520 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 27, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20519 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20518 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Solves a problem that occurs when preselecting events based on variables that are not part of the training. It was introduced with the last version of TMVA. git-svn-id: http://root.cern.ch/svn/root/trunk@20517 27541ba8-7e3a-0410-8455-c3a389f83636
-