This file contains the 75 x 75 covariance matrix for $\sigma(e^+e^- \to \pi^+\pi^-)$. To open the cov matrix, just use the following FORTRAN code: open(UNIT=49,FILE= $'./covspp10.dat', $ STATUS='OLD') DO I=1,75 DO J=1,75 read(49,*) a(i,j) ENDDO ENDDO close(49)