Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4VCellScorer Class Referenceabstract

#include <G4VCellScorer.hh>

Inheritance diagram for G4VCellScorer:
Inheritance graph
[legend]

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
 

Detailed Description

Definition at line 52 of file G4VCellScorer.hh.

Constructor & Destructor Documentation

G4VCellScorer::G4VCellScorer ( )

Definition at line 39 of file G4VCellScorer.cc.

G4VCellScorer::~G4VCellScorer ( )
virtual

Definition at line 56 of file G4VCellScorer.cc.

Member Function Documentation

virtual void G4VCellScorer::ScoreAnEnteringStep ( const G4Step aStep,
const G4GeometryCell gCell 
)
pure virtual

Implemented in G4CellScorer, and B02CellScorer.

virtual void G4VCellScorer::ScoreAnExitingStep ( const G4Step aStep,
const G4GeometryCell gCell 
)
pure virtual

Implemented in B02CellScorer, and G4CellScorer.

virtual void G4VCellScorer::ScoreAnInVolumeStep ( const G4Step aStep,
const G4GeometryCell gCell 
)
pure virtual

Implemented in G4CellScorer, and B02CellScorer.


The documentation for this class was generated from the following files: