-
- Downloads
An error occurred while retrieving diff files
From Andrei:
- new files TGeoOverlap.h/cxx in geompainter directory. Contains one base class and 2 derived, describing overlaps. The CheckOverlaps() methods in TGeoManager and TGeoVolume fills a list of these objects which is held by TGeoManager class and appears in the browser as "Illegal overlaps". The elements in this list are ordered according the overlapping distance, big comes first and extrusions before node overlaps. Double-clicking triggers drawing. Points in the overlapping/extruding region are paint in red, while the 2 candidates in bleu/green. The list of overlaps is dynamic and changes whenever a check is done per volume. - volumes with invalid shapes post a warning (see ATLAS) git-svn-id: http://root.cern.ch/svn/root/trunk@6083 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- geom/inc/TGeoManager.h 8 additions, 4 deletionsgeom/inc/TGeoManager.h
- geom/inc/TGeoShape.h 2 additions, 1 deletiongeom/inc/TGeoShape.h
- geom/inc/TGeoVolume.h 1 addition, 3 deletionsgeom/inc/TGeoVolume.h
- geom/src/TGeoCone.cxx 3 additions, 1 deletiongeom/src/TGeoCone.cxx
- geom/src/TGeoManager.cxx 64 additions, 26 deletionsgeom/src/TGeoManager.cxx
- geom/src/TGeoTube.cxx 2 additions, 1 deletiongeom/src/TGeoTube.cxx
- geom/src/TGeoVolume.cxx 34 additions, 67 deletionsgeom/src/TGeoVolume.cxx
- geompainter/inc/LinkDef.h 3 additions, 0 deletionsgeompainter/inc/LinkDef.h
- geompainter/inc/TGeoOverlap.h 107 additions, 0 deletionsgeompainter/inc/TGeoOverlap.h
- geompainter/src/TGeoChecker.cxx 40 additions, 15 deletionsgeompainter/src/TGeoChecker.cxx
- geompainter/src/TGeoOverlap.cxx 231 additions, 0 deletionsgeompainter/src/TGeoOverlap.cxx
- geompainter/src/TGeoPainter.cxx 5 additions, 4 deletionsgeompainter/src/TGeoPainter.cxx
Loading
Please register or sign in to comment