43 G4cout <<
"--------------------------------------------------------" <<
G4endl
44 <<
"WARNING: Class <G4CellScorerStore> is now obsolete |" <<
G4endl
45 <<
" and will be removed starting from next Geant4 |" <<
G4endl
46 <<
" major release. Please, consider switching to |" <<
G4endl
47 <<
" general purpose scoring functionality. |" <<
G4endl
48 <<
"--------------------------------------------------------"
65 "failed to create G4CellScorer!");
77 "failed to create G4CellScorer!");
79 fMapGeometryCellCellScorer[gCell] = cs;
84 return fMapGeometryCellCellScorer;
90 G4MapGeometryCellCellScorer::iterator it = fMapGeometryCellCellScorer.find(gCell);
91 if (it != fMapGeometryCellCellScorer.end()) {
103 for(G4MapGeometryCellCellScorer::iterator it =
104 fMapGeometryCellCellScorer.begin();
105 it!=fMapGeometryCellCellScorer.end();
109 fMapGeometryCellCellScorer.clear();
std::map< G4GeometryCell, G4CellScorer *, G4GeometryCellComp > G4MapGeometryCellCellScorer
G4DLLIMPORT std::ostream G4cout
G4CellScorer * AddCellScorer(const G4GeometryCell &gCell)
virtual G4VCellScorer * GetCellScore(const G4GeometryCell &gCell)
const G4MapGeometryCellCellScorer & GetMapGeometryCellCellScorer() const
void SetAutoScorerCreate()
virtual ~G4CellScorerStore()
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)