]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/ViewFMD.C
Restoring the correspondence between Config.C and G3 visualization
[u/mrichter/AliRoot.git] / macros / ViewFMD.C
1 void ViewFMD()
2 {
3    gMC->Gsatt("FMD1","seen",1);
4    gMC->Gsatt("FMD2","seen",1);
5    gMC->Gsatt("FMD3","seen",1);
6    gMC->Gsatt("FMD4","seen",1);
7    gMC->Gsatt("FMD5","seen",1);
8 }