Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4StackedTrack Class Reference

#include <G4StackedTrack.hh>

Public Member Functions

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

Detailed Description

Definition at line 39 of file G4StackedTrack.hh.

Constructor & Destructor Documentation

◆ G4StackedTrack() [1/2]

G4StackedTrack::G4StackedTrack ( )
default

◆ G4StackedTrack() [2/2]

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

Definition at line 44 of file G4StackedTrack.hh.

45 : track(aTrack), trajectory(aTraj) {}

◆ ~G4StackedTrack()

G4StackedTrack::~G4StackedTrack ( )
default

Member Function Documentation

◆ GetTrack()

◆ GetTrajectory()

G4VTrajectory * G4StackedTrack::GetTrajectory ( ) const
inline

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