Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4CascadeHistory.hh>
Classes | |
struct | HistoryEntry |
Public Member Functions | |
G4CascadeHistory (G4int verbose=0) | |
~G4CascadeHistory () | |
void | setVerboseLevel (G4int verbose=0) |
void | Clear () |
G4int | AddEntry (G4CascadParticle &cpart) |
G4int | AddVertex (G4CascadParticle &cpart, std::vector< G4CascadParticle > &daug) |
void | DropEntry (const G4CascadParticle &cpart) |
void | Print (std::ostream &os) const |
Protected Member Functions | |
void | AssignHistoryID (G4CascadParticle &cpart) |
void | FillDaughters (G4int iEntry, std::vector< G4CascadParticle > &daug) |
void | PrintEntry (std::ostream &os, G4int iEntry) const |
void | PrintParticle (std::ostream &os, const G4CascadParticle &cpart) const |
G4bool | PrintingDone (G4int iEntry) const |
const char * | GuessTarget (const HistoryEntry &entry) const |
G4int | size () const |
Definition at line 40 of file G4CascadeHistory.hh.
|
inline |
Definition at line 42 of file G4CascadeHistory.hh.
|
inline |
Definition at line 43 of file G4CascadeHistory.hh.
G4int G4CascadeHistory::AddEntry | ( | G4CascadParticle & | cpart | ) |
Definition at line 105 of file G4CascadeHistory.cc.
Referenced by AddVertex(), FillDaughters(), and G4IntraNucleiCascader::generateCascade().
G4int G4CascadeHistory::AddVertex | ( | G4CascadParticle & | cpart, |
std::vector< G4CascadParticle > & | daug | ||
) |
Definition at line 58 of file G4CascadeHistory.cc.
Referenced by G4IntraNucleiCascader::generateCascade().
|
protected |
Definition at line 136 of file G4CascadeHistory.cc.
Referenced by AddEntry().
void G4CascadeHistory::Clear | ( | ) |
Definition at line 49 of file G4CascadeHistory.cc.
Referenced by G4IntraNucleiCascader::newCascade().
void G4CascadeHistory::DropEntry | ( | const G4CascadParticle & | cpart | ) |
Definition at line 126 of file G4CascadeHistory.cc.
Referenced by G4IntraNucleiCascader::processTrappedParticle().
|
protected |
Definition at line 79 of file G4CascadeHistory.cc.
Referenced by AddVertex().
|
protected |
Definition at line 203 of file G4CascadeHistory.cc.
Referenced by PrintEntry().
void G4CascadeHistory::Print | ( | std::ostream & | os | ) | const |
Definition at line 155 of file G4CascadeHistory.cc.
Referenced by G4IntraNucleiCascader::collide(), operator<<(), and G4IntraNucleiCascader::rescatter().
|
protected |
Definition at line 168 of file G4CascadeHistory.cc.
Referenced by Print(), and PrintEntry().
Definition at line 82 of file G4CascadeHistory.hh.
Referenced by Print(), and PrintEntry().
|
protected |
|
inline |
Definition at line 45 of file G4CascadeHistory.hh.
Referenced by G4IntraNucleiCascader::setVerboseLevel().
|
inlineprotected |
Definition at line 89 of file G4CascadeHistory.hh.
Referenced by AddEntry(), AssignHistoryID(), Print(), and PrintEntry().