Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4VTrackStateID Class Reference

#include <G4TrackState.hh>

Inheritance diagram for G4VTrackStateID:

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 ( )
inlineprotected

Definition at line 59 of file G4TrackState.hh.

59 {}
virtual G4VTrackStateID::~G4VTrackStateID ( )
inlineprotectedvirtual

Definition at line 60 of file G4TrackState.hh.

60 {}

Member Function Documentation

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

Member Data Documentation

int G4VTrackStateID::fgLastID = 0
staticprotected

Definition at line 56 of file G4TrackState.hh.


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