-
- Downloads
Added possibility to prevent known overlaps produced by misalignment by...
Added possibility to prevent known overlaps produced by misalignment by assignig priority to one of the candidates. This is not using the error prone AddNodeOverlap method, but composite shapes. One has to create the unprioritized shape as the subtraction of the original one and the shape of the node to prioritize, then position this composite shape colume with identity matrix. The prioritized volume should be added as node using the same local matrix as the one used in the subtraction operation. The matrix itself has to be declared shared via SetShared() method. Added few parameters to the RandomRays method. git-svn-id: http://root.cern.ch/svn/root/trunk@47228 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- geom/geom/inc/TGeoBoolNode.h 5 additions, 0 deletionsgeom/geom/inc/TGeoBoolNode.h
- geom/geom/inc/TGeoManager.h 1 addition, 1 deletiongeom/geom/inc/TGeoManager.h
- geom/geom/inc/TGeoMatrix.h 3 additions, 0 deletionsgeom/geom/inc/TGeoMatrix.h
- geom/geom/inc/TGeoPhysicalNode.h 1 addition, 1 deletiongeom/geom/inc/TGeoPhysicalNode.h
- geom/geom/inc/TGeoVolume.h 1 addition, 1 deletiongeom/geom/inc/TGeoVolume.h
- geom/geom/inc/TVirtualGeoPainter.h 1 addition, 1 deletiongeom/geom/inc/TVirtualGeoPainter.h
- geom/geom/src/TGeoBoolNode.cxx 47 additions, 0 deletionsgeom/geom/src/TGeoBoolNode.cxx
- geom/geom/src/TGeoManager.cxx 2 additions, 2 deletionsgeom/geom/src/TGeoManager.cxx
- geom/geom/src/TGeoNode.cxx 1 addition, 0 deletionsgeom/geom/src/TGeoNode.cxx
- geom/geom/src/TGeoPhysicalNode.cxx 84 additions, 14 deletionsgeom/geom/src/TGeoPhysicalNode.cxx
- geom/geom/src/TGeoVolume.cxx 2 additions, 2 deletionsgeom/geom/src/TGeoVolume.cxx
- geom/geompainter/inc/TGeoChecker.h 1 addition, 1 deletiongeom/geompainter/inc/TGeoChecker.h
- geom/geompainter/inc/TGeoPainter.h 1 addition, 1 deletiongeom/geompainter/inc/TGeoPainter.h
- geom/geompainter/src/TGeoChecker.cxx 45 additions, 18 deletionsgeom/geompainter/src/TGeoChecker.cxx
- geom/geompainter/src/TGeoPainter.cxx 2 additions, 2 deletionsgeom/geompainter/src/TGeoPainter.cxx
Loading
Please register or sign in to comment