Skip to content
Snippets Groups Projects
  1. Jun 21, 2008
  2. Jun 20, 2008
    • Rene Brun's avatar
      From Andrei: · 08f9cf10
      Rene Brun authored
      a patch that unifies the overlap checking methods by sampling via the standard. There is also a new method introduced to sample points on shapes surface - implemented only for TGeoBBox for the  moment.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@24419 27541ba8-7e3a-0410-8455-c3a389f83636
      08f9cf10
  3. Jun 19, 2008
  4. Jun 18, 2008
  5. May 16, 2008
  6. May 14, 2008
    • Rene Brun's avatar
      Fix a compilation warning · 0d48c37d
      Rene Brun authored
      geom\geom\src\TGeoBoolNode.cxx(825) : warning C4804: '~' : unsafe use of type 'bool' in operation
      geom\geom\src\TGeoBoolNode.cxx(825) : warning C4805: '&' : unsafe mix of type 'Bool_t' and type 'int' in operation
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23839 27541ba8-7e3a-0410-8455-c3a389f83636
      0d48c37d
  7. May 13, 2008
  8. May 08, 2008
  9. May 07, 2008
  10. Apr 28, 2008
  11. Apr 24, 2008
  12. Apr 23, 2008
  13. Apr 03, 2008
  14. Apr 01, 2008
  15. Mar 13, 2008
  16. Mar 12, 2008
  17. Mar 11, 2008
  18. Mar 04, 2008
  19. Mar 03, 2008
  20. Jan 25, 2008
    • Rene Brun's avatar
      From Andrei: · d7b8824c
      Rene Brun authored
      I fixed the problem of double delete of a matrix when exporting as .gdml or .C . Also added a small optimization in copying matrices that seems to have a non-negligible effect on the speed of stressGeometry
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@21853 27541ba8-7e3a-0410-8455-c3a389f83636
      d7b8824c
  21. Jan 22, 2008
    • Fons Rademakers's avatar
      From Axel: · a5b624b2
      Fons Rademakers authored
      this patch prevents all dictionaries from being rebuild when non dict related
      changes are made in CINT. When the dictionaries change the new
      cint/inc/cintdictversion.h must be updated which triggers a dictionary
      rebuild. For example:
      touch cint/src/v6_var.cxx && make: rebuild no dictionaries
      touch cint/inc/cintdictversion.h && make: rebuild all dictionaries
      touch utils/src/rootcint.cxx && make: rebuild all dictionaries
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@21802 27541ba8-7e3a-0410-8455-c3a389f83636
      a5b624b2
  22. Jan 14, 2008
  23. Jan 09, 2008
  24. Dec 28, 2007
  25. Dec 19, 2007
  26. Dec 17, 2007
  27. Dec 10, 2007
    • Rene Brun's avatar
      From Andrei: · ea7ca40f
      Rene Brun authored
      there was an implicit dependency of TGeoMatrix by TGeoManager.h via TGeoNavigator.h->TGeoCache.h + few other bad dependencies like: TGeoMatrix included by TGeoNode.h via TGeoPatternFinder.h  Hmm... I had to cleanup few inlines, introduce a transient matrix in TGeoNavigator (to recover the lost inlining speed) + add several #include "TGeoMatrix.h" allover where this was included and used via TGeoManager.h
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@21301 27541ba8-7e3a-0410-8455-c3a389f83636
      ea7ca40f
    • Rene Brun's avatar
      From Andrei: · 02b52270
      Rene Brun authored
      another fix for the uninitialized variable spotted by Federico, plus the addition of TGeoMatrix::Print() in the context menu needed by Bjorn in Bug report  #27780.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@21290 27541ba8-7e3a-0410-8455-c3a389f83636
      02b52270
    • Rene Brun's avatar
      From Andrei: · e72d2122
      Rene Brun authored
      I added coherency to all TGeoBuilder::MakeXXX("name",...) that now create the shape for the corresponding volume with the same name.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@21287 27541ba8-7e3a-0410-8455-c3a389f83636
      e72d2122
  28. Dec 07, 2007
  29. Dec 06, 2007
    • Rene Brun's avatar
      From Andrei: · 9db5aa64
      Rene Brun authored
      -The fix in navigation adds protections in case of MANY overlaps of divided volumes, plus precision-related changes like:
      
      if (snext<fStep)  ->  if (snext<fStep-gTolerance)
      
      This should fix the discrepancies found when running stressGeometry.
      see coming check-in.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@21222 27541ba8-7e3a-0410-8455-c3a389f83636
      9db5aa64
  30. Dec 05, 2007
Loading