]> git.uio.no Git - u/mrichter/AliRoot.git/blame - macros/ViewABSO.C
Restoring the correspondence between Config.C and G3 visualization
[u/mrichter/AliRoot.git] / macros / ViewABSO.C
CommitLineData
4e47b882 1void ViewABSO()
fe4da5cc 2{
61e7d3e9 3 gMC->Gsatt("ABSS","seen",0);
4 gMC->Gsatt("ABSM","seen",1);
5 gMC->Gsatt("ABST","seen",0);
6 gMC->Gsatt("APOL","seen",1);
7 gMC->Gsatt("ANOS","seen",0);
8 gMC->Gsatt("AWIN","seen",1);
1774e9ff 9 gMC->Gsatt("ACNO","seen",0);
10 // gMC->Gsatt("AWNO","seen",0);
61e7d3e9 11 gMC->Gsatt("AITR","seen",1);
12 gMC->Gsatt("ARPB","seen",0);
13 gMC->Gsatt("ACON","seen",1);
1774e9ff 14 gMC->Gsatt("ACFE","seen",0);
61e7d3e9 15 gMC->Gsatt("ACAR","seen",0);
16 gMC->Gsatt("ACAO","seen",1);
17 gMC->Gsatt("ARW0","seen",1);
18 gMC->Gsatt("ARW1","seen",1);
19 gMC->Gsatt("ARPE","seen",1);
20 gMC->Gsatt("AV11","seen",1);
21 gMC->Gsatt("AI11","seen",0);
61e7d3e9 22 gMC->Gsatt("AV21","seen",1);
23 gMC->Gsatt("AI21","seen",0);
1774e9ff 24 gMC->Gsatt("ASSS","seen",0);
25 gMC->Gsatt("ASST","seen",0);
fe4da5cc 26}