C C Common with input data for the LINEFIT subroutine C Maximal number of MWPC planes is 5 C IVCLU = 0, if there is no cluster in the corresponding plane C CCLU is the cluster coordinate C WCLU is the cluster width C ZCLU is z-coordinate of the MWPC plane C ZCLU2 = ZCLU**2 C INTEGER IVCLU REAL WCLU, CCLU, ZCLU, ZCLU2 C COMMON/CLUSET/IVCLU(5),CCLU(5),WCLU(5),ZCLU(5),ZCLU2(5) C