Geant4
9.6.p02
|
#include <G4ITTrackHolder.hh>
Public Member Functions | |
virtual void | PushTrack (G4Track *) |
virtual double | GetTimeStep () const |
Static Public Member Functions | |
static G4ITTrackHolder * | Instance () |
Protected Member Functions | |
G4ITTrackHolder () | |
virtual | ~G4ITTrackHolder () |
Static Protected Attributes | |
static G4ITTrackHolder * | 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 49 of file G4ITTrackHolder.hh.
|
protected |
Definition at line 43 of file G4ITTrackHolder.cc.
|
protectedvirtual |
Definition at line 48 of file G4ITTrackHolder.cc.
|
virtual |
Definition at line 62 of file G4ITTrackHolder.cc.
|
static |
|
staticprotected |
Definition at line 54 of file G4ITTrackHolder.hh.