From d10c5d172c380d3a246473a20be70ff42acec688 Mon Sep 17 00:00:00 2001 From: ivana Date: Thu, 12 Jun 2008 19:23:57 +0000 Subject: [PATCH] Updating READMEgeometry: Changed the precision for checking overlaps to 0.001 (was 0.01) --- MUON/READMEgeometry.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MUON/READMEgeometry.txt b/MUON/READMEgeometry.txt index d1df05a7a90..b37d61bdc88 100644 --- a/MUON/READMEgeometry.txt +++ b/MUON/READMEgeometry.txt @@ -57,7 +57,7 @@ scene, MUONGeometryViewingHelper.C is also available.
 AliMpCDB::LoadMpSegmentation2(); 
 gAlice->Init("$ALICE_ROOT/MUON/Config.C");
-gGeoManager->CheckOverlaps();
+gGeoManager->CheckOverlaps(0.001);
 gGeoManager->PrintOverlaps();
 
@@ -72,7 +72,7 @@ does not remember all overlaps found during checking, in order to investigate them, one has to re-run the checking for each listed volume:
-gGeoManager->FindVolumeFast("MyVolume")->CheckOverlaps(0.01, "s");
+gGeoManager->FindVolumeFast("MyVolume")->CheckOverlaps(0.001, "s");
 gGeoManager->PrintOverlaps(); >& overlaps_MyVolume.txt 
 
At this stage the overlaps found for the selected volume can be also browsed -- 2.43.0