C C Common with output data from the GETCLUST subroutine C Maximal number of chambers is 5 C Maximal number of clusters in one plane is 10 C NCLUX(I_CHA) - number of clusters in x_plane of chamber I_CHA C NCLUY(I_CHA) - number of clusters in y_plane of chamber I_CHA C CLUX(1,J,I_CHA) - coordinate of J-th cluster in x-plane of chamber I_CHA C CLUX(2,J,I_CHA) - width of J-th cluster in x-plane of chamber I_CHA C CLUY(1,J,I_CHA) - coordinate of J-th cluster in y-plane of chamber I_CHA C CLUY(2,J,I_CHA) - width of J-th cluster in y-plane of chamber I_CHA C INTEGER NCLUX, NCLUY REAL CLUX, CLUY COMMON/CLUSTERS/NCLUX(5),NCLUY(5),CLUX(2,100,5),CLUY(2,100,5) C