Geant4
9.6.p02
|
#include <B02CellScorerStore.hh>
Public Member Functions | |
B02CellScorerStore () | |
virtual | ~B02CellScorerStore () |
virtual G4VCellScorer * | GetCellScore (const G4GeometryCell &gCell) |
G4CellScorer * | AddG4CellScorer (const G4GeometryCell &gCell) |
const G4MapGeometryCellCellScorer & | GetMapGeometryCellCellScorer () |
void | AddB02CellScorer (B02CellScorer *b02cellScorer, const G4GeometryCell &gCell) |
const B02MapGeometryCellB02CellScorer & | GetMapGeometryCellB02CellScorer () const |
Public Member Functions inherited from G4VCellScorerStore | |
G4VCellScorerStore () | |
virtual | ~G4VCellScorerStore () |
Definition at line 65 of file B02CellScorerStore.hh.
B02CellScorerStore::B02CellScorerStore | ( | ) |
Definition at line 44 of file B02CellScorerStore.cc.
|
inlinevirtual |
Definition at line 68 of file B02CellScorerStore.hh.
void B02CellScorerStore::AddB02CellScorer | ( | B02CellScorer * | b02cellScorer, |
const G4GeometryCell & | gCell | ||
) |
G4CellScorer * B02CellScorerStore::AddG4CellScorer | ( | const G4GeometryCell & | gCell) |
|
virtual |
Implements G4VCellScorerStore.
Definition at line 75 of file B02CellScorerStore.cc.
const B02MapGeometryCellB02CellScorer & B02CellScorerStore::GetMapGeometryCellB02CellScorer | ( | ) | const |
Definition at line 70 of file B02CellScorerStore.cc.
const G4MapGeometryCellCellScorer & B02CellScorerStore::GetMapGeometryCellCellScorer | ( | ) |
Definition at line 61 of file B02CellScorerStore.cc.