~maus-release/maus/release

« back to all changes in this revision

Viewing changes to src/py_cpp/PyGlobalErrorTracking.cc

  • Committer: Paolo Franchini
  • Date: 2018-06-24 14:27:26 UTC
  • mfrom: (659.2.80 release-candidate)
  • Revision ID: p.franchini@warwick.ac.uk-20180624142726-nbxxyjyer146dr1t
Tags: MAUS-v3.2.0
MAUS-v3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
753
753
std::string("   Cov(u_i, u_j) is the covariance.\n")+
754
754
std::string(" - target_z: target z position to which trajectory should be\n")+
755
755
std::string("   integrated.\n")+
756
 
std::string("Returns None.\n");
 
756
std::string("Returns tuple of (centroid, ellipse) after propagation.\n");
757
757
 
758
758
static PyObject* propagate_errors
759
759
                              (PyObject *self, PyObject *args, PyObject *kwds) {