00001 /* dEmcCalibTower.idl */ 00002 00011 struct dEmcCalibTower { 00012 short id; /* unique identifyer - currently serial number */ 00013 long hwkey; /* hardware key -- to search software database */ 00014 long swkey; /* software key -- to search software database */ 00015 short type; /* detector type: PbSc = 1, PbGl = 2 */ 00016 short arm; /* West = 0 - East = 1 */ 00017 short sector; /* sector number: 0,1,2,3 (West) - 3,2,1,0 (East) */ 00018 short ind[2]; /* Sector array indices: PbSc(x,y) = 72*36, or PbGl(x,y) = 96*48 */ 00019 float ecal; /* calibrated energy (GeV) */ 00024 float tof; /* calibrated time - flashtime (ns) */ 00025 00026 };