]> git.uio.no Git - u/mrichter/AliRoot.git/blob - CRT/ViewCRT.C
Adding local data container for clusterisation and tracking (Christian Finck)
[u/mrichter/AliRoot.git] / CRT / ViewCRT.C
1 void ViewCRT()
2 {
3    gMC->Gsatt("ALIC","seen",0);
4
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
14
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); //
25 }