Geant4
10.02.p02
|
#include <G4ErrorSurfaceTrajParam.hh>
Public Member Functions | |
G4ErrorSurfaceTrajParam () | |
G4ErrorSurfaceTrajParam (const G4Point3D &pos, const G4Vector3D &mom, const G4Vector3D &vecV, const G4Vector3D &vecW) | |
G4ErrorSurfaceTrajParam (const G4Point3D &pos, const G4Vector3D &mom, const G4Plane3D &plane) | |
virtual | ~G4ErrorSurfaceTrajParam () |
void | SetParameters (const G4Point3D &pos, const G4Vector3D &mom, const G4Vector3D &vecV, const G4Vector3D &vecW) |
void | SetParameters (const G4Point3D &pos, const G4Vector3D &mom, const G4Plane3D &plane) |
G4Vector3D | GetDirection () const |
G4Vector3D | GetPlaneNormal () const |
G4Vector3D | GetVectorV () const |
G4Vector3D | GetVectorW () const |
G4double | GetPV () const |
G4double | GetPW () const |
G4double | GetV () const |
G4double | GetW () const |
G4double | GetInvP () const |
Private Attributes | |
G4ThreeVector | fDir |
G4Vector3D | fVectorV |
G4Vector3D | fVectorW |
G4double | fInvP |
G4double | fPV |
G4double | fPW |
G4double | fV |
G4double | fW |
Friends | |
std::ostream & | operator<< (std::ostream &, const G4ErrorSurfaceTrajParam &ts) |
Definition at line 52 of file G4ErrorSurfaceTrajParam.hh.
|
inline |
Definition at line 56 of file G4ErrorSurfaceTrajParam.hh.
G4ErrorSurfaceTrajParam::G4ErrorSurfaceTrajParam | ( | const G4Point3D & | pos, |
const G4Vector3D & | mom, | ||
const G4Vector3D & | vecV, | ||
const G4Vector3D & | vecW | ||
) |
Definition at line 41 of file G4ErrorSurfaceTrajParam.cc.
References SetParameters().
G4ErrorSurfaceTrajParam::G4ErrorSurfaceTrajParam | ( | const G4Point3D & | pos, |
const G4Vector3D & | mom, | ||
const G4Plane3D & | plane | ||
) |
Definition at line 50 of file G4ErrorSurfaceTrajParam.cc.
References SetParameters().
|
inlinevirtual |
Definition at line 62 of file G4ErrorSurfaceTrajParam.hh.
|
inline |
Definition at line 74 of file G4ErrorSurfaceTrajParam.hh.
References fDir.
|
inline |
Definition at line 82 of file G4ErrorSurfaceTrajParam.hh.
References fInvP.
|
inline |
Definition at line 75 of file G4ErrorSurfaceTrajParam.hh.
|
inline |
Definition at line 78 of file G4ErrorSurfaceTrajParam.hh.
References fPV.
Referenced by G4ErrorFreeTrajState::G4ErrorFreeTrajState().
|
inline |
Definition at line 79 of file G4ErrorSurfaceTrajParam.hh.
References fPW.
Referenced by G4ErrorFreeTrajState::G4ErrorFreeTrajState().
|
inline |
Definition at line 80 of file G4ErrorSurfaceTrajParam.hh.
References fV.
|
inline |
Definition at line 76 of file G4ErrorSurfaceTrajParam.hh.
References fVectorV.
Referenced by G4ErrorFreeTrajState::G4ErrorFreeTrajState(), and G4ErrorSurfaceTrajState::GetVectorV().
|
inline |
Definition at line 77 of file G4ErrorSurfaceTrajParam.hh.
References fVectorW.
Referenced by G4ErrorFreeTrajState::G4ErrorFreeTrajState(), and G4ErrorSurfaceTrajState::GetVectorW().
|
inline |
Definition at line 81 of file G4ErrorSurfaceTrajParam.hh.
References fW.
void G4ErrorSurfaceTrajParam::SetParameters | ( | const G4Point3D & | pos, |
const G4Vector3D & | mom, | ||
const G4Vector3D & | vecV, | ||
const G4Vector3D & | vecW | ||
) |
Definition at line 83 of file G4ErrorSurfaceTrajParam.cc.
References fDir, fInvP, fPV, fPW, fV, fVectorV, fVectorW, and fW.
Referenced by G4ErrorSurfaceTrajParam(), SetParameters(), and G4ErrorSurfaceTrajState::SetParameters().
void G4ErrorSurfaceTrajParam::SetParameters | ( | const G4Point3D & | pos, |
const G4Vector3D & | mom, | ||
const G4Plane3D & | plane | ||
) |
Definition at line 58 of file G4ErrorSurfaceTrajParam.cc.
References G4GeometryTolerance::GetInstance(), G4GeometryTolerance::GetSurfaceTolerance(), and SetParameters().
|
friend |
Definition at line 114 of file G4ErrorSurfaceTrajParam.cc.
|
private |
Definition at line 86 of file G4ErrorSurfaceTrajParam.hh.
Referenced by GetDirection(), and SetParameters().
|
private |
Definition at line 89 of file G4ErrorSurfaceTrajParam.hh.
Referenced by GetInvP(), operator<<(), and SetParameters().
|
private |
Definition at line 90 of file G4ErrorSurfaceTrajParam.hh.
Referenced by GetPV(), operator<<(), and SetParameters().
|
private |
Definition at line 91 of file G4ErrorSurfaceTrajParam.hh.
Referenced by GetPW(), operator<<(), and SetParameters().
|
private |
Definition at line 92 of file G4ErrorSurfaceTrajParam.hh.
Referenced by GetV(), operator<<(), and SetParameters().
|
private |
Definition at line 87 of file G4ErrorSurfaceTrajParam.hh.
Referenced by GetPlaneNormal(), GetVectorV(), operator<<(), and SetParameters().
|
private |
Definition at line 88 of file G4ErrorSurfaceTrajParam.hh.
Referenced by GetPlaneNormal(), GetVectorW(), operator<<(), and SetParameters().
|
private |
Definition at line 93 of file G4ErrorSurfaceTrajParam.hh.
Referenced by GetW(), operator<<(), and SetParameters().