Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4CellScorerStore.hh>
Public Member Functions | |
G4CellScorerStore () | |
virtual | ~G4CellScorerStore () |
virtual G4VCellScorer * | GetCellScore (const G4GeometryCell &gCell) |
void | SetAutoScorerCreate () |
G4CellScorer * | AddCellScorer (const G4GeometryCell &gCell) |
G4CellScorer * | AddCellScorer (G4VPhysicalVolume &vol, G4int repnum=0) |
const G4MapGeometryCellCellScorer & | GetMapGeometryCellCellScorer () const |
void | DeleteAllScorers () |
Public Member Functions inherited from G4VCellScorerStore | |
G4VCellScorerStore () | |
virtual | ~G4VCellScorerStore () |
virtual G4VCellScorer * | GetCellScore (const G4GeometryCell &gCell)=0 |
Definition at line 59 of file G4CellScorerStore.hh.
G4CellScorerStore::G4CellScorerStore | ( | ) |
Definition at line 40 of file G4CellScorerStore.cc.
|
virtual |
Definition at line 52 of file G4CellScorerStore.cc.
G4CellScorer * G4CellScorerStore::AddCellScorer | ( | const G4GeometryCell & | gCell | ) |
Definition at line 71 of file G4CellScorerStore.cc.
Referenced by GetCellScore().
G4CellScorer * G4CellScorerStore::AddCellScorer | ( | G4VPhysicalVolume & | vol, |
G4int | repnum = 0 |
||
) |
Definition at line 59 of file G4CellScorerStore.cc.
void G4CellScorerStore::DeleteAllScorers | ( | ) |
Definition at line 102 of file G4CellScorerStore.cc.
|
virtual |
Implements G4VCellScorerStore.
Definition at line 87 of file G4CellScorerStore.cc.
const G4MapGeometryCellCellScorer & G4CellScorerStore::GetMapGeometryCellCellScorer | ( | ) | const |
Definition at line 83 of file G4CellScorerStore.cc.
void G4CellScorerStore::SetAutoScorerCreate | ( | ) |
Definition at line 55 of file G4CellScorerStore.cc.