|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ErrorSurfaceTrajState.hh>
Inheritance diagram for G4ErrorSurfaceTrajState:Friends | |
| std::ostream & | operator<< (std::ostream &out, const G4ErrorSurfaceTrajState &ts) |
Additional Inherited Members | |
Protected Attributes inherited from G4ErrorTrajState | |
| G4String | fParticleType |
| G4Point3D | fPosition |
| G4Vector3D | fMomentum |
| G4double | fCharge = 0. |
| G4ErrorTrajErr | fError |
| G4eTSType | theTSType |
| G4Track * | theG4Track = nullptr |
| G4int | iverbose = 0 |
Definition at line 55 of file G4ErrorSurfaceTrajState.hh.
| G4ErrorSurfaceTrajState::G4ErrorSurfaceTrajState | ( | const G4String & | partType, |
| const G4Point3D & | pos, | ||
| const G4Vector3D & | mom, | ||
| const G4Plane3D & | plane, | ||
| const G4ErrorTrajErr & | errmat = G4ErrorTrajErr(5, 0) ) |
Definition at line 56 of file G4ErrorSurfaceTrajState.cc.
Referenced by operator<<.
| G4ErrorSurfaceTrajState::G4ErrorSurfaceTrajState | ( | const G4String & | partType, |
| const G4Point3D & | pos, | ||
| const G4Vector3D & | mom, | ||
| const G4Vector3D & | vecV, | ||
| const G4Vector3D & | vecW, | ||
| const G4ErrorTrajErr & | errmat = G4ErrorTrajErr(5, 0) ) |
Definition at line 46 of file G4ErrorSurfaceTrajState.cc.
| G4ErrorSurfaceTrajState::G4ErrorSurfaceTrajState | ( | G4ErrorFreeTrajState & | tpSC, |
| const G4Plane3D & | plane ) |
Definition at line 68 of file G4ErrorSurfaceTrajState.cc.
| G4ErrorSurfaceTrajState::G4ErrorSurfaceTrajState | ( | G4ErrorFreeTrajState & | tpSC, |
| const G4Vector3D & | vecV, | ||
| const G4Vector3D & | vecW, | ||
| G4ErrorMatrix & | transfM ) |
Definition at line 84 of file G4ErrorSurfaceTrajState.cc.
|
inline |
Definition at line 78 of file G4ErrorSurfaceTrajState.hh.
| G4ErrorMatrix G4ErrorSurfaceTrajState::BuildErrorMatrix | ( | G4ErrorFreeTrajState & | tpSC, |
| const G4Vector3D & | vecV, | ||
| const G4Vector3D & | vecW ) |
Definition at line 98 of file G4ErrorSurfaceTrajState.cc.
Referenced by G4ErrorSurfaceTrajState(), and G4ErrorSurfaceTrajState().
|
virtual |
Implements G4ErrorTrajState.
Definition at line 231 of file G4ErrorSurfaceTrajState.cc.
|
inline |
Definition at line 91 of file G4ErrorSurfaceTrajState.hh.
Referenced by G4ErrorFreeTrajState::G4ErrorFreeTrajState().
|
inline |
Definition at line 108 of file G4ErrorSurfaceTrajState.hh.
Referenced by BuildErrorMatrix(), G4ErrorFreeTrajState::G4ErrorFreeTrajState(), G4ErrorSurfaceTrajState(), SetMomentum(), and SetPosition().
|
inline |
Definition at line 110 of file G4ErrorSurfaceTrajState.hh.
Referenced by BuildErrorMatrix(), G4ErrorFreeTrajState::G4ErrorFreeTrajState(), G4ErrorSurfaceTrajState(), SetMomentum(), and SetPosition().
|
inlinevirtual |
Reimplemented from G4ErrorTrajState.
Definition at line 117 of file G4ErrorSurfaceTrajState.hh.
|
inline |
Definition at line 100 of file G4ErrorSurfaceTrajState.hh.
|
inline |
Definition at line 92 of file G4ErrorSurfaceTrajState.hh.
Referenced by SetMomentum(), and SetPosition().
|
inlinevirtual |
Reimplemented from G4ErrorTrajState.
Definition at line 112 of file G4ErrorSurfaceTrajState.hh.
|
friend |
Definition at line 234 of file G4ErrorSurfaceTrajState.cc.