]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RICH/ViewRICH.C
Correct problem with Make-depend due to the new location of objects
[u/mrichter/AliRoot.git] / RICH / ViewRICH.C
1 //void ViewRICH()
2 {
3    gMC->Gsatt("RICH","seen",0);
4    gMC->Gsatt("SRIC","seen",0);
5    gMC->Gsatt("HONE","seen",1);
6    gMC->Gsatt("ALUM","seen",1);
7    gMC->Gsatt("QUAR","seen",1);
8    gMC->Gsatt("SPAC","seen",1);
9    gMC->Gsatt("OQUA","seen",1);
10    gMC->Gsatt("OQUF","seen",1);
11    gMC->Gsatt("BARR","seen",1);
12    gMC->Gsatt("FREO","seen",1);
13    gMC->Gsatt("META","seen",1);
14    gMC->Gsatt("GAP ","seen",1);
15    gMC->Gsatt("CSI ","seen",1);
16    gMC->Gsatt("GRID","seen",1);
17 }