37#ifndef G4WEIGHTWINDOWSTORE_HH
38#define G4WEIGHTWINDOWSTORE_HH 1
76 const std::vector<G4double>& lowerWeights);
84 std::less<G4double> >& enBounds);
std::map< G4GeometryCell, G4UpperEnergyToLowerWeightMap, G4GeometryCellComp > G4GeometryCellWeight
std::map< G4double, G4double, std::less< G4double > > G4UpperEnergyToLowerWeightMap
static constexpr double m
void SetInternalIterator(const G4GeometryCell &gCell) const
void Error(const G4String &m) const
G4GeometryCellWeight fCellToUpEnBoundLoWePairsMap
void AddLowerWeights(const G4GeometryCell &gCell, const std::vector< G4double > &lowerWeights)
void SetParallelWorldVolume(const G4String ¶Name)
std::set< G4double, std::less< G4double > > fGeneralUpperEnergyBounds
virtual const G4VPhysicalVolume * GetParallelWorldVolumePointer() const
void SetGeneralUpperEnergyBounds(const std::set< G4double, std::less< G4double > > &enBounds)
virtual const G4VPhysicalVolume & GetWorldVolume() const
G4GeometryCellWeight::const_iterator fCurrentIterator
static G4ThreadLocal G4WeightWindowStore * fInstance
static G4WeightWindowStore * GetInstance()
const G4VPhysicalVolume * fWorldVolume
virtual G4bool IsKnown(const G4GeometryCell &gCell) const
virtual G4double GetLowerWeight(const G4GeometryCell &gCell, G4double partEnergy) const
void AddUpperEboundLowerWeightPairs(const G4GeometryCell &gCell, const G4UpperEnergyToLowerWeightMap &enWeMap)
G4bool IsInWorld(const G4VPhysicalVolume &) const