Geant4
9.6.p02
|
#include <G4ErrorFreeTrajParam.hh>
Public Member Functions | |
G4ErrorFreeTrajParam () | |
G4ErrorFreeTrajParam (const G4Point3D &pos, const G4Vector3D &mom) | |
virtual | ~G4ErrorFreeTrajParam () |
void | Update (const G4Track *aTrack) |
void | SetParameters (const G4Point3D &pos, const G4Vector3D &mom) |
G4Vector3D | GetDirection () const |
G4double | GetInvP () const |
G4double | GetLambda () const |
G4double | GetPhi () const |
G4double | GetYPerp () const |
G4double | GetZPerp () const |
Friends | |
std::ostream & | operator<< (std::ostream &, const G4ErrorFreeTrajParam &ts) |
Definition at line 49 of file G4ErrorFreeTrajParam.hh.
|
inline |
Definition at line 53 of file G4ErrorFreeTrajParam.hh.
G4ErrorFreeTrajParam::G4ErrorFreeTrajParam | ( | const G4Point3D & | pos, |
const G4Vector3D & | mom | ||
) |
|
inlinevirtual |
Definition at line 58 of file G4ErrorFreeTrajParam.hh.
|
inline |
|
inline |
Definition at line 72 of file G4ErrorFreeTrajParam.hh.
|
inline |
|
inline |
|
inline |
Definition at line 75 of file G4ErrorFreeTrajParam.hh.
|
inline |
Definition at line 76 of file G4ErrorFreeTrajParam.hh.
void G4ErrorFreeTrajParam::SetParameters | ( | const G4Point3D & | pos, |
const G4Vector3D & | mom | ||
) |
Definition at line 48 of file G4ErrorFreeTrajParam.cc.
Definition at line 79 of file G4ErrorFreeTrajParam.cc.
|
friend |
Definition at line 87 of file G4ErrorFreeTrajParam.cc.