Geant4  10.02.p03
G4TrackStateID< T > Class Template Reference

#include <G4TrackState.hh>

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

Static Public Member Functions

static int GetID ()
 

Private Member Functions

 G4TrackStateID ()
 
 ~G4TrackStateID ()
 

Static Private Member Functions

static int Create ()
 

Static Private Attributes

static int fID = G4TrackStateID<T>::Create()
 

Additional Inherited Members

- Protected Member Functions inherited from G4VTrackStateID
 G4VTrackStateID ()
 
virtual ~G4VTrackStateID ()
 
- Static Protected Attributes inherited from G4VTrackStateID
static int fgLastID = 0
 

Detailed Description

template<class T>
class G4TrackStateID< T >

Definition at line 60 of file G4TrackState.hh.

Constructor & Destructor Documentation

◆ G4TrackStateID()

template<class T >
G4TrackStateID< T >::G4TrackStateID ( )
inlineprivate

Definition at line 73 of file G4TrackState.hh.

73 {}

◆ ~G4TrackStateID()

template<class T >
G4TrackStateID< T >::~G4TrackStateID ( )
inlineprivate

Definition at line 74 of file G4TrackState.hh.

74 {;}

Member Function Documentation

◆ Create()

template<class T >
static int G4TrackStateID< T >::Create ( )
inlinestaticprivate

Definition at line 66 of file G4TrackState.hh.

67  {
68  fID = fgLastID;
69  fgLastID++;
70  return fID;
71  }
static int fgLastID
Definition: G4TrackState.hh:56
static int fID
Definition: G4TrackState.hh:75

◆ GetID()

template<class T >
static int G4TrackStateID< T >::GetID ( )
inlinestatic

Definition at line 63 of file G4TrackState.hh.

63 { return fID; }
static int fID
Definition: G4TrackState.hh:75
Here is the caller graph for this function:

Member Data Documentation

◆ fID

template<class T >
int G4TrackStateID< T >::fID = G4TrackStateID<T>::Create()
staticprivate

Definition at line 75 of file G4TrackState.hh.


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