35#ifndef GEOMETRYCELLIMPORTANCE_HH
36#define GEOMETRYCELLIMPORTANCE_HH
std::ostream & operator<<(std::ostream &out, const G4GeometryCellImportance &gCelli)
std::map< G4GeometryCell, G4double, G4GeometryCellComp > G4GeometryCellImportance
G4GeometryCellImportance is a map used internually by importance sampling. It is a container for "cel...
G4GeometryCellComp is a class needed for comparing G4GeometryCell objects, e.g. in STL containers.
G4GeometryCell is used for scoring and importance sampling. It defines a "cell", which,...