]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/ViewTRD.C
New version from M.Kowalski
[u/mrichter/AliRoot.git] / TRD / ViewTRD.C
CommitLineData
82bbf98a 1//void ViewTRD()
fe4da5cc 2{
fe4da5cc 3
82bbf98a 4 gMC->Gsatt("B032","SEEN", 0);
5 gMC->Gsatt("B028","SEEN", 0);
6 gMC->Gsatt("B029","SEEN", 0);
7 gMC->Gsatt("B030","SEEN", 0);
8 gMC->Gsatt("BTR1","SEEN", 0);
9 gMC->Gsatt("BTR2","SEEN", 0);
10 gMC->Gsatt("BTR3","SEEN", 0);
11 gMC->Gsatt("TRD" ,"SEEN", 0);
12 gMC->Gsatt("UCII","SEEN", 0);
13 gMC->Gsatt("UCIM","SEEN", 0);
14 gMC->Gsatt("UCIO","SEEN", 0);
15 gMC->Gsatt("UL02","SEEN", 1);
16 gMC->Gsatt("UL05","SEEN", 1);
17 gMC->Gsatt("UL06","SEEN", 1);
fe4da5cc 18
82bbf98a 19}