|
Geant4
9.6.p02
|
#include <G4WeightWindowStore.hh>


Public Member Functions | |
| G4WeightWindowStore (const G4VPhysicalVolume &worldvolume) | |
| ~G4WeightWindowStore () | |
| G4double | GetLowerWeight (const G4GeometryCell &gCell, G4double partEnergy) const |
| G4bool | IsKnown (const G4GeometryCell &gCell) const |
| const G4VPhysicalVolume & | GetWorldVolume () const |
| void | AddLowerWeights (const G4GeometryCell &gCell, const std::vector< G4double > &lowerWeights) |
| void | AddUpperEboundLowerWeightPairs (const G4GeometryCell &gCell, const G4UpperEnergyToLowerWeightMap &enWeMap) |
| void | SetGeneralUpperEnergyBounds (const std::set< G4double, std::less< G4double > > &enBounds) |
Public Member Functions inherited from G4VWeightWindowStore | |
| G4VWeightWindowStore () | |
| virtual | ~G4VWeightWindowStore () |
Definition at line 48 of file G4WeightWindowStore.hh.
|
explicit |
Definition at line 44 of file G4WeightWindowStore.cc.
| G4WeightWindowStore::~G4WeightWindowStore | ( | ) |
Definition at line 51 of file G4WeightWindowStore.cc.
| void G4WeightWindowStore::AddLowerWeights | ( | const G4GeometryCell & | gCell, |
| const std::vector< G4double > & | lowerWeights | ||
| ) |
Definition at line 123 of file G4WeightWindowStore.cc.


| void G4WeightWindowStore::AddUpperEboundLowerWeightPairs | ( | const G4GeometryCell & | gCell, |
| const G4UpperEnergyToLowerWeightMap & | enWeMap | ||
| ) |
|
virtual |
Implements G4VWeightWindowStore.
Definition at line 55 of file G4WeightWindowStore.cc.
|
virtual |
Implements G4VWeightWindowStore.
Definition at line 116 of file G4WeightWindowStore.cc.
|
virtual |
Implements G4VWeightWindowStore.
Definition at line 104 of file G4WeightWindowStore.cc.


1.8.4