Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
_ListRef Struct Reference

#include <G4TrackList.hh>

Protected Member Functions

 _ListRef (G4TrackList *__list)
 

Protected Attributes

G4TrackListfpTrackList
 

Friends

class G4TrackList
 

Detailed Description

Comments :

  • A track cannot belong to two different track lists
  • Erase a given track is constant complexity
  • This development was thought to be used together with G4IT

Definition at line 55 of file G4TrackList.hh.

Constructor & Destructor Documentation

◆ _ListRef()

_ListRef::_ListRef ( G4TrackList __list)
inlineprotected

Definition at line 59 of file G4TrackList.hh.

59 :fpTrackList(__list)
60 {;}
G4TrackList * fpTrackList
Definition: G4TrackList.hh:62

Friends And Related Function Documentation

◆ G4TrackList

friend class G4TrackList
friend

Definition at line 57 of file G4TrackList.hh.

Member Data Documentation

◆ fpTrackList

G4TrackList* _ListRef::fpTrackList
protected

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