Geant4_10
Public Member Functions | List of all members
G4SmoothTrajectory Class Reference

#include <G4SmoothTrajectory.hh>

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

Public Member Functions

 G4SmoothTrajectory ()
 
 G4SmoothTrajectory (const G4Track *aTrack)
 
 G4SmoothTrajectory (G4SmoothTrajectory &)
 
virtual ~G4SmoothTrajectory ()
 
voidoperator new (size_t)
 
void operator delete (void *)
 
int operator== (const G4SmoothTrajectory &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 () 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 67 of file G4SmoothTrajectory.hh.

Constructor & Destructor Documentation

G4SmoothTrajectory::G4SmoothTrajectory ( )

Definition at line 58 of file G4SmoothTrajectory.cc.

G4SmoothTrajectory::G4SmoothTrajectory ( const G4Track aTrack)

Definition at line 64 of file G4SmoothTrajectory.cc.

Here is the call graph for this function:

G4SmoothTrajectory::G4SmoothTrajectory ( G4SmoothTrajectory right)

Definition at line 83 of file G4SmoothTrajectory.cc.

G4SmoothTrajectory::~G4SmoothTrajectory ( )
virtual

Definition at line 101 of file G4SmoothTrajectory.cc.

Member Function Documentation

void G4SmoothTrajectory::AppendStep ( const G4Step aStep)
virtual

Implements G4VTrajectory.

Definition at line 210 of file G4SmoothTrajectory.cc.

Here is the call graph for this function:

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

Reimplemented from G4VTrajectory.

Definition at line 173 of file G4SmoothTrajectory.cc.

Here is the call graph for this function:

void G4SmoothTrajectory::DrawTrajectory ( ) const
virtual

Reimplemented from G4VTrajectory.

Definition at line 122 of file G4SmoothTrajectory.cc.

Here is the call graph for this function:

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

Reimplemented from G4VTrajectory.

Definition at line 129 of file G4SmoothTrajectory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4SmoothTrajectory::GetCharge ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 99 of file G4SmoothTrajectory.hh.

G4double G4SmoothTrajectory::GetInitialKineticEnergy ( ) const
inline

Definition at line 103 of file G4SmoothTrajectory.hh.

G4ThreeVector G4SmoothTrajectory::GetInitialMomentum ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 105 of file G4SmoothTrajectory.hh.

G4int G4SmoothTrajectory::GetParentID ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 95 of file G4SmoothTrajectory.hh.

G4ParticleDefinition * G4SmoothTrajectory::GetParticleDefinition ( void  )

Definition at line 217 of file G4SmoothTrajectory.cc.

Here is the call graph for this function:

G4String G4SmoothTrajectory::GetParticleName ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 97 of file G4SmoothTrajectory.hh.

G4int G4SmoothTrajectory::GetPDGEncoding ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 101 of file G4SmoothTrajectory.hh.

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

Implements G4VTrajectory.

Definition at line 113 of file G4SmoothTrajectory.hh.

virtual int G4SmoothTrajectory::GetPointEntries ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 112 of file G4SmoothTrajectory.hh.

Here is the caller graph for this function:

G4int G4SmoothTrajectory::GetTrackID ( ) const
inlinevirtual

Implements G4VTrajectory.

Definition at line 93 of file G4SmoothTrajectory.hh.

void G4SmoothTrajectory::MergeTrajectory ( G4VTrajectory secondTrajectory)
virtual

Implements G4VTrajectory.

Definition at line 222 of file G4SmoothTrajectory.cc.

Here is the call graph for this function:

void G4SmoothTrajectory::operator delete ( void aTrajectory)
inline

Definition at line 148 of file G4SmoothTrajectory.hh.

void * G4SmoothTrajectory::operator new ( size_t  )
inline

Definition at line 141 of file G4SmoothTrajectory.hh.

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

Definition at line 89 of file G4SmoothTrajectory.hh.

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

Reimplemented from G4VTrajectory.

Definition at line 115 of file G4SmoothTrajectory.cc.

Here is the call graph for this function:


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