/* dMvbRaw */ /* Raw data for the MVD barrel */ struct dMvbRaw { short shell; /* 0-1 = inner,outer barrel */ short row; /* 0-5 = six rows in the hexagonal barrel */ short cell; /* 0-11 = 12 Si detectors per row */ short strip; /* 0-255 = 256 strips per detector */ short adc; /* adc value for this strip */ };