]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/ViewSTART.C
Removing obsolete configuration options in TPC
[u/mrichter/AliRoot.git] / macros / ViewSTART.C
index 7f1454c119ea37e08da74b1378f8a00763a2aaa9..ce07bfc23b7a78024c6f6c81e3c08b4c7b4fc7cb 100755 (executable)
@@ -1,24 +1,9 @@
 void ViewSTART()
 {
-  gMC->Gsatt("0STR","seen",1);
-  gMC->Gsatt("0STL","seen",1);
-  //  gMC->Gsatt("0INS","seen",1);
-  //  gMC->Gsatt("0PMT","seen",1);
-//  gMC->Gsatt("0DIV","seen",1);
-//   gMC->Gsatt("0TOP","seen",1);
-//   gMC->Gsatt("0BOT","seen",1);
-//   gMC->Gsatt("0OUT","seen",1);
-//   gMC->Gsatt("0CER","seen",1);
-//   gMC->Gsatt("0STE","seen",1);
-//   gMC->Gsatt("0NB","seen",1);
-//   gMC->Gsatt("0KB","seen",1);
-//   gMC->Gsatt("0VAC","seen",1);
-//   gMC->Gsatt("0PIN","seen",1);
-//   gMC->Gsatt("0HOL","seen",1);
-//   gMC->Gsatt("0V1","seen",1);
-//   gMC->Gsatt("0V2","seen",1);
-//   gMC->Gsatt("0RS","seen",1);
-//   gMC->Gsatt("0RB","seen",1);
+  //   gMC->Gsatt("STRT","seen",0);
+   gMC->Gsatt("0IN","seen",0);
+   gMC->Gsatt("0PM","seen",1);
+   gMC->Gsatt("0DI","seen",1);
 }