Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VCellScorerStore Class Referenceabstract

#include <G4VCellScorerStore.hh>

+ Inheritance diagram for G4VCellScorerStore:

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::G4VCellScorerStore ( )

Definition at line 39 of file G4VCellScorerStore.cc.

40{
41 static G4bool warn=true;
42 if (warn)
43 {
44 G4cout
45 << "--------------------------------------------------------" << G4endl
46 << "WARNING: Class <G4VCellScorerStore> is now obsolete |" << G4endl
47 << " and will be removed starting from next Geant4 |" << G4endl
48 << " major release. Please, consider switching to |" << G4endl
49 << " general purpose scoring functionality. |" << G4endl
50 << "--------------------------------------------------------"
51 << G4endl;
52 warn = false;
53 }
54}
bool G4bool
Definition: G4Types.hh:67
#define G4endl
Definition: G4ios.hh:52
G4DLLIMPORT std::ostream G4cout

◆ ~G4VCellScorerStore()

G4VCellScorerStore::~G4VCellScorerStore ( )
virtual

Definition at line 56 of file G4VCellScorerStore.cc.

57{}

Member Function Documentation

◆ GetCellScore()

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

Implemented in G4CellScorerStore.


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