50 #ifndef G4WeightWindowStore_hh    51 #define G4WeightWindowStore_hh G4WeightWindowStore_hh    107                const std::vector<G4double> &lowerWeights);
 const G4VPhysicalVolume * fWorldVolume
 
G4bool IsInWorld(const G4VPhysicalVolume &) const
 
std::set< G4double, std::less< G4double > > fGeneralUpperEnergyBounds
 
void Error(const G4String &m) const
 
void AddLowerWeights(const G4GeometryCell &gCell, const std::vector< G4double > &lowerWeights)
 
virtual const G4VPhysicalVolume & GetWorldVolume() const
 
virtual G4double GetLowerWeight(const G4GeometryCell &gCell, G4double partEnergy) const
 
G4GeometryCellWeight::const_iterator fCurrentIterator
 
void AddUpperEboundLowerWeightPairs(const G4GeometryCell &gCell, const G4UpperEnergyToLowerWeightMap &enWeMap)
 
void SetParallelWorldVolume(G4String paraName)
 
virtual const G4VPhysicalVolume * GetParallelWorldVolumePointer() const
 
static G4WeightWindowStore * GetInstance()
 
std::map< G4double, G4double, std::less< G4double > > G4UpperEnergyToLowerWeightMap
 
G4GeometryCellWeight fCellToUpEnBoundLoWePairsMap
 
std::map< G4GeometryCell, G4UpperEnergyToLowerWeightMap, G4GeometryCellComp > G4GeometryCellWeight
 
void SetInternalIterator(const G4GeometryCell &gCell) const
 
void SetGeneralUpperEnergyBounds(const std::set< G4double, std::less< G4double > > &enBounds)
 
virtual G4bool IsKnown(const G4GeometryCell &gCell) const
 
static G4ThreadLocal G4WeightWindowStore * fInstance