Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4VTrajectory Class Referenceabstract

#include <G4VTrajectory.hh>

Inheritance diagram for G4VTrajectory:
Inheritance graph
[legend]

Public Member Functions

 G4VTrajectory ()
 
virtual ~G4VTrajectory ()
 
G4bool operator== (const G4VTrajectory &right) const
 
virtual G4int GetTrackID () const =0
 
virtual G4int GetParentID () const =0
 
virtual G4String GetParticleName () const =0
 
virtual G4double GetCharge () const =0
 
virtual G4int GetPDGEncoding () const =0
 
virtual G4ThreeVector GetInitialMomentum () const =0
 
virtual int GetPointEntries () const =0
 
virtual G4VTrajectoryPointGetPoint (G4int i) const =0
 
virtual void ShowTrajectory (std::ostream &os=G4cout) const
 
virtual void DrawTrajectory (G4int i_mode=0) const
 
virtual const std::map
< G4String, G4AttDef > * 
GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 
virtual void AppendStep (const G4Step *aStep)=0
 
virtual void MergeTrajectory (G4VTrajectory *secondTrajectory)=0
 

Detailed Description

Definition at line 57 of file G4VTrajectory.hh.

Constructor & Destructor Documentation

G4VTrajectory::G4VTrajectory ( )

Definition at line 53 of file G4VTrajectory.cc.

G4VTrajectory::~G4VTrajectory ( )
virtual

Definition at line 54 of file G4VTrajectory.cc.

Member Function Documentation

virtual void G4VTrajectory::AppendStep ( const G4Step aStep)
pure virtual
virtual std::vector<G4AttValue>* G4VTrajectory::CreateAttValues ( ) const
inlinevirtual

Reimplemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, WLSTrajectory, F04Trajectory, G4RichTrajectory, and RE01Trajectory.

Definition at line 102 of file G4VTrajectory.hh.

Here is the caller graph for this function:

void G4VTrajectory::DrawTrajectory ( G4int  i_mode = 0) const
virtual

Reimplemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, WLSTrajectory, F04Trajectory, G4RayTrajectory, RE01Trajectory, and LXeTrajectory.

Definition at line 125 of file G4VTrajectory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual const std::map<G4String,G4AttDef>* G4VTrajectory::GetAttDefs ( ) const
inlinevirtual

Reimplemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, WLSTrajectory, F04Trajectory, G4RichTrajectory, and RE01Trajectory.

Definition at line 96 of file G4VTrajectory.hh.

Here is the caller graph for this function:

virtual G4double G4VTrajectory::GetCharge ( ) const
pure virtual

Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RayTrajectory, WLSTrajectory, RE01Trajectory, and F04Trajectory.

Here is the caller graph for this function:

virtual G4ThreeVector G4VTrajectory::GetInitialMomentum ( ) const
pure virtual

Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RayTrajectory, WLSTrajectory, RE01Trajectory, and F04Trajectory.

Here is the caller graph for this function:

virtual G4int G4VTrajectory::GetParentID ( ) const
pure virtual
virtual G4String G4VTrajectory::GetParticleName ( ) const
pure virtual

Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RayTrajectory, WLSTrajectory, RE01Trajectory, and F04Trajectory.

Here is the caller graph for this function:

virtual G4int G4VTrajectory::GetPDGEncoding ( ) const
pure virtual
virtual G4VTrajectoryPoint* G4VTrajectory::GetPoint ( G4int  i) const
pure virtual

Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, WLSTrajectory, F04Trajectory, G4RichTrajectory, G4RayTrajectory, and RE01Trajectory.

Here is the caller graph for this function:

virtual int G4VTrajectory::GetPointEntries ( ) const
pure virtual

Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, WLSTrajectory, F04Trajectory, G4RichTrajectory, G4RayTrajectory, and RE01Trajectory.

Here is the caller graph for this function:

virtual G4int G4VTrajectory::GetTrackID ( ) const
pure virtual

Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RayTrajectory, WLSTrajectory, RE01Trajectory, and F04Trajectory.

Here is the caller graph for this function:

virtual void G4VTrajectory::MergeTrajectory ( G4VTrajectory secondTrajectory)
pure virtual
G4bool G4VTrajectory::operator== ( const G4VTrajectory right) const

Definition at line 56 of file G4VTrajectory.cc.

void G4VTrajectory::ShowTrajectory ( std::ostream &  os = G4cout) const
virtual

Reimplemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, WLSTrajectory, F04Trajectory, G4RayTrajectory, and RE01Trajectory.

Definition at line 61 of file G4VTrajectory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:


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