]> git.uio.no Git - u/mrichter/AliRoot.git/blob - CRT/ViewCRT.C
Erased first 2 rows. They were unnecessary.
[u/mrichter/AliRoot.git] / CRT / ViewCRT.C
1 void ViewACORDE()
2 {
3    //gMC->Gsatt("HHC1","seen",0); // Mother Volume
4    gMC->Gsatt("L3MO","seen",1); // Magnet
5    //gMC->Gsatt("SCNB","seen",0); // Module Box
6    gMC->Gsatt("SCNS","seen",1); // Scintillator. 
7    gMC->Gsatt("SPLA","seen",1);
8    gMC->Gsatt("SPAL","seen",1);
9    //gMC->Gsatt("SCLL","seen",1);
10    //gMC->Gsatt("SCLR","seen",1);
11    //gMC->Gsatt("SCSL","seen",1);
12    //gMC->Gsatt("SCSR","seen",1);
13
14 }