Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#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 () |
virtual G4double | GetLowerWeight (const G4GeometryCell &gCell, G4double partEnergy) const =0 |
virtual G4bool | IsKnown (const G4GeometryCell &gCell) const =0 |
virtual const G4VPhysicalVolume & | GetWorldVolume () const =0 |
Definition at line 48 of file G4WeightWindowStore.hh.
|
explicit |
Definition at line 43 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 122 of file G4WeightWindowStore.cc.
void G4WeightWindowStore::AddUpperEboundLowerWeightPairs | ( | const G4GeometryCell & | gCell, |
const G4UpperEnergyToLowerWeightMap & | enWeMap | ||
) |
Definition at line 153 of file G4WeightWindowStore.cc.
|
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.
Referenced by AddLowerWeights(), and AddUpperEboundLowerWeightPairs().
void G4WeightWindowStore::SetGeneralUpperEnergyBounds | ( | const std::set< G4double, std::less< G4double > > & | enBounds | ) |
Definition at line 168 of file G4WeightWindowStore.cc.