Geant4  10.02.p03
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 105 of file G4TrackState.hh.

Constructor & Destructor Documentation

◆ ~G4TrackStateBase()

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

Definition at line 108 of file G4TrackState.hh.

108 {}

◆ G4TrackStateBase()

template<class T>
G4TrackStateBase< T >::G4TrackStateBase ( )
inlineprotected

Definition at line 121 of file G4TrackState.hh.

121 : G4VTrackState(){}

Member Function Documentation

◆ GetID()

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

Implements G4VTrackState.

Definition at line 110 of file G4TrackState.hh.

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

◆ ID()

template<class T>
static int G4TrackStateBase< T >::ID ( )
inlinestatic

Definition at line 115 of file G4TrackState.hh.

116  {
117  return G4TrackStateID<T>::GetID();
118  }
static int GetID()
Definition: G4TrackState.hh:63

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