]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STRUCT/ViewDIPO.C
Coding rule violations.
[u/mrichter/AliRoot.git] / STRUCT / ViewDIPO.C
CommitLineData
4e47b882 1void ViewDIPO()
fe4da5cc 2{
3 gMC->Gsatt("DDIP","seen",0);
4 gMC->Gsatt("DC1 ","seen",1);
5 gMC->Gsatt("DC2 ","seen",1);
6 gMC->Gsatt("DC3 ","seen",1);
7 gMC->Gsatt("DC4 ","seen",1);
8 gMC->Gsatt("DC11","seen",1);
9 gMC->Gsatt("DC21","seen",1);
10 gMC->Gsatt("DC12","seen",1);
11 gMC->Gsatt("DC22","seen",1);
12 gMC->Gsatt("DL1 ","seen",1);
13 gMC->Gsatt("DL2 ","seen",1);
14 gMC->Gsatt("DY1 ","seen",1);
15 gMC->Gsatt("DY2 ","seen",1);
16 gMC->Gsatt("DYL ","seen",1);
17 gMC->Gsatt("DY3 ","seen",1);
18 gMC->Gsatt("DY4 ","seen",1);
19 gMC->Gsatt("DY5 ","seen",1);
20 gMC->Gsatt("DY6 ","seen",1);
21 gMC->Gsatt("DY7 ","seen",1);
22}