]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/ViewTPC.C
Introduction of the reference to Copyright and cvs Id
[u/mrichter/AliRoot.git] / TPC / ViewTPC.C
CommitLineData
fe4da5cc 1//void ViewTPC()
2{
1283eee5 3 gMC->Gsatt("TPC","SEEN",0);
4 gMC->Gsatt("TGAS","SEEN",0);
5 gMC->Gsatt("TPSG","SEEN",0);
6 gMC->Gsatt("TPHV","SEEN",1);
7 gMC->Gsatt("TPMH","SEEN",1);
8 gMC->Gsatt("TPEC","SEEN",0);
9 gMC->Gsatt("TRCS","SEEN",1);
10 gMC->Gsatt("TRCL","SEEN",1);
11 gMC->Gsatt("TPWL","SEEN",1);
12 gMC->Gsatt("TPWI","SEEN",1);
13 gMC->Gsatt("TPWS","SEEN",1);
14 gMC->Gsatt("TPW1","SEEN",1);
15 gMC->Gsatt("TPS1","SEEN",1);
16 gMC->Gsatt("TPS2","SEEN",1);
17 gMC->Gsatt("TPG1","SEEN",1);
18 gMC->Gsatt("TPG2","SEEN",1);
19 gMC->Gsatt("TPWC","SEEN",1);
20 gMC->Gsatt("TPSI","SEEN",1);
21 gMC->Gsatt("TPSO","SEEN",1);
22 gMC->Gsatt("TPCO","SEEN",1);
23 gMC->Gsatt("TPOV","SEEN",1);
24 gMC->Gsatt("TPVD","SEEN",1);
25 gMC->Gsatt("TLGA","SEEN",-1);
26 gMC->Gsatt("TSGA","SEEN",-1);
fe4da5cc 27
28}