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