]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/ViewSTART.C
New class for AOD<->MC association
[u/mrichter/AliRoot.git] / macros / ViewSTART.C
index 08ac7559785790210fca02135bf8e94a1a85a642..baa5fbaa910d0a9353ed29fdb7f3ced5360e71e6 100755 (executable)
@@ -1,9 +1,9 @@
-void ViewSTART()
+void ViewT0()
 {
-   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);
 }