Problem 1248 - Access to member variable in G4ErrorFreeTrajState.hh
Summary: Access to member variable in G4ErrorFreeTrajState.hh
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: error_propagation (show other problems)
Version: other
Hardware: PC Linux
: P3 enhancement
Assignee: Pedro.Arce
URL:
Depends on:
Blocks:
 
Reported: 2011-09-09 20:15 CEST by Matt Wysocki
Modified: 2011-11-13 23:41 CET (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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