]> git.uio.no Git - u/mrichter/AliRoot.git/blame - macros/ViewSTART.C
Corrections to obey the coding conventions
[u/mrichter/AliRoot.git] / macros / ViewSTART.C
CommitLineData
073d29cf 1void ViewSTART()
2{
1774e9ff 3 gMC->Gsatt("0STR","seen",1);
4 gMC->Gsatt("0STL","seen",1);
5 // gMC->Gsatt("0INS","seen",1);
6 // gMC->Gsatt("0PMT","seen",1);
7// gMC->Gsatt("0DIV","seen",1);
8// gMC->Gsatt("0TOP","seen",1);
9// gMC->Gsatt("0BOT","seen",1);
10// gMC->Gsatt("0OUT","seen",1);
11// gMC->Gsatt("0CER","seen",1);
12// gMC->Gsatt("0STE","seen",1);
13// gMC->Gsatt("0NB","seen",1);
14// gMC->Gsatt("0KB","seen",1);
15// gMC->Gsatt("0VAC","seen",1);
16// gMC->Gsatt("0PIN","seen",1);
17// gMC->Gsatt("0HOL","seen",1);
18// gMC->Gsatt("0V1","seen",1);
19// gMC->Gsatt("0V2","seen",1);
20// gMC->Gsatt("0RS","seen",1);
21// gMC->Gsatt("0RB","seen",1);
073d29cf 22}
23
24