]> git.uio.no Git - u/mrichter/AliRoot.git/blame - macros/ViewEMCAL.C
Fixes for bug #52499: Field polarities inconsistiency
[u/mrichter/AliRoot.git] / macros / ViewEMCAL.C
CommitLineData
9757d28c 1void 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}