]> git.uio.no Git - u/mrichter/AliRoot.git/blame - CRT/ViewCRT.C
Correct initialization of ann array
[u/mrichter/AliRoot.git] / CRT / ViewCRT.C
CommitLineData
ba316699 1void ViewCRT()
fb7a1f55 2{
ba316699 3 gMC->Gsatt("ALIC","seen",0);
ba316699 4
465f4d69 5 gMC->Gsatt("L3MO","seen",0); // L3 Magnet, Mother
6 gMC->Gsatt("L3CO","seen",1); // Coils
7 gMC->Gsatt("L3C1","seen",1); // Coils
8 gMC->Gsatt("L3YO","seen",1); // Yoke
9 gMC->Gsatt("L3DO","seen",0); // return Yoke (DOOR)
10 gMC->Gsatt("L3FR","seen",1); // DOOR
11 gMC->Gsatt("L3IR","seen",0); // Inner layer
12 gMC->Gsatt("L3O1","seen",1); // Door opening
13 gMC->Gsatt("L3O2","seen",1); // Door opening
fb7a1f55 14
465f4d69 15 gMC->Gsatt("CRT1", "seen", 0); // CRT Mother
16 gMC->Gsatt("CRT2", "seen", 0); // Module air box
17 gMC->Gsatt("CRT3", "seen", 1); // Scintillators
18 gMC->Gsatt("CRT3", "colo", 2); // Scintillators
19 gMC->Gsatt("CRT4", "seen", 1); // Aluminium frame (long bars)
20 gMC->Gsatt("CRT4", "colo", 3); //
21 gMC->Gsatt("CRT5", "seen", 1); // Aluminium frame (short bars)
22 gMC->Gsatt("CRT5", "colo", 3); //
23 gMC->Gsatt("CRT6", "seen", 1); // Module support
24 gMC->Gsatt("CRT6", "colo", 3); //
fb7a1f55 25}