]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STRUCT/ViewPIPE.C
Compilation on Windows/Cygwin. Corrected dependences
[u/mrichter/AliRoot.git] / STRUCT / ViewPIPE.C
1 void ViewPIPE()
2 {
3    gMC->Gsatt("QQMO","seen",1);
4    gMC->Gsatt("QDT1","seen",1);
5    gMC->Gsatt("QTB1","seen",1);
6    gMC->Gsatt("QDT2","seen",1);
7    gMC->Gsatt("QTB2","seen",1);
8    gMC->Gsatt("QDT5","seen",1);
9    gMC->Gsatt("QTB5","seen",1);
10    gMC->Gsatt("QDT7","seen",1);
11    gMC->Gsatt("QTB7","seen",1);
12    gMC->Gsatt("QN63","seen",1);
13 }