]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STRUCT/ViewMAG.C
The present commit corresponds to an important change in the way the
[u/mrichter/AliRoot.git] / STRUCT / ViewMAG.C
1 void ViewMAG()
2 {
3    gMC->Gsatt("L3MO","seen",0);
4    gMC->Gsatt("L3CO","seen",1);
5    gMC->Gsatt("L3C1","seen",1);
6    gMC->Gsatt("L3YO","seen",1);
7    gMC->Gsatt("L3DO","seen",0);
8    gMC->Gsatt("L3FR","seen",1);
9    gMC->Gsatt("L3IR","seen",0);
10    gMC->Gsatt("L3O1","seen",1);
11    gMC->Gsatt("L3O2","seen",1);
12 }