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

#include <G4VCellScorer.hh>

+ Inheritance diagram for G4VCellScorer:

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

Definition at line 39 of file G4VCellScorer.cc.

40{
41 static G4bool warn=true;
42 if (warn)
43 {
44 G4cout
45 << "--------------------------------------------------------" << G4endl
46 << "WARNING: Class <G4VCellScorer> is now obsolete. It |" << G4endl
47 << " will be removed starting from the 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

◆ ~G4VCellScorer()

G4VCellScorer::~G4VCellScorer ( )
virtual

Definition at line 56 of file G4VCellScorer.cc.

57{}

Member Function Documentation

◆ ScoreAnEnteringStep()

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

Implemented in G4CellScorer.

◆ ScoreAnExitingStep()

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

Implemented in G4CellScorer.

◆ ScoreAnInVolumeStep()

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: