Geant4-11
|
#include <G4VITTrackHolder.hh>
Public Member Functions | |
virtual size_t | GetNTracks () |
virtual void | Push (G4Track *) |
Static Public Member Functions | |
static G4VITTrackHolder * | Instance () |
Protected Member Functions | |
G4VITTrackHolder () | |
virtual | ~G4VITTrackHolder () |
Static Protected Attributes | |
static G4ThreadLocal G4VITTrackHolder * | fInstance |
G4ITTrackHolder is an empty interface that permits to push tracks to the IT system without actually depending on the IT tracking system. However, G4ITTrackHolder does not permit to retrieve any track.
Definition at line 60 of file G4VITTrackHolder.hh.
|
protected |
Definition at line 44 of file G4VITTrackHolder.cc.
References fInstance.
|
protectedvirtual |
|
inlinevirtual |
Reimplemented in G4ITTrackHolder.
Definition at line 70 of file G4VITTrackHolder.hh.
|
static |
Definition at line 54 of file G4VITTrackHolder.cc.
References fInstance.
Referenced by G4ITGun::PushTrack().
|
virtual |
Reimplemented in G4ITTrackHolder.
Definition at line 60 of file G4VITTrackHolder.cc.
Referenced by G4ITGun::PushTrack().
|
staticprotected |
Definition at line 65 of file G4VITTrackHolder.hh.
Referenced by G4VITTrackHolder(), Instance(), and ~G4VITTrackHolder().