|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4WeightWindowStore.hh>
Inheritance diagram for G4WeightWindowStore:Public Member Functions | |
| G4double | GetLowerWeight (const G4GeometryCell &gCell, G4double partEnergy) const override |
| G4bool | IsKnown (const G4GeometryCell &gCell) const override |
| void | Clear () |
| void | SetWorldVolume () |
| void | SetParallelWorldVolume (const G4String ¶Name) |
| const G4VPhysicalVolume & | GetWorldVolume () const override |
| 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 () |
Static Public Member Functions | |
| static G4WeightWindowStore * | GetInstance () |
| static G4WeightWindowStore * | GetInstance (const G4String &ParallelWorldName) |
Protected Member Functions | |
| G4WeightWindowStore () | |
| G4WeightWindowStore (const G4String &ParallelWorldName) | |
| ~G4WeightWindowStore () override | |
Definition at line 45 of file G4WeightWindowStore.hh.
|
explicitprotected |
Definition at line 43 of file G4WeightWindowStore.cc.
Referenced by GetInstance(), GetInstance(), and ~G4WeightWindowStore().
|
explicitprotected |
Definition at line 51 of file G4WeightWindowStore.cc.
|
overrideprotecteddefault |
| void G4WeightWindowStore::AddLowerWeights | ( | const G4GeometryCell & | gCell, |
| const std::vector< G4double > & | lowerWeights ) |
Definition at line 156 of file G4WeightWindowStore.cc.
| void G4WeightWindowStore::AddUpperEboundLowerWeightPairs | ( | const G4GeometryCell & | gCell, |
| const G4UpperEnergyToLowerWeightMap & | enWeMap ) |
Definition at line 187 of file G4WeightWindowStore.cc.
| void G4WeightWindowStore::Clear | ( | ) |
Definition at line 124 of file G4WeightWindowStore.cc.
|
static |
Definition at line 225 of file G4WeightWindowStore.cc.
Referenced by G4WeightWindowBiasing::ConstructProcess().
|
static |
Definition at line 239 of file G4WeightWindowStore.cc.
|
overridevirtual |
Implements G4VWeightWindowStore.
Definition at line 61 of file G4WeightWindowStore.cc.
|
virtual |
Definition at line 150 of file G4WeightWindowStore.cc.
|
overridevirtual |
Implements G4VWeightWindowStore.
Definition at line 145 of file G4WeightWindowStore.cc.
Referenced by G4WeightWindowStore().
|
overridevirtual |
Implements G4VWeightWindowStore.
Definition at line 111 of file G4WeightWindowStore.cc.
Referenced by AddLowerWeights(), and AddUpperEboundLowerWeightPairs().
| void G4WeightWindowStore::SetGeneralUpperEnergyBounds | ( | const std::set< G4double, std::less< G4double > > & | enBounds | ) |
Definition at line 203 of file G4WeightWindowStore.cc.
| void G4WeightWindowStore::SetParallelWorldVolume | ( | const G4String & | paraName | ) |
Definition at line 138 of file G4WeightWindowStore.cc.
| void G4WeightWindowStore::SetWorldVolume | ( | ) |
Definition at line 129 of file G4WeightWindowStore.cc.