I am writing a Kalman filter using the error_propagation package. It would be very useful to access the transformation matrix in error_propagation/include/G4ErrorFreeTrajState.hh after track propagation. All that is needed is an accessor function like: G4ErrorMatrix GetTransfMat() const { return theTransfMat; } Thanks, -Matt Wysocki