Geant4
9.6.p02
|
#include <G4VCellScorer.hh>
Public Member Functions | |
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 52 of file G4VCellScorer.hh.
G4VCellScorer::G4VCellScorer | ( | ) |
Definition at line 39 of file G4VCellScorer.cc.
|
virtual |
Definition at line 56 of file G4VCellScorer.cc.
|
pure virtual |
Implemented in G4CellScorer, and B02CellScorer.
|
pure virtual |
Implemented in B02CellScorer, and G4CellScorer.
|
pure virtual |
Implemented in G4CellScorer, and B02CellScorer.