ROOT logo
void ViewTOF()
{
   AliDetector *TOF  = gAlice->GetDetector("TOF");
   gMC->Gsatt("*","seen",0);
   gMC->Gsatt("BTO1","seen",0);
   gMC->Gsatt("BTO2","seen",0);
   gMC->Gsatt("BTO3","seen",0);
   gMC->Gsatt("FLT1","seen",1);
   gMC->Gsatt("FLT2","seen",1);
   gMC->Gsatt("FLT3","seen",1);
//   gMC->Gsatt("BTO1","fill",7);
//   gMC->Gsatt("BTO2","fill",7);
//   gMC->Gsatt("BTO3","fill",7);
//   gMC->Gsatt("FLT1","fill",7);
//   gMC->Gsatt("FLT2","fill",7);
//   gMC->Gsatt("FLT3","fill",7);
   gMC->Gsatt("FSTR","seen",1);
//   gMC->Gsatt("FPAD","seen",0);
}
 ViewTOF.C:1
 ViewTOF.C:2
 ViewTOF.C:3
 ViewTOF.C:4
 ViewTOF.C:5
 ViewTOF.C:6
 ViewTOF.C:7
 ViewTOF.C:8
 ViewTOF.C:9
 ViewTOF.C:10
 ViewTOF.C:11
 ViewTOF.C:12
 ViewTOF.C:13
 ViewTOF.C:14
 ViewTOF.C:15
 ViewTOF.C:16
 ViewTOF.C:17
 ViewTOF.C:18
 ViewTOF.C:19
 ViewTOF.C:20