-
- Downloads
New version from Andrei and Mihaela:
- several implementations of method Safety for shapes - few bug fixes in safety computation (phi segmented shapes) - volumes have now an unique ID that you can get with GetNumber() - Mihaela implemented an overlap checker that can be called either for all geometry : TGeoManager::CheckOverlaps(Double_t ovlp=0.1) or just for a given volume. OVLP is the lower overlapping limit. The checker looks for the following errors in the geometry definition : 1 - nodes extruding their mother - can be visualised with TGeoManager::DrawExtrusion(char *mother, char *node) which draws mother in blue and extruding daughter in red 2 - ONLY brothers overlapping to each other - can be visualized with TGeoManager::DrawOverlap(char *volume, char *node1, char *node2) - node1 will appear in red and node2 in blue. These methods can be called only after CheckOverlaps() that prints the list of overlaps. They are all in the context menu of both TGeoVolume and TGeoManager. git-svn-id: http://root.cern.ch/svn/root/trunk@6068 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- geom/inc/TGeoBBox.h 2 additions, 1 deletiongeom/inc/TGeoBBox.h
- geom/inc/TGeoCone.h 3 additions, 1 deletiongeom/inc/TGeoCone.h
- geom/inc/TGeoManager.h 5 additions, 2 deletionsgeom/inc/TGeoManager.h
- geom/inc/TGeoPcon.h 2 additions, 1 deletiongeom/inc/TGeoPcon.h
- geom/inc/TGeoShape.h 3 additions, 1 deletiongeom/inc/TGeoShape.h
- geom/inc/TGeoSphere.h 2 additions, 1 deletiongeom/inc/TGeoSphere.h
- geom/inc/TGeoTube.h 3 additions, 1 deletiongeom/inc/TGeoTube.h
- geom/inc/TGeoVolume.h 5 additions, 1 deletiongeom/inc/TGeoVolume.h
- geom/inc/TVirtualGeoPainter.h 7 additions, 1 deletiongeom/inc/TVirtualGeoPainter.h
- geom/src/TGeoArb8.cxx 34 additions, 26 deletionsgeom/src/TGeoArb8.cxx
- geom/src/TGeoBBox.cxx 8 additions, 1 deletiongeom/src/TGeoBBox.cxx
- geom/src/TGeoCone.cxx 29 additions, 17 deletionsgeom/src/TGeoCone.cxx
- geom/src/TGeoManager.cxx 41 additions, 2 deletionsgeom/src/TGeoManager.cxx
- geom/src/TGeoPara.cxx 26 additions, 16 deletionsgeom/src/TGeoPara.cxx
- geom/src/TGeoPcon.cxx 52 additions, 26 deletionsgeom/src/TGeoPcon.cxx
- geom/src/TGeoPgon.cxx 144 additions, 48 deletionsgeom/src/TGeoPgon.cxx
- geom/src/TGeoShape.cxx 19 additions, 1 deletiongeom/src/TGeoShape.cxx
- geom/src/TGeoSphere.cxx 52 additions, 3 deletionsgeom/src/TGeoSphere.cxx
- geom/src/TGeoTrd1.cxx 100 additions, 168 deletionsgeom/src/TGeoTrd1.cxx
- geom/src/TGeoTrd2.cxx 107 additions, 173 deletionsgeom/src/TGeoTrd2.cxx
Loading
Please register or sign in to comment