]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding a paragraph on checking overlaps.
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Dec 2005 09:01:44 +0000 (09:01 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Dec 2005 09:01:44 +0000 (09:01 +0000)
MUON/README

index 3dd770b7f8d3b1823e6bf605b2cfd6faab133771..d22cc20c12dd6513f7d3d1d0e3a1015b0e812f16 100644 (file)
@@ -96,6 +96,15 @@ gAlice->Init("$ALICE_ROOT/MUON/Config.C");
 gGeoManager->GetMasterVolume()->Draw();
 
 
+============================================================
+ How to check the overlap with the new Geometrical modeler
+ ftp://root.cern.ch/root/doc/chapter16.pdf
+ http://agenda.cern.ch/fullAgenda.php?ida=a05212
+============================================================
+gAlice->Init("$ALICE_ROOT/MUON/Config.C");
+gGeoManager->CheckOverlaps();
+gGeoManager->PrintOverlaps();
+
 ============================================================
  How to run MUONdisplay
 ============================================================