~mwinter4/maus/ckov-update

« back to all changes in this revision

Viewing changes to src/common_cpp/Optics/CovarianceMatrix.hh

  • Committer: Chris Rogers
  • Date: 2012-11-23 11:19:42 UTC
  • mfrom: (659.1.50 release-candidate)
  • Revision ID: chris.rogers@stfc.ac.uk-20121123111942-5wi23zn7zx396q2d
Tags: MAUS-v0.4.1
MAUS-v0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define COMMON_CPP_OPTICS_COVARIANCE_MATRIX_HH
22
22
 
23
23
#include <vector>
 
24
#include <iostream>
24
25
 
25
26
#include "Maths/SymmetricMatrix.hh"
26
27
#include "Optics/PhaseSpaceVector.hh"