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

#include <geant4/tree/geant4-10.6-release/source/event/include/G4StackedTrack.hh>

+ Collaboration diagram for G4StackedTrack:

Public Member Functions

 G4StackedTrack ()
 
 G4StackedTrack (G4Track *aTrack, G4VTrajectory *aTraj=nullptr)
 
 ~G4StackedTrack ()
 
G4TrackGetTrack () const
 
G4VTrajectoryGetTrajectory () const
 

Private Attributes

G4Tracktrack
 
G4VTrajectorytrajectory
 

Detailed Description

Definition at line 39 of file G4StackedTrack.hh.

View newest version in sPHENIX GitHub at line 39 of file G4StackedTrack.hh

Constructor & Destructor Documentation

G4StackedTrack::G4StackedTrack ( )
inline

Definition at line 43 of file G4StackedTrack.hh.

View newest version in sPHENIX GitHub at line 43 of file G4StackedTrack.hh

G4StackedTrack::G4StackedTrack ( G4Track aTrack,
G4VTrajectory aTraj = nullptr 
)
inline

Definition at line 44 of file G4StackedTrack.hh.

View newest version in sPHENIX GitHub at line 44 of file G4StackedTrack.hh

G4StackedTrack::~G4StackedTrack ( )
inline

Definition at line 46 of file G4StackedTrack.hh.

View newest version in sPHENIX GitHub at line 46 of file G4StackedTrack.hh

Member Function Documentation

G4Track* G4StackedTrack::GetTrack ( ) const
inline

Definition at line 48 of file G4StackedTrack.hh.

View newest version in sPHENIX GitHub at line 48 of file G4StackedTrack.hh

References track.

Referenced by G4SmartTrackStack::PopFromStack(), G4StackManager::PopNextTrack(), G4StackManager::PrepareNewEvent(), G4SmartTrackStack::PushToStack(), G4StackManager::ReClassify(), and G4StackManager::TransferOneStackedTrack().

+ Here is the caller graph for this function:

G4VTrajectory* G4StackedTrack::GetTrajectory ( ) const
inline

Definition at line 49 of file G4StackedTrack.hh.

View newest version in sPHENIX GitHub at line 49 of file G4StackedTrack.hh

References trajectory.

Referenced by G4StackManager::PopNextTrack(), G4StackManager::PrepareNewEvent(), G4StackManager::ReClassify(), and G4StackManager::TransferOneStackedTrack().

+ Here is the caller graph for this function:

Member Data Documentation

G4Track* G4StackedTrack::track
private

Definition at line 53 of file G4StackedTrack.hh.

View newest version in sPHENIX GitHub at line 53 of file G4StackedTrack.hh

Referenced by GetTrack().

G4VTrajectory* G4StackedTrack::trajectory
private

Definition at line 54 of file G4StackedTrack.hh.

View newest version in sPHENIX GitHub at line 54 of file G4StackedTrack.hh

Referenced by GetTrajectory().


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