]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/ViewSTART.C
First commit
[u/mrichter/AliRoot.git] / macros / ViewSTART.C
1 void ViewSTART()
2 {
3   //   gMC->Gsatt("STRT","seen",0);
4    gMC->Gsatt("0IN","seen",0);
5    gMC->Gsatt("0PM","seen",1);
6    gMC->Gsatt("0DI","seen",1);
7 }
8
9