#include <G4VWeightWindowStore.hh>
Inheritance diagram for G4VWeightWindowStore:

Public Member Functions | |
| 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 G4VWeightWindowStore.hh.
| G4VWeightWindowStore::G4VWeightWindowStore | ( | ) |
| G4VWeightWindowStore::~G4VWeightWindowStore | ( | ) | [virtual] |
| virtual G4double G4VWeightWindowStore::GetLowerWeight | ( | const G4GeometryCell & | gCell, | |
| G4double | partEnergy | |||
| ) | const [pure virtual] |
| virtual const G4VPhysicalVolume& G4VWeightWindowStore::GetWorldVolume | ( | ) | const [pure virtual] |
Implemented in G4WeightWindowStore.
| virtual G4bool G4VWeightWindowStore::IsKnown | ( | const G4GeometryCell & | gCell | ) | const [pure virtual] |
Implemented in G4WeightWindowStore.
1.4.7