]> git.uio.no Git - u/mrichter/AliRoot.git/blob - CRT/ViewCRT.C
Using TMath::Abs instead of fabs
[u/mrichter/AliRoot.git] / CRT / ViewCRT.C
1 void ViewCRT()
2 {
3    gMC->Gsatt("ALIC","seen",0);
4    gMC->Gsatt("L3MO","seen",1); // L3 Magnet
5    gMC->Gsatt("CRT1","seen",1); // Scintillators
6
7    // Draw the molasse volumes
8    gMC->Gsatt("CMO1","seen",0); // Exactly above the HALL
9    gMC->Gsatt("CMO2","seen",0); // Molasse, along the PM25
10    gMC->Gsatt("CMO3","seen",0); // molasse along the PGC2
11    gMC->Gsatt("CMO4","seen",0); // Molasse, behind the PX24 upper part
12    gMC->Gsatt("CMO5","seen",0); // molasse behind px24, lower part
13    gMC->Gsatt("CMO6","seen",0); // behind the PX24
14    gMC->Gsatt("CMO7","seen",0); // behind the PGC2
15    gMC->Gsatt("CMO8","seen",0); // on the right side.
16    gMC->Gsatt("CMO9","seen",0); // on the left side.
17    gMC->Gsatt("CM10","seen",0); // betwen PX24 & PM25.
18    gMC->Gsatt("CM11","seen",0); // betwen PGC2 & PM25.
19    gMC->Gsatt("CM12","seen",0); // box above the hall.
20
21 }