ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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 60 of file G4VITTrackHolder.hh.
View newest version in sPHENIX GitHub at line 60 of file G4VITTrackHolder.hh
|
protected |
Definition at line 44 of file G4VITTrackHolder.cc.
View newest version in sPHENIX GitHub at line 44 of file G4VITTrackHolder.cc
References fInstance.
|
protectedvirtual |
Definition at line 49 of file G4VITTrackHolder.cc.
View newest version in sPHENIX GitHub at line 49 of file G4VITTrackHolder.cc
References fInstance.
|
inlinevirtual |
Reimplemented in G4ITTrackHolder.
Definition at line 70 of file G4VITTrackHolder.hh.
View newest version in sPHENIX GitHub at line 70 of file G4VITTrackHolder.hh
|
static |
Definition at line 54 of file G4VITTrackHolder.cc.
View newest version in sPHENIX GitHub at line 54 of file G4VITTrackHolder.cc
References fInstance.
Referenced by G4ITGun::PushTrack().
Reimplemented in G4ITTrackHolder.
Definition at line 60 of file G4VITTrackHolder.cc.
View newest version in sPHENIX GitHub at line 60 of file G4VITTrackHolder.cc
References track.
Referenced by G4ITGun::PushTrack().
|
staticprotected |
Definition at line 65 of file G4VITTrackHolder.hh.
View newest version in sPHENIX GitHub at line 65 of file G4VITTrackHolder.hh
Referenced by G4VITTrackHolder(), Instance(), and ~G4VITTrackHolder().