]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TOF/ViewTOFplates.C
Fix for coverity
[u/mrichter/AliRoot.git] / TOF / ViewTOFplates.C
1 void ViewTOFplates()
2 {
3 //=====> Level 1
4   // Level 1 for TOF volumes
5   gMC->Gsatt("B077","seen",0);
6
7
8 //==========> Level 2
9   // Level 2
10   gMC->Gsatt("B076","seen",-1); // all B076 sub-levels skipped -
11   gMC->Gsatt("B071","seen",0);
12   gMC->Gsatt("B074","seen",0);
13   gMC->Gsatt("B075","seen",0);
14   gMC->Gsatt("B080","seen",0); // B080 does not has sub-level
15
16   // Level 2 of B071
17   gMC->Gsatt("B063","seen",-1); // all B063 sub-levels skipped   -
18   gMC->Gsatt("B065","seen",-1); // all B065 sub-levels skipped   -
19   gMC->Gsatt("B067","seen",-1); // all B067 sub-levels skipped   -
20   gMC->Gsatt("B069","seen",-1); // all B069 sub-levels skipped   -
21   gMC->Gsatt("B056","seen",0);  // B056 does not has sub-levels  -
22   gMC->Gsatt("B059","seen",-1); // all B059 sub-levels skipped   -
23   gMC->Gsatt("B072","seen",-1); // all B072 sub-levels skipped   -
24   gMC->Gsatt("BTR1","seen",0);  // BTR1 do not have sub-levels   -
25   gMC->Gsatt("BTO1","seen",0);  
26
27
28   // Level 2 of B074
29   gMC->Gsatt("BTR2","seen",0); // BTR2 does not has sub-levels -
30   gMC->Gsatt("BTO2","seen",0);
31
32   // Level 2 of B075
33   gMC->Gsatt("BTR3","seen",0); // BTR3 do not have sub-levels -
34   gMC->Gsatt("BTO3","seen",0);
35
36 // ==================> Level 3
37   // Level 3 of B071 / Level 2 of BTO1
38   gMC->Gsatt("FTOC","seen",-2);
39   gMC->Gsatt("FTOB","seen",-2);
40   gMC->Gsatt("FTOA","seen",-2);
41
42   // Level 3 of B074 / Level 2 of BTO2
43   // -> cfr previous settings
44
45   // Level 3 of B075 / Level 2 of BTO3
46   // -> cfr previous settings
47
48   
49 }