40#ifndef G4WeightWindowStore_hh
41#define G4WeightWindowStore_hh G4WeightWindowStore_hh
73 const std::vector<G4double> &lowerWeights);
93 std::set<G4double, std::less<G4double> > fGeneralUpperEnergyBounds;
95 mutable G4GeometryCellWeight::const_iterator fCurrentIterator;
std::map< G4GeometryCell, G4UpperEnergyToLowerWeightMap, G4GeometryCellComp > G4GeometryCellWeight
std::map< G4double, G4double, std::less< G4double > > G4UpperEnergyToLowerWeightMap
void AddLowerWeights(const G4GeometryCell &gCell, const std::vector< G4double > &lowerWeights)
void SetGeneralUpperEnergyBounds(const std::set< G4double, std::less< G4double > > &enBounds)
const G4VPhysicalVolume & GetWorldVolume() const
G4bool IsKnown(const G4GeometryCell &gCell) const
G4double GetLowerWeight(const G4GeometryCell &gCell, G4double partEnergy) const
void AddUpperEboundLowerWeightPairs(const G4GeometryCell &gCell, const G4UpperEnergyToLowerWeightMap &enWeMap)