]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/ViewSTART.C
removing commented lines and header from tchain
[u/mrichter/AliRoot.git] / macros / ViewSTART.C
index 08ac7559785790210fca02135bf8e94a1a85a642..ce07bfc23b7a78024c6f6c81e3c08b4c7b4fc7cb 100755 (executable)
@@ -1,9 +1,9 @@
 void ViewSTART()
 {
-   gMC->Gsatt("STRT","seen",0);
-   gMC->Gsatt("INST","seen",0);
-   gMC->Gsatt("PMT","seen",1);
-   gMC->Gsatt("DIVI","seen",1);
+  //   gMC->Gsatt("STRT","seen",0);
+   gMC->Gsatt("0IN","seen",0);
+   gMC->Gsatt("0PM","seen",1);
+   gMC->Gsatt("0DI","seen",1);
 }