Problem 1248

Summary: Access to member variable in G4ErrorFreeTrajState.hh
Product: Geant4 Reporter: Matt Wysocki <matthew.g.wysocki>
Component: error_propagationAssignee: Pedro.Arce
Status: RESOLVED FIXED    
Severity: enhancement CC: matthew.g.wysocki
Priority: P3    
Version: other   
Hardware: PC   
OS: Linux   

Description Matt Wysocki 2011-09-09 20:15:30 CEST
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