Geant4
10.03.p03
|
#include <G4VITTrackHolder.hh>
Public Member Functions | |
virtual void | Push (G4Track *) |
virtual size_t | GetNTracks () |
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 61 of file G4VITTrackHolder.hh.
|
protected |
Definition at line 45 of file G4VITTrackHolder.cc.
|
protectedvirtual |
Definition at line 50 of file G4VITTrackHolder.cc.
|
inlinevirtual |
Reimplemented in G4ITTrackHolder.
Definition at line 71 of file G4VITTrackHolder.hh.
|
static |
Definition at line 55 of file G4VITTrackHolder.cc.
Reimplemented in G4ITTrackHolder.
Definition at line 61 of file G4VITTrackHolder.cc.
|
staticprotected |
Definition at line 66 of file G4VITTrackHolder.hh.