ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4VITTrackHolder Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/electromagnetic/dna/management/include/G4VITTrackHolder.hh>

+ Inheritance diagram for G4VITTrackHolder:
+ Collaboration diagram for G4VITTrackHolder:

Public Member Functions

virtual void Push (G4Track *)
 
virtual size_t GetNTracks ()
 

Static Public Member Functions

static G4VITTrackHolderInstance ()
 

Protected Member Functions

 G4VITTrackHolder ()
 
virtual ~G4VITTrackHolder ()
 

Static Protected Attributes

static G4ThreadLocal
G4VITTrackHolder
fInstance
 

Detailed Description

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

Constructor & Destructor Documentation

G4VITTrackHolder::G4VITTrackHolder ( )
protected

Definition at line 44 of file G4VITTrackHolder.cc.

View newest version in sPHENIX GitHub at line 44 of file G4VITTrackHolder.cc

References fInstance.

G4VITTrackHolder::~G4VITTrackHolder ( )
protectedvirtual

Definition at line 49 of file G4VITTrackHolder.cc.

View newest version in sPHENIX GitHub at line 49 of file G4VITTrackHolder.cc

References fInstance.

Member Function Documentation

virtual size_t G4VITTrackHolder::GetNTracks ( )
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

G4VITTrackHolder * G4VITTrackHolder::Instance ( void  )
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().

+ Here is the caller graph for this function:

void G4VITTrackHolder::Push ( G4Track track)
virtual

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().

+ Here is the caller graph for this function:

Member Data Documentation

G4ThreadLocal G4VITTrackHolder * G4VITTrackHolder::fInstance
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().


The documentation for this class was generated from the following files: