]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/ViewEMCAL.C
Updated version of ITS geometry
[u/mrichter/AliRoot.git] / macros / ViewEMCAL.C
1 void ViewEMCAL(){
2     gMC->Gsatt("XEN1","seen",0);  // EMCAL envelope/mother volume
3     gMC->Gsatt("XALU","seen",1);  //
4     gMC->Gsatt("XPST","seen",0);
5     gMC->Gsatt("XPBX","seen",0);
6     
7 }