]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/ViewRICH.C
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / macros / ViewRICH.C
diff --git a/macros/ViewRICH.C b/macros/ViewRICH.C
new file mode 100644 (file)
index 0000000..6719da6
--- /dev/null
@@ -0,0 +1,17 @@
+//void ViewRICH()
+{
+   gMC->Gsatt("RICH","seen",0);
+   gMC->Gsatt("SRIC","seen",0);
+   gMC->Gsatt("HONE","seen",1);
+   gMC->Gsatt("ALUM","seen",1);
+   gMC->Gsatt("QUAR","seen",1);
+   gMC->Gsatt("SPAC","seen",1);
+   gMC->Gsatt("OQUA","seen",1);
+   gMC->Gsatt("OQUF","seen",1);
+   gMC->Gsatt("BARR","seen",1);
+   gMC->Gsatt("FREO","seen",1);
+   gMC->Gsatt("META","seen",1);
+   gMC->Gsatt("GAP ","seen",1);
+   gMC->Gsatt("CSI ","seen",1);
+   gMC->Gsatt("GRID","seen",1);
+}