Geant4_10
|
#include <G4TrackList.hh>
Public Member Functions | |
G4Track * | GetTrack () |
G4TrackListNode * | GetNext () |
G4TrackListNode * | GetPrevious () |
bool | IsAttached () |
Protected Member Functions | |
G4TrackListNode (G4Track *track=0) | |
~G4TrackListNode () | |
void | SetNext (G4TrackListNode *node) |
void | SetPrevious (G4TrackListNode *node) |
void | SetAttachedToList (bool flag) |
Protected Attributes | |
bool | fAttachedToList |
G4ReferenceCountedHandle < _ListRef > | fListRef |
G4Track * | fpTrack |
G4TrackListNode * | fpPrevious |
G4TrackListNode * | fpNext |
Friends | |
class | G4TrackList |
G4TrackListNode is the entity actually stored by the G4TrackList. A G4TrackListNode should belong only to one list. Also, a track should belong only to one list.
Definition at line 72 of file G4TrackList.hh.
|
protected |
Default constructor
Definition at line 64 of file G4TrackList.cc.
|
protected |
Default destructor
Definition at line 72 of file G4TrackList.cc.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 80 of file G4TrackList.hh.
|
inlineprotected |
Definition at line 89 of file G4TrackList.hh.
|
inlineprotected |
|
inlineprotected |
|
friend |
Definition at line 74 of file G4TrackList.hh.
|
protected |
Definition at line 91 of file G4TrackList.hh.
|
protected |
Definition at line 92 of file G4TrackList.hh.
|
protected |
Definition at line 95 of file G4TrackList.hh.
|
protected |
Definition at line 94 of file G4TrackList.hh.
|
protected |
Definition at line 93 of file G4TrackList.hh.