Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4CellScoreComposer.hh>
Public Member Functions | |
G4CellScoreComposer () | |
~G4CellScoreComposer () | |
void | EstimatorCalculation (const G4Step &step) |
void | TrackEnters () |
void | NewTrackPopedUp () |
void | SetCollisionWeight (G4double weight) |
void | SetImportnace (G4double importance) |
const G4CellScoreValues & | GetStandardCellScoreValues () const |
Definition at line 51 of file G4CellScoreComposer.hh.
G4CellScoreComposer::G4CellScoreComposer | ( | ) |
Definition at line 39 of file G4CellScoreComposer.cc.
G4CellScoreComposer::~G4CellScoreComposer | ( | ) |
Definition at line 43 of file G4CellScoreComposer.cc.
Definition at line 46 of file G4CellScoreComposer.cc.
Referenced by G4CellScorer::ScoreAnExitingStep(), and G4CellScorer::ScoreAnInVolumeStep().
const G4CellScoreValues & G4CellScoreComposer::GetStandardCellScoreValues | ( | ) | const |
Definition at line 82 of file G4CellScoreComposer.cc.
Referenced by G4CellScorer::GetCellScoreValues(), and operator<<().
void G4CellScoreComposer::NewTrackPopedUp | ( | ) |
Definition at line 72 of file G4CellScoreComposer.cc.
void G4CellScoreComposer::SetCollisionWeight | ( | G4double | weight | ) |
Definition at line 76 of file G4CellScoreComposer.cc.
Referenced by G4CellScorer::ScoreAnInVolumeStep().
void G4CellScoreComposer::SetImportnace | ( | G4double | importance | ) |
Definition at line 98 of file G4CellScoreComposer.cc.
void G4CellScoreComposer::TrackEnters | ( | ) |
Definition at line 69 of file G4CellScoreComposer.cc.
Referenced by G4CellScorer::ScoreAnEnteringStep().