Geant4  10.00.p02
Track Class Reference

#include <Track.hh>

+ Collaboration diagram for Track:

Public Member Functions

 Track ()
 
 ~Track ()
 
const StepGetStep () const
 
const StepGetStep1 () const
 
const StepGetStep2 () const
 
const StepGetStep3 () const
 
const StepGetStep4 () const
 

Private Attributes

Stepstep
 

Detailed Description

Definition at line 43 of file Track.hh.

Constructor & Destructor Documentation

Track::Track ( )

Definition at line 43 of file Track.cc.

References step.

Track::~Track ( )

Definition at line 52 of file Track.cc.

References step.

Member Function Documentation

const Step * Track::GetStep ( ) const

Definition at line 62 of file Track.cc.

References step.

Referenced by GetStep1(), GetStep2(), GetStep3(), and GetStep4().

+ Here is the caller graph for this function:

const Step * Track::GetStep1 ( ) const

Definition at line 70 of file Track.cc.

References GetStep().

Referenced by BOOST_PYTHON_MODULE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

const Step * Track::GetStep2 ( ) const

Definition at line 77 of file Track.cc.

References GetStep().

Referenced by BOOST_PYTHON_MODULE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

const Step * Track::GetStep3 ( ) const

Definition at line 84 of file Track.cc.

References GetStep().

Referenced by BOOST_PYTHON_MODULE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

const Step * Track::GetStep4 ( ) const

Definition at line 91 of file Track.cc.

References GetStep().

+ Here is the call graph for this function:

Member Data Documentation

Step* Track::step
private

Definition at line 45 of file Track.hh.

Referenced by GetStep(), Track(), and ~Track().


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