Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4SmartTrackStack.hh>
Public Member Functions | |
G4SmartTrackStack () | |
~G4SmartTrackStack () | |
void | PushToStack (const G4StackedTrack &aStackedTrack) |
G4StackedTrack | PopFromStack () |
void | clear () |
void | clearAndDestroy () |
void | TransferTo (G4TrackStack *aStack) |
G4double | getEnergyOfStack (G4TrackStack *aTrackStack) |
void | dumpStatistics () |
G4int | GetNTrack () const |
G4int | GetMaxNTrack () const |
Definition at line 46 of file G4SmartTrackStack.hh.
G4SmartTrackStack::G4SmartTrackStack | ( | ) |
Definition at line 45 of file G4SmartTrackStack.cc.
G4SmartTrackStack::~G4SmartTrackStack | ( | ) |
Definition at line 55 of file G4SmartTrackStack.cc.
void G4SmartTrackStack::clear | ( | ) |
Definition at line 142 of file G4SmartTrackStack.cc.
void G4SmartTrackStack::clearAndDestroy | ( | ) |
Definition at line 152 of file G4SmartTrackStack.cc.
void G4SmartTrackStack::dumpStatistics | ( | ) |
Definition at line 34 of file G4SmartTrackStack.cc.
G4double G4SmartTrackStack::getEnergyOfStack | ( | G4TrackStack * | aTrackStack | ) |
|
inline |
Definition at line 82 of file G4SmartTrackStack.hh.
|
inline |
Definition at line 81 of file G4SmartTrackStack.hh.
Referenced by PopFromStack(), and PushToStack().
G4StackedTrack G4SmartTrackStack::PopFromStack | ( | ) |
Definition at line 83 of file G4SmartTrackStack.cc.
void G4SmartTrackStack::PushToStack | ( | const G4StackedTrack & | aStackedTrack | ) |
Definition at line 108 of file G4SmartTrackStack.cc.
Referenced by G4TrackStack::TransferTo().
void G4SmartTrackStack::TransferTo | ( | G4TrackStack * | aStack | ) |
Definition at line 75 of file G4SmartTrackStack.cc.