Geant4  10.00.p02
G4ErrorFreeTrajParam Class Reference

#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
 

Private Attributes

G4Vector3D fDir
 
G4double fInvP
 
G4double fLambda
 
G4double fPhi
 
G4double fYPerp
 
G4double fZPerp
 

Friends

std::ostream & operator<< (std::ostream &, const G4ErrorFreeTrajParam &ts)
 

Detailed Description

Definition at line 49 of file G4ErrorFreeTrajParam.hh.

Constructor & Destructor Documentation

G4ErrorFreeTrajParam::G4ErrorFreeTrajParam ( )
inline

Definition at line 53 of file G4ErrorFreeTrajParam.hh.

G4ErrorFreeTrajParam::G4ErrorFreeTrajParam ( const G4Point3D pos,
const G4Vector3D mom 
)

Definition at line 40 of file G4ErrorFreeTrajParam.cc.

References SetParameters().

+ Here is the call graph for this function:

virtual G4ErrorFreeTrajParam::~G4ErrorFreeTrajParam ( )
inlinevirtual

Definition at line 58 of file G4ErrorFreeTrajParam.hh.

Member Function Documentation

G4Vector3D G4ErrorFreeTrajParam::GetDirection ( ) const
inline

Definition at line 70 of file G4ErrorFreeTrajParam.hh.

References fDir.

Referenced by G4ErrorFreeTrajState::G4ErrorFreeTrajState().

+ Here is the caller graph for this function:

G4double G4ErrorFreeTrajParam::GetInvP ( ) const
inline

Definition at line 72 of file G4ErrorFreeTrajParam.hh.

References fInvP.

G4double G4ErrorFreeTrajParam::GetLambda ( ) const
inline

Definition at line 73 of file G4ErrorFreeTrajParam.hh.

References fLambda.

Referenced by G4ErrorSurfaceTrajState::BuildErrorMatrix(), and G4ErrorFreeTrajState::G4ErrorFreeTrajState().

+ Here is the caller graph for this function:

G4double G4ErrorFreeTrajParam::GetPhi ( ) const
inline

Definition at line 74 of file G4ErrorFreeTrajParam.hh.

References fPhi.

Referenced by G4ErrorSurfaceTrajState::BuildErrorMatrix(), and G4ErrorFreeTrajState::G4ErrorFreeTrajState().

+ Here is the caller graph for this function:

G4double G4ErrorFreeTrajParam::GetYPerp ( ) const
inline

Definition at line 75 of file G4ErrorFreeTrajParam.hh.

References fYPerp.

G4double G4ErrorFreeTrajParam::GetZPerp ( ) const
inline

Definition at line 76 of file G4ErrorFreeTrajParam.hh.

References fZPerp.

void G4ErrorFreeTrajParam::SetParameters ( const G4Point3D pos,
const G4Vector3D mom 
)

Definition at line 48 of file G4ErrorFreeTrajParam.cc.

References deg, fDir, fInvP, fLambda, fPhi, fYPerp, and fZPerp.

Referenced by G4ErrorFreeTrajParam(), G4ErrorFreeTrajState::SetParameters(), and Update().

+ Here is the caller graph for this function:

void G4ErrorFreeTrajParam::Update ( const G4Track aTrack)

Definition at line 79 of file G4ErrorFreeTrajParam.cc.

References G4Track::GetMomentum(), G4Track::GetPosition(), and SetParameters().

Referenced by G4ErrorFreeTrajState::Update().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const G4ErrorFreeTrajParam ts 
)
friend

Definition at line 87 of file G4ErrorFreeTrajParam.cc.

Member Data Documentation

G4Vector3D G4ErrorFreeTrajParam::fDir
private

Definition at line 80 of file G4ErrorFreeTrajParam.hh.

Referenced by GetDirection(), operator<<(), and SetParameters().

G4double G4ErrorFreeTrajParam::fInvP
private

Definition at line 81 of file G4ErrorFreeTrajParam.hh.

Referenced by GetInvP(), operator<<(), and SetParameters().

G4double G4ErrorFreeTrajParam::fLambda
private

Definition at line 82 of file G4ErrorFreeTrajParam.hh.

Referenced by GetLambda(), operator<<(), and SetParameters().

G4double G4ErrorFreeTrajParam::fPhi
private

Definition at line 83 of file G4ErrorFreeTrajParam.hh.

Referenced by GetPhi(), operator<<(), and SetParameters().

G4double G4ErrorFreeTrajParam::fYPerp
private

Definition at line 84 of file G4ErrorFreeTrajParam.hh.

Referenced by GetYPerp(), operator<<(), and SetParameters().

G4double G4ErrorFreeTrajParam::fZPerp
private

Definition at line 85 of file G4ErrorFreeTrajParam.hh.

Referenced by GetZPerp(), operator<<(), and SetParameters().


The documentation for this class was generated from the following files: