]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/ViewACORDE.C
Error messages stored in the global raw-reader error log (Cvetan, Chiara)
[u/mrichter/AliRoot.git] / ACORDE / ViewACORDE.C
CommitLineData
b86e74f5 1void ViewACORDE()
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("ACORDE1", "seen", 0); // ACORDE Mother
16 gMC->Gsatt("ACORDE2", "seen", 0); // Module air box
17 gMC->Gsatt("ACORDE3", "seen", 1); // Scintillators
18 gMC->Gsatt("ACORDE3", "colo", 2); // Scintillators
19 gMC->Gsatt("ACORDE4", "seen", 1); // Aluminium frame (long bars)
20 gMC->Gsatt("ACORDE4", "colo", 3); //
21 gMC->Gsatt("ACORDE5", "seen", 1); // Aluminium frame (short bars)
22 gMC->Gsatt("ACORDE5", "colo", 3); //
23 gMC->Gsatt("ACORDE6", "seen", 1); // Module support
24 gMC->Gsatt("ACORDE6", "colo", 3); //
25}