]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Updating READMEgeometry:
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Jun 2008 19:23:57 +0000 (19:23 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Jun 2008 19:23:57 +0000 (19:23 +0000)
Changed the precision for checking overlaps to 0.001 (was 0.01)

MUON/READMEgeometry.txt

index d1df05a7a90c6b08895ff71e846da6e45f5d0c49..b37d61bdc88bf96839a43344e62216b9e2a9ab05 100644 (file)
@@ -57,7 +57,7 @@ scene, MUONGeometryViewingHelper.C is also available.
 <pre>
 AliMpCDB::LoadMpSegmentation2(); 
 gAlice->Init("$ALICE_ROOT/MUON/Config.C");
-gGeoManager->CheckOverlaps();
+gGeoManager->CheckOverlaps(0.001);
 gGeoManager->PrintOverlaps();
 </pre>
 
@@ -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:
 <pre>
-gGeoManager->FindVolumeFast("MyVolume")->CheckOverlaps(0.01, "s");
+gGeoManager->FindVolumeFast("MyVolume")->CheckOverlaps(0.001, "s");
 gGeoManager->PrintOverlaps(); >& overlaps_MyVolume.txt 
 </pre>
 At this stage the overlaps found for the selected volume can be also browsed