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

#include <G4Trajectory.hh>

Inheritance diagram for G4Trajectory:
Inheritance graph
[legend]
Collaboration diagram for G4Trajectory:
Collaboration graph
[legend]

Public Member Functions

 G4Trajectory ()
 
 G4Trajectory (const G4Track *aTrack)
 
 G4Trajectory (G4Trajectory &)
 
virtual ~G4Trajectory ()
 
voidoperator new (size_t)
 
void operator delete (void *)
 
int operator== (const G4Trajectory &right) const
 
G4int GetTrackID () const
 
G4int GetParentID () const
 
G4String GetParticleName () const
 
G4double GetCharge () const
 
G4int GetPDGEncoding () const
 
G4double GetInitialKineticEnergy () const
 
G4ThreeVector GetInitialMomentum () const
 
virtual void ShowTrajectory (std::ostream &os=G4cout) const
 
virtual void DrawTrajectory (G4int i_mode=0) const
 
virtual void AppendStep (const G4Step *aStep)
 
virtual int GetPointEntries () const
 
virtual G4VTrajectoryPointGetPoint (G4int i) const
 
virtual void MergeTrajectory (G4VTrajectory *secondTrajectory)
 
G4ParticleDefinitionGetParticleDefinition ()
 
virtual const std::map
< G4String, G4AttDef > * 
GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 
- Public Member Functions inherited from G4VTrajectory
 G4VTrajectory ()
 
virtual ~G4VTrajectory ()
 
G4bool operator== (const G4VTrajectory &right) const
 

Detailed Description

Definition at line 69 of file G4Trajectory.hh.

Constructor & Destructor Documentation

G4Trajectory::G4Trajectory ( )

Definition at line 57 of file G4Trajectory.cc.

G4Trajectory::G4Trajectory ( const G4Track aTrack)

Definition at line 63 of file G4Trajectory.cc.

Here is the call graph for this function:

G4Trajectory::G4Trajectory ( G4Trajectory right)

Definition at line 78 of file G4Trajectory.cc.

G4Trajectory::~G4Trajectory ( )
virtual

Definition at line 96 of file G4Trajectory.cc.

Member Function Documentation

void G4Trajectory::AppendStep ( const G4Step aStep)
virtual

Implements G4VTrajectory.

Reimplemented in G4RichTrajectory.

Definition at line 212 of file G4Trajectory.cc.

Here is the call graph for this function:

std::vector< G4AttValue > * G4Trajectory::CreateAttValues ( ) const
virtual

Reimplemented from G4VTrajectory.

Reimplemented in G4RichTrajectory.

Definition at line 175 of file G4Trajectory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Reimplemented from G4VTrajectory.

Reimplemented in LXeTrajectory.

Definition at line 125 of file G4Trajectory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Reimplemented from G4VTrajectory.

Reimplemented in G4RichTrajectory.

Definition at line 132 of file G4Trajectory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4Trajectory::GetCharge ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 98 of file G4Trajectory.hh.

Here is the caller graph for this function:

G4double G4Trajectory::GetInitialKineticEnergy ( ) const
inline

Definition at line 102 of file G4Trajectory.hh.

G4ThreeVector G4Trajectory::GetInitialMomentum ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 104 of file G4Trajectory.hh.

G4int G4Trajectory::GetParentID ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 94 of file G4Trajectory.hh.

G4ParticleDefinition * G4Trajectory::GetParticleDefinition ( void  )

Definition at line 218 of file G4Trajectory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4String G4Trajectory::GetParticleName ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 96 of file G4Trajectory.hh.

Here is the caller graph for this function:

G4int G4Trajectory::GetPDGEncoding ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 100 of file G4Trajectory.hh.

virtual G4VTrajectoryPoint* G4Trajectory::GetPoint ( G4int  i) const
inlinevirtual

Implements G4VTrajectory.

Reimplemented in G4RichTrajectory.

Definition at line 113 of file G4Trajectory.hh.

Here is the caller graph for this function:

virtual int G4Trajectory::GetPointEntries ( ) const
inlinevirtual

Implements G4VTrajectory.

Reimplemented in G4RichTrajectory.

Definition at line 112 of file G4Trajectory.hh.

Here is the caller graph for this function:

G4int G4Trajectory::GetTrackID ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 92 of file G4Trajectory.hh.

void G4Trajectory::MergeTrajectory ( G4VTrajectory secondTrajectory)
virtual

Implements G4VTrajectory.

Reimplemented in G4RichTrajectory.

Definition at line 223 of file G4Trajectory.cc.

Here is the call graph for this function:

void G4Trajectory::operator delete ( void aTrajectory)
inline

Definition at line 150 of file G4Trajectory.hh.

void * G4Trajectory::operator new ( size_t  )
inline

Definition at line 143 of file G4Trajectory.hh.

int G4Trajectory::operator== ( const G4Trajectory right) const
inline

Definition at line 88 of file G4Trajectory.hh.

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

Reimplemented from G4VTrajectory.

Definition at line 109 of file G4Trajectory.cc.

Here is the call graph for this function:


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