Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4SubEventTrackStack.hh>
Public Member Functions | |
G4SubEventTrackStack ()=default | |
G4SubEventTrackStack (G4int ty, std::size_t maxEnt) | |
~G4SubEventTrackStack () | |
G4SubEventTrackStack & | operator= (const G4SubEventTrackStack &)=delete |
G4bool | operator== (const G4SubEventTrackStack &) const =delete |
G4bool | operator!= (const G4SubEventTrackStack &) const =delete |
void | PushToStack (const G4StackedTrack &aStackedTrack) |
void | ReleaseSubEvent () |
void | PrepareNewEvent (G4Event *ev) |
void | clearAndDestroy () |
G4int | GetSubEventType () const |
G4int | GetNTrack () const |
std::size_t | GetMaxNTrack () const |
void | SetVerboseLevel (G4int val) |
Definition at line 42 of file G4SubEventTrackStack.hh.
|
default |
Referenced by operator!=(), operator=(), and operator==().
|
inlineexplicit |
Definition at line 47 of file G4SubEventTrackStack.hh.
G4SubEventTrackStack::~G4SubEventTrackStack | ( | ) |
Definition at line 38 of file G4SubEventTrackStack.cc.
void G4SubEventTrackStack::clearAndDestroy | ( | ) |
Definition at line 43 of file G4SubEventTrackStack.cc.
Referenced by ~G4SubEventTrackStack().
|
inline |
Definition at line 68 of file G4SubEventTrackStack.hh.
|
inline |
Definition at line 63 of file G4SubEventTrackStack.hh.
|
inline |
Definition at line 62 of file G4SubEventTrackStack.hh.
|
delete |
|
delete |
|
delete |
void G4SubEventTrackStack::PrepareNewEvent | ( | G4Event * | ev | ) |
Definition at line 53 of file G4SubEventTrackStack.cc.
void G4SubEventTrackStack::PushToStack | ( | const G4StackedTrack & | aStackedTrack | ) |
Definition at line 65 of file G4SubEventTrackStack.cc.
void G4SubEventTrackStack::ReleaseSubEvent | ( | ) |
Definition at line 99 of file G4SubEventTrackStack.cc.
|
inline |
Definition at line 69 of file G4SubEventTrackStack.hh.