]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/ViewTPC.C
More details on installation pre-requisites
[u/mrichter/AliRoot.git] / TPC / ViewTPC.C
CommitLineData
fe4da5cc 1//void ViewTPC()
2{
1283eee5 3 gMC->Gsatt("TPC","SEEN",0);
afd3e744 4 gMC->Gsatt("TPEC","SEEN",0);
1283eee5 5 gMC->Gsatt("TGAS","SEEN",0);
1283eee5 6 gMC->Gsatt("TPMH","SEEN",1);
afd3e744 7 gMC->Gsatt("TPHV","SEEN",1);
8 gMC->Gsatt("TPSG","SEEN",0);
1283eee5 9 gMC->Gsatt("TRCS","SEEN",1);
10 gMC->Gsatt("TRCL","SEEN",1);
afd3e744 11 gMC->Gsatt("TSGA","SEEN",0);
12 gMC->Gsatt("TSST","SEEN",0);
13 gMC->Gsatt("TLGA","SEEN",0);
14 gMC->Gsatt("TLST","SEEN",0);
1283eee5 15 gMC->Gsatt("TPWI","SEEN",1);
afd3e744 16 gMC->Gsatt("TPWL","SEEN",0);
17 gMC->Gsatt("TPCO","SEEN",1);
18 gMC->Gsatt("TPOV","SEEN",0);
19 gMC->Gsatt("TPG1","SEEN",0);
1283eee5 20 gMC->Gsatt("TPWS","SEEN",1);
21 gMC->Gsatt("TPW1","SEEN",1);
afd3e744 22 gMC->Gsatt("TPS1","SEEN",0);
1283eee5 23 gMC->Gsatt("TPS2","SEEN",1);
1283eee5 24 gMC->Gsatt("TPG2","SEEN",1);
25 gMC->Gsatt("TPWC","SEEN",1);
afd3e744 26 gMC->Gsatt("TPSE","SEEN",1);
27 gMC->Gsatt("TPSI","SEEN",0);
28 gMC->Gsatt("TPSO","SEEN",0);
1283eee5 29 gMC->Gsatt("TPVD","SEEN",1);
afd3e744 30 gMC->Gsatt("TIVC","SEEN",0);
31 gMC->Gsatt("TIVB","SEEN",0);
fe4da5cc 32}