G4VCellScorerStore Class Reference

#include <G4VCellScorerStore.hh>

Inheritance diagram for G4VCellScorerStore:

G4CellScorerStore

Public Member Functions

 G4VCellScorerStore ()
virtual ~G4VCellScorerStore ()
virtual G4VCellScorerGetCellScore (const G4GeometryCell &gCell)=0

Detailed Description

Definition at line 48 of file G4VCellScorerStore.hh.


Constructor & Destructor Documentation

G4VCellScorerStore::G4VCellScorerStore (  ) 

Definition at line 39 of file G4VCellScorerStore.cc.

References G4cout, and G4endl.

00040 {
00041   static G4bool warn=true;
00042   if (warn)
00043   {
00044     G4cout
00045          << "--------------------------------------------------------" << G4endl
00046          << "WARNING: Class  <G4VCellScorerStore>  is  now obsolete |" << G4endl
00047          << "         and will be removed starting from 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 }

G4VCellScorerStore::~G4VCellScorerStore (  )  [virtual]

Definition at line 56 of file G4VCellScorerStore.cc.

00057 {}


Member Function Documentation

virtual G4VCellScorer* G4VCellScorerStore::GetCellScore ( const G4GeometryCell gCell  )  [pure virtual]

Implemented in G4CellScorerStore.


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