SCTInfo.java

00001 /*
00002  * SCTInfo.java
00003  *
00004  * Created on 24 June 2003, 13:49
00005  */
00006 
00007 package DisplayGUI;
00008 
00013 public interface SCTInfo {
00014 
00015    String[] SCTViewNames = {"Barrel 3","Barrel 4","Barrel 5","Barrel 6",
00016 "EndCap 1a","EndCap 2a","EndCap 3a","EndCap 4a","EndCap 5a","EndCap 6a","EndCap 7a","EndCap 8a","EndCap 9a",
00017 "EndCap 1c","EndCap 2c","EndCap 3c","EndCap 4c","EndCap 5c","EndCap 6c","EndCap 7c","EndCap 8c","EndCap 9c"
00018 };
00019    String[] SCTSerialNumbers = {"20220300100003","20220300100004","20220300100005","20220300100006",
00020    "20220000000000",
00021    "20220000000000",
00022    "20220000000000",
00023    "20220000000000",
00024    "20220000000000",
00025    "20220000000000",
00026    "20220000000000",
00027    "20220000000000",
00028    "20220000000000",
00029    "20220000000000",
00030    "20220000000000",
00031    "20220000000000",
00032    "20220000000000",
00033    "20220000000000",
00034    "20220000000000",
00035    "20220000000000",
00036    "20220000000000",
00037    "20220000000000"};
00038 
00039    static final int Barrel3=0;
00040    static final int Barrel4=1;
00041    static final int Barrel5=2;
00042    static final int Barrel6=3;
00043    static final int EndCap1a=4;
00044    static final int EndCap2a=5;
00045    static final int EndCap3a=6;
00046    static final int EndCap4a=7;
00047    static final int EndCap5a=8;
00048    static final int EndCap6a=9;
00049    static final int EndCap7a=10;
00050    static final int EndCap8a=11;
00051    static final int EndCap9a=12;
00052    static final int EndCap1c=13;
00053    static final int EndCap2c=14;
00054    static final int EndCap3c=15;
00055    static final int EndCap4c=16;
00056    static final int EndCap5c=17;
00057    static final int EndCap6c=18;
00058    static final int EndCap7c=19;
00059    static final int EndCap8c=20;
00060    static final int EndCap9c=21;
00061 
00062    String[] moduleGroupNames = {"ModuleGroup 0","ModuleGroup 1"};
00063 
00064 // BarrelModuleCell[row][moduleNo]; row 0 to 175, moduleNo 0 to 11
00065    int totalBarrelRows=176;
00066    int sctViews = 22;   //< Number of SCT components views: 4 barrels, 18 endcaps
00067 //   ModuleCell[][] moduleCells = new ModuleCell[totalBarrelRows][];
00068    int[] moduleCounts = {384,480,576,672,   //< number of modules in each barrel
00069 92,132,132,132,132,132,92,92,52,            //< number of modules in endcaps 1a,2a,3a,4a,5a,6a,7a,8a,9a
00070 92,132,132,132,132,132,92,92,52};           //< number of modules in endcaps 1c,2c,3c,4c,5c,6c,7c,8c,9c
00071 
00072 // the number of GraphicalCells offsets for each barrel
00073    int yOffSetCount[] = {12,8,4,0};
00074    int barrelRowOffset[] = {0,32,72,120};
00075    int barrelRows[] = {32,40,48,56};
00076 
00077    int rodSlots=17;
00078    int rodChannels=48;
00079 
00080     
00081 }

Generated on Mon Feb 6 14:12:18 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6