Geant4_10
|
#include <G4WeightWindowStore.hh>
Public Member Functions | |
virtual | ~G4WeightWindowStore () |
virtual G4double | GetLowerWeight (const G4GeometryCell &gCell, G4double partEnergy) const |
virtual G4bool | IsKnown (const G4GeometryCell &gCell) const |
void | Clear () |
void | SetWorldVolume () |
void | SetParallelWorldVolume (G4String paraName) |
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 () |
Static Public Member Functions | |
static G4WeightWindowStore * | GetInstance () |
static G4WeightWindowStore * | GetInstance (G4String ParallelWorldName) |
Protected Member Functions | |
G4WeightWindowStore () | |
G4WeightWindowStore (G4String ParallelWorldName) | |
Definition at line 58 of file G4WeightWindowStore.hh.
|
explicitprotected |
|
explicitprotected |
Definition at line 60 of file G4WeightWindowStore.cc.
|
virtual |
Definition at line 67 of file G4WeightWindowStore.cc.
void G4WeightWindowStore::AddLowerWeights | ( | const G4GeometryCell & | gCell, |
const std::vector< G4double > & | lowerWeights | ||
) |
Definition at line 164 of file G4WeightWindowStore.cc.
void G4WeightWindowStore::AddUpperEboundLowerWeightPairs | ( | const G4GeometryCell & | gCell, |
const G4UpperEnergyToLowerWeightMap & | enWeMap | ||
) |
void G4WeightWindowStore::Clear | ( | ) |
Definition at line 131 of file G4WeightWindowStore.cc.
|
static |
Definition at line 232 of file G4WeightWindowStore.cc.
|
static |
|
virtual |
Implements G4VWeightWindowStore.
Definition at line 71 of file G4WeightWindowStore.cc.
|
virtual |
Definition at line 156 of file G4WeightWindowStore.cc.
|
virtual |
Implements G4VWeightWindowStore.
Definition at line 151 of file G4WeightWindowStore.cc.
|
virtual |
Implements G4VWeightWindowStore.
Definition at line 120 of file G4WeightWindowStore.cc.
void G4WeightWindowStore::SetWorldVolume | ( | ) |