Geant4-11
Protected Member Functions | Static Protected Member Functions | Static Protected Attributes
G4VTrackStateID Class Reference

#include <G4TrackState.hh>

Inheritance diagram for G4VTrackStateID:
G4TrackStateID< T >

Protected Member Functions

 G4VTrackStateID ()
 
virtual ~G4VTrackStateID ()
 

Static Protected Member Functions

static int Create ()
 

Static Protected Attributes

static int fgLastID = 0
 

Detailed Description

Definition at line 53 of file G4TrackState.hh.

Constructor & Destructor Documentation

◆ G4VTrackStateID()

G4VTrackStateID::G4VTrackStateID ( )
inlineprotected

Definition at line 59 of file G4TrackState.hh.

59{}

◆ ~G4VTrackStateID()

virtual G4VTrackStateID::~G4VTrackStateID ( )
inlineprotectedvirtual

Definition at line 60 of file G4TrackState.hh.

60{}

Member Function Documentation

◆ Create()

int G4VTrackStateID::Create ( )
staticprotected

Definition at line 38 of file G4TrackState.cc.

38 {
39 return fgLastID++; // keep it on the right
40}
static int fgLastID
Definition: G4TrackState.hh:56

References fgLastID.

Field Documentation

◆ fgLastID

int G4VTrackStateID::fgLastID = 0
staticprotected

Definition at line 56 of file G4TrackState.hh.

Referenced by Create().


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