]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/ViewSTART.C
When calculating a*a-b*b the form (a-b)*(a+b) is usually more numerically stable.
[u/mrichter/AliRoot.git] / macros / ViewSTART.C
1 void ViewT0()
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