|
Geant4 10.7.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 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 45 of file G4CellScoreComposer.cc.
| const G4CellScoreValues & G4CellScoreComposer::GetStandardCellScoreValues | ( | ) | const |
Definition at line 80 of file G4CellScoreComposer.cc.
Referenced by operator<<().
| void G4CellScoreComposer::NewTrackPopedUp | ( | ) |
Definition at line 70 of file G4CellScoreComposer.cc.
| void G4CellScoreComposer::SetCollisionWeight | ( | G4double | weight | ) |
Definition at line 74 of file G4CellScoreComposer.cc.
| void G4CellScoreComposer::SetImportnace | ( | G4double | importance | ) |
Definition at line 96 of file G4CellScoreComposer.cc.
| void G4CellScoreComposer::TrackEnters | ( | ) |
Definition at line 67 of file G4CellScoreComposer.cc.