]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/ViewRICH.C
Moving the alignment-related static methods from AliAlignObj to the new geometry...
[u/mrichter/AliRoot.git] / macros / ViewRICH.C
1 void ViewHMPID()
2 {
3    gMC->Gsatt("HMPID","seen",0);
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);
10    gMC->Gsatt("BARR","seen",1);
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 }