Geant4 11.1.1
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 50 of file G4CellScoreComposer.hh.
G4CellScoreComposer::G4CellScoreComposer | ( | ) |
Definition at line 38 of file G4CellScoreComposer.cc.
G4CellScoreComposer::~G4CellScoreComposer | ( | ) |
Definition at line 42 of file G4CellScoreComposer.cc.
void G4CellScoreComposer::EstimatorCalculation | ( | const G4Step & | step | ) |
Definition at line 44 of file G4CellScoreComposer.cc.
const G4CellScoreValues & G4CellScoreComposer::GetStandardCellScoreValues | ( | ) | const |
Definition at line 77 of file G4CellScoreComposer.cc.
Referenced by operator<<().
void G4CellScoreComposer::NewTrackPopedUp | ( | ) |
Definition at line 69 of file G4CellScoreComposer.cc.
void G4CellScoreComposer::SetCollisionWeight | ( | G4double | weight | ) |
Definition at line 71 of file G4CellScoreComposer.cc.
void G4CellScoreComposer::SetImportnace | ( | G4double | importance | ) |
Definition at line 94 of file G4CellScoreComposer.cc.
void G4CellScoreComposer::TrackEnters | ( | ) |
Definition at line 68 of file G4CellScoreComposer.cc.