G4VCellScorer Class Reference

#include <G4VCellScorer.hh>

Inheritance diagram for G4VCellScorer:

G4CellScorer

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.

References G4cout, and G4endl.

00040 {
00041   static G4bool warn=true;
00042   if (warn)
00043   {
00044     G4cout
00045          << "--------------------------------------------------------" << G4endl
00046          << "WARNING: Class  <G4VCellScorer>  is  now obsolete.  It |" << G4endl
00047          << "         will be removed starting from the next Geant4 |" << G4endl
00048          << "         major release.  Please, consider switching to |" << G4endl
00049          << "         general purpose scoring functionality.        |" << G4endl
00050          << "--------------------------------------------------------"
00051          << G4endl;
00052     warn = false;
00053   }
00054 }

G4VCellScorer::~G4VCellScorer (  )  [virtual]

Definition at line 56 of file G4VCellScorer.cc.

00057 {}


Member Function Documentation

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

Implemented in G4CellScorer.

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

Implemented in G4CellScorer.

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

Implemented in G4CellScorer.


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:53:39 2013 for Geant4 by  doxygen 1.4.7