Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4CellScorer.hh>
Public Member Functions | |
G4CellScorer () | |
virtual | ~G4CellScorer () |
virtual void | ScoreAnExitingStep (const G4Step &aStep, const G4GeometryCell &gCell) |
virtual void | ScoreAnEnteringStep (const G4Step &aStep, const G4GeometryCell &gCell) |
virtual void | ScoreAnInVolumeStep (const G4Step &aStep, const G4GeometryCell &gCell) |
const G4CellScoreComposer & | GetCellScoreComposer () const |
const G4CellScoreValues & | GetCellScoreValues () const |
Public Member Functions inherited from G4VCellScorer | |
G4VCellScorer () | |
virtual | ~G4VCellScorer () |
virtual void | ScoreAnExitingStep (const G4Step &aStep, const G4GeometryCell &gCell)=0 |
virtual void | ScoreAnEnteringStep (const G4Step &aStep, const G4GeometryCell &gCell)=0 |
virtual void | ScoreAnInVolumeStep (const G4Step &aStep, const G4GeometryCell &gCell)=0 |
Definition at line 51 of file G4CellScorer.hh.
G4CellScorer::G4CellScorer | ( | ) |
Definition at line 42 of file G4CellScorer.cc.
|
virtual |
Definition at line 53 of file G4CellScorer.cc.
const G4CellScoreComposer & G4CellScorer::GetCellScoreComposer | ( | ) | const |
Definition at line 96 of file G4CellScorer.cc.
const G4CellScoreValues & G4CellScorer::GetCellScoreValues | ( | ) | const |
Definition at line 100 of file G4CellScorer.cc.
|
virtual |
Implements G4VCellScorer.
Definition at line 62 of file G4CellScorer.cc.
|
virtual |
Implements G4VCellScorer.
Definition at line 56 of file G4CellScorer.cc.
|
virtual |
Implements G4VCellScorer.
Definition at line 70 of file G4CellScorer.cc.