]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TOF/ViewTOF.C
corrected includes from g4std
[u/mrichter/AliRoot.git] / TOF / ViewTOF.C
1 void ViewTOF()
2 {
3    AliDetector *TOF  = gAlice->GetDetector("TOF");
4    gMC->Gsatt("*","seen",0);
5    gMC->Gsatt("BTO1","seen",0);
6    gMC->Gsatt("BTO2","seen",0);
7    gMC->Gsatt("BTO3","seen",0);
8    gMC->Gsatt("FLT1","seen",1);
9    gMC->Gsatt("FLT2","seen",1);
10    gMC->Gsatt("FLT3","seen",1);
11 //   gMC->Gsatt("BTO1","fill",7);
12 //   gMC->Gsatt("BTO2","fill",7);
13 //   gMC->Gsatt("BTO3","fill",7);
14 //   gMC->Gsatt("FLT1","fill",7);
15 //   gMC->Gsatt("FLT2","fill",7);
16 //   gMC->Gsatt("FLT3","fill",7);
17    gMC->Gsatt("FSTR","seen",1);
18 //   gMC->Gsatt("FPAD","seen",0);
19 }