/* dMvdNclmp contains the number of "clumps" of adjacent strips */ /* in each shell (r segments) and row (phi segments) of the MVD barrel.*/ /* In the normal organization, the first six entries in this table */ /* (0-5) come from the inner shell and the next 6 (6-11) come from the */ /* outer shell. */ struct dMvdNclmp { short num; /* N clumps in this shell/row */ short shell; /* shell number (0 or 1) */ short row; /* row number (0-5) */ };