From: fca Date: Thu, 4 Nov 1999 17:03:50 +0000 (+0000) Subject: Update for the new version of the TPC X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=afd3e744fe88f1a21fb1284067266d5aceb321b8 Update for the new version of the TPC --- diff --git a/TPC/ViewTPC.C b/TPC/ViewTPC.C index 0250ee822e5..f593d3e34e1 100644 --- a/TPC/ViewTPC.C +++ b/TPC/ViewTPC.C @@ -1,28 +1,32 @@ //void ViewTPC() { gMC->Gsatt("TPC","SEEN",0); + gMC->Gsatt("TPEC","SEEN",0); gMC->Gsatt("TGAS","SEEN",0); - gMC->Gsatt("TPSG","SEEN",0); - gMC->Gsatt("TPHV","SEEN",1); gMC->Gsatt("TPMH","SEEN",1); - gMC->Gsatt("TPEC","SEEN",0); + gMC->Gsatt("TPHV","SEEN",1); + gMC->Gsatt("TPSG","SEEN",0); gMC->Gsatt("TRCS","SEEN",1); gMC->Gsatt("TRCL","SEEN",1); - gMC->Gsatt("TPWL","SEEN",1); + gMC->Gsatt("TSGA","SEEN",0); + gMC->Gsatt("TSST","SEEN",0); + gMC->Gsatt("TLGA","SEEN",0); + gMC->Gsatt("TLST","SEEN",0); gMC->Gsatt("TPWI","SEEN",1); + gMC->Gsatt("TPWL","SEEN",0); + gMC->Gsatt("TPCO","SEEN",1); + gMC->Gsatt("TPOV","SEEN",0); + gMC->Gsatt("TPG1","SEEN",0); gMC->Gsatt("TPWS","SEEN",1); gMC->Gsatt("TPW1","SEEN",1); - gMC->Gsatt("TPS1","SEEN",1); + gMC->Gsatt("TPS1","SEEN",0); gMC->Gsatt("TPS2","SEEN",1); - gMC->Gsatt("TPG1","SEEN",1); gMC->Gsatt("TPG2","SEEN",1); gMC->Gsatt("TPWC","SEEN",1); - gMC->Gsatt("TPSI","SEEN",1); - gMC->Gsatt("TPSO","SEEN",1); - gMC->Gsatt("TPCO","SEEN",1); - gMC->Gsatt("TPOV","SEEN",1); + gMC->Gsatt("TPSE","SEEN",1); + gMC->Gsatt("TPSI","SEEN",0); + gMC->Gsatt("TPSO","SEEN",0); gMC->Gsatt("TPVD","SEEN",1); - gMC->Gsatt("TLGA","SEEN",-1); - gMC->Gsatt("TSGA","SEEN",-1); - + gMC->Gsatt("TIVC","SEEN",0); + gMC->Gsatt("TIVB","SEEN",0); }