#include <G4TrackStack.hh>
Definition at line 49 of file G4TrackStack.hh.
◆ G4TrackStack() [1/2]
G4TrackStack::G4TrackStack |
( |
| ) |
|
|
inline |
◆ G4TrackStack() [2/2]
G4TrackStack::G4TrackStack |
( |
size_t |
n | ) |
|
|
inline |
◆ ~G4TrackStack()
G4TrackStack::~G4TrackStack |
( |
| ) |
|
◆ clearAndDestroy()
void G4TrackStack::clearAndDestroy |
( |
| ) |
|
Definition at line 40 of file G4TrackStack.cc.
42 for( iterator i = begin(); i != end(); i++ ) {
43 delete (*i).GetTrack();
44 delete (*i).GetTrajectory();
◆ GetMaxNTrack()
G4int G4TrackStack::GetMaxNTrack |
( |
| ) |
const |
|
inline |
◆ GetNStick()
G4int G4TrackStack::GetNStick |
( |
| ) |
const |
|
inline |
◆ GetNTrack()
G4int G4TrackStack::GetNTrack |
( |
| ) |
const |
|
inline |
◆ GetSafetyValve1()
G4int G4TrackStack::GetSafetyValve1 |
( |
| ) |
const |
|
inline |
◆ GetSafetyValve2()
G4int G4TrackStack::GetSafetyValve2 |
( |
| ) |
const |
|
inline |
◆ getTotalEnergy()
G4double G4TrackStack::getTotalEnergy |
( |
void |
| ) |
const |
Definition at line 61 of file G4TrackStack.cc.
64 for (const_iterator i = begin(); i != end(); i++) {
65 totalEnergy += (*i).GetTrack()->GetDynamicParticle()->GetTotalEnergy();
◆ operator!=()
◆ operator=()
◆ operator==()
◆ PopFromStack()
◆ PushToStack()
void G4TrackStack::PushToStack |
( |
const G4StackedTrack & |
aStackedTrack | ) |
|
|
inline |
◆ SetSafetyValve2()
void G4TrackStack::SetSafetyValve2 |
( |
int |
x | ) |
|
|
inline |
◆ TransferTo() [1/2]
Definition at line 49 of file G4TrackStack.cc.
50 for(iterator i = begin(); i != end(); i++) aStack->push_back(*i);
◆ TransferTo() [2/2]
Definition at line 55 of file G4TrackStack.cc.
void PushToStack(const G4StackedTrack &aStackedTrack)
G4StackedTrack PopFromStack()
◆ nstick
G4int G4TrackStack::nstick |
|
private |
◆ safetyValve1
G4int G4TrackStack::safetyValve1 |
|
private |
◆ safetyValve2
G4int G4TrackStack::safetyValve2 |
|
private |
The documentation for this class was generated from the following files: