]> git.uio.no Git - u/mrichter/AliRoot.git/blame - macros/ViewRICH.C
using new TPC offline functions (r27421) to significantly speed up the reconstruction...
[u/mrichter/AliRoot.git] / macros / ViewRICH.C
CommitLineData
de1857bb 1void ViewHMPID()
fe4da5cc 2{
de1857bb 3 gMC->Gsatt("HMPID","seen",0);
fe4da5cc 4 gMC->Gsatt("SRIC","seen",0);
5 gMC->Gsatt("HONE","seen",1);
6 gMC->Gsatt("ALUM","seen",1);
7 gMC->Gsatt("QUAR","seen",1);
8 gMC->Gsatt("SPAC","seen",1);
9 gMC->Gsatt("OQUA","seen",1);
88cb7938 10 gMC->Gsatt("BARR","seen",1);
fe4da5cc 11 gMC->Gsatt("META","seen",1);
12 gMC->Gsatt("GAP ","seen",1);
13 gMC->Gsatt("CSI ","seen",1);
14 gMC->Gsatt("GRID","seen",1);
15}