]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/ViewVZERO.C
Updates in GRP Preprocessor (Ernesto)
[u/mrichter/AliRoot.git] / macros / ViewVZERO.C
1 void ViewVZERO()
2 {
3
4      gMC->Gsatt("V0RI","seen",0);
5      
6      gMC->Gsatt("V0CA","seen",1);
7      gMC->Gsatt("V0IR","seen",1);
8      gMC->Gsatt("V0ER","seen",1);
9      
10      gMC->Gsatt("V0R0","seen",0);     
11      gMC->Gsatt("V0R1","seen",1);
12      gMC->Gsatt("V0R2","seen",1);
13      gMC->Gsatt("V0R3","seen",1);
14      gMC->Gsatt("V0R4","seen",1);
15      gMC->Gsatt("V0R5","seen",1); 
16      gMC->Gsatt("V0R6","seen",1); 
17     
18 }
19
20