Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4TrackStateBase< T > Class Template Reference

#include <G4TrackState.hh>

Inheritance diagram for G4TrackStateBase< T >:
Collaboration diagram for G4TrackStateBase< T >:

Public Member Functions

virtual ~G4TrackStateBase ()
 
virtual int GetID ()
 
- Public Member Functions inherited from G4VTrackState
 G4VTrackState ()
 
virtual ~G4VTrackState ()
 

Static Public Member Functions

static int ID ()
 

Protected Member Functions

 G4TrackStateBase ()
 

Detailed Description

template<class T>
class G4TrackStateBase< T >

Definition at line 101 of file G4TrackState.hh.

Constructor & Destructor Documentation

template<class T>
virtual G4TrackStateBase< T >::~G4TrackStateBase ( )
inlinevirtual

Definition at line 104 of file G4TrackState.hh.

104 {}
template<class T>
G4TrackStateBase< T >::G4TrackStateBase ( )
inlineprotected

Definition at line 115 of file G4TrackState.hh.

115 : G4VTrackState() {}

Member Function Documentation

template<class T>
virtual int G4TrackStateBase< T >::GetID ( )
inlinevirtual

Implements G4VTrackState.

Definition at line 106 of file G4TrackState.hh.

106  {
107  return G4TrackStateID<T>::GetID();
108  }
static int GetID()
Definition: G4TrackState.hh:69
template<class T>
static int G4TrackStateBase< T >::ID ( )
inlinestatic

Definition at line 110 of file G4TrackState.hh.

110  {
111  return G4TrackStateID<T>::GetID();
112  }
static int GetID()
Definition: G4TrackState.hh:69

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