]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/ViewFMD.C
Restoring the correspondence between Config.C and G3 visualization
[u/mrichter/AliRoot.git] / macros / ViewFMD.C
index 306545c6e97c6c8ddc580845f659071f5c792615..5db0b269646aec3dfd768daff5aee15bc4ae97af 100644 (file)
@@ -1,7 +1,8 @@
 void ViewFMD()
 {
-   gMC->Gsatt("FMD0","seen",1);
    gMC->Gsatt("FMD1","seen",1);
    gMC->Gsatt("FMD2","seen",1);
    gMC->Gsatt("FMD3","seen",1);
+   gMC->Gsatt("FMD4","seen",1);
+   gMC->Gsatt("FMD5","seen",1);
 }