Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4IStore.hh>
Public Member Functions | |
G4IStore (const G4VPhysicalVolume &worldvolume) | |
virtual | ~G4IStore () |
virtual G4double | GetImportance (const G4GeometryCell &gCell) const |
virtual G4bool | IsKnown (const G4GeometryCell &gCell) const |
virtual const G4VPhysicalVolume & | GetWorldVolume () const |
void | AddImportanceGeometryCell (G4double importance, const G4GeometryCell &gCell) |
void | AddImportanceGeometryCell (G4double importance, const G4VPhysicalVolume &, G4int aRepNum=0) |
void | ChangeImportance (G4double importance, const G4GeometryCell &gCell) |
void | ChangeImportance (G4double importance, const G4VPhysicalVolume &, G4int aRepNum=0) |
G4double | GetImportance (const G4VPhysicalVolume &, G4int aRepNum=0) const |
Public Member Functions inherited from G4VIStore | |
G4VIStore () | |
virtual | ~G4VIStore () |
virtual G4double | GetImportance (const G4GeometryCell &gCell) const =0 |
virtual G4bool | IsKnown (const G4GeometryCell &gCell) const =0 |
virtual const G4VPhysicalVolume & | GetWorldVolume () const =0 |
Definition at line 52 of file G4IStore.hh.
|
explicit |
Definition at line 42 of file G4IStore.cc.
|
virtual |
Definition at line 46 of file G4IStore.cc.
void G4IStore::AddImportanceGeometryCell | ( | G4double | importance, |
const G4GeometryCell & | gCell | ||
) |
Definition at line 59 of file G4IStore.cc.
Referenced by AddImportanceGeometryCell().
void G4IStore::AddImportanceGeometryCell | ( | G4double | importance, |
const G4VPhysicalVolume & | aVolume, | ||
G4int | aRepNum = 0 |
||
) |
Definition at line 74 of file G4IStore.cc.
void G4IStore::ChangeImportance | ( | G4double | importance, |
const G4GeometryCell & | gCell | ||
) |
Definition at line 82 of file G4IStore.cc.
Referenced by ChangeImportance().
void G4IStore::ChangeImportance | ( | G4double | importance, |
const G4VPhysicalVolume & | aVolume, | ||
G4int | aRepNum = 0 |
||
) |
Definition at line 97 of file G4IStore.cc.
|
virtual |
Implements G4VIStore.
Definition at line 117 of file G4IStore.cc.
G4double G4IStore::GetImportance | ( | const G4VPhysicalVolume & | aVolume, |
G4int | aRepNum = 0 |
||
) | const |
Definition at line 104 of file G4IStore.cc.
|
virtual |
|
virtual |
Implements G4VIStore.
Definition at line 132 of file G4IStore.cc.