Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4WeightWindowStore.hh>
Public Member Functions | |
virtual G4double | GetLowerWeight (const G4GeometryCell &gCell, G4double partEnergy) const |
virtual G4bool | IsKnown (const G4GeometryCell &gCell) const |
void | Clear () |
void | SetWorldVolume () |
void | SetParallelWorldVolume (const G4String ¶Name) |
virtual const G4VPhysicalVolume & | GetWorldVolume () const |
virtual const G4VPhysicalVolume * | GetParallelWorldVolumePointer () 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 |
Static Public Member Functions | |
static G4WeightWindowStore * | GetInstance () |
static G4WeightWindowStore * | GetInstance (const G4String &ParallelWorldName) |
Protected Member Functions | |
G4WeightWindowStore () | |
G4WeightWindowStore (const G4String &ParallelWorldName) | |
~G4WeightWindowStore () | |
Definition at line 45 of file G4WeightWindowStore.hh.
|
explicitprotected |
Definition at line 43 of file G4WeightWindowStore.cc.
Referenced by GetInstance().
|
explicitprotected |
Definition at line 53 of file G4WeightWindowStore.cc.
|
protected |
Definition at line 63 of file G4WeightWindowStore.cc.
void G4WeightWindowStore::AddLowerWeights | ( | const G4GeometryCell & | gCell, |
const std::vector< G4double > & | lowerWeights | ||
) |
Definition at line 163 of file G4WeightWindowStore.cc.
void G4WeightWindowStore::AddUpperEboundLowerWeightPairs | ( | const G4GeometryCell & | gCell, |
const G4UpperEnergyToLowerWeightMap & | enWeMap | ||
) |
Definition at line 195 of file G4WeightWindowStore.cc.
void G4WeightWindowStore::Clear | ( | ) |
Definition at line 131 of file G4WeightWindowStore.cc.
|
static |
Definition at line 233 of file G4WeightWindowStore.cc.
Referenced by G4WeightWindowBiasing::ConstructProcess().
|
static |
Definition at line 247 of file G4WeightWindowStore.cc.
|
virtual |
Implements G4VWeightWindowStore.
Definition at line 68 of file G4WeightWindowStore.cc.
|
virtual |
Definition at line 157 of file G4WeightWindowStore.cc.
|
virtual |
Implements G4VWeightWindowStore.
Definition at line 152 of file G4WeightWindowStore.cc.
|
virtual |
Implements G4VWeightWindowStore.
Definition at line 118 of file G4WeightWindowStore.cc.
Referenced by AddLowerWeights(), and AddUpperEboundLowerWeightPairs().
void G4WeightWindowStore::SetGeneralUpperEnergyBounds | ( | const std::set< G4double, std::less< G4double > > & | enBounds | ) |
Definition at line 211 of file G4WeightWindowStore.cc.
void G4WeightWindowStore::SetParallelWorldVolume | ( | const G4String & | paraName | ) |
Definition at line 145 of file G4WeightWindowStore.cc.
void G4WeightWindowStore::SetWorldVolume | ( | ) |
Definition at line 136 of file G4WeightWindowStore.cc.