]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/ViewEMCAL.C
From v4-11-Release: fixes in rec.C for the cosmic data + new dialog based shell scrip...
[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 }