|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4IStore.hh>
Inheritance diagram for G4IStore:Public Member Functions | |
| G4double | GetImportance (const G4GeometryCell &gCell) 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 | 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 () |
Static Public Member Functions | |
| static G4IStore * | GetInstance () |
| static G4IStore * | GetInstance (const G4String &ParallelWorldName) |
Protected Member Functions | |
| G4IStore () | |
| G4IStore (const G4String &ParallelWorldName) | |
| ~G4IStore () override | |
Definition at line 49 of file G4IStore.hh.
|
explicitprotected |
Definition at line 51 of file G4IStore.cc.
Referenced by GetInstance(), GetInstance(), and ~G4IStore().
|
explicitprotected |
Definition at line 57 of file G4IStore.cc.
|
overrideprotecteddefault |
| void G4IStore::AddImportanceGeometryCell | ( | G4double | importance, |
| const G4GeometryCell & | gCell ) |
Definition at line 109 of file G4IStore.cc.
Referenced by AddImportanceGeometryCell().
| void G4IStore::AddImportanceGeometryCell | ( | G4double | importance, |
| const G4VPhysicalVolume & | aVolume, | ||
| G4int | aRepNum = 0 ) |
Definition at line 128 of file G4IStore.cc.
| void G4IStore::ChangeImportance | ( | G4double | importance, |
| const G4GeometryCell & | gCell ) |
Definition at line 135 of file G4IStore.cc.
Referenced by ChangeImportance().
| void G4IStore::ChangeImportance | ( | G4double | importance, |
| const G4VPhysicalVolume & | aVolume, | ||
| G4int | aRepNum = 0 ) |
Definition at line 155 of file G4IStore.cc.
| void G4IStore::Clear | ( | ) |
Definition at line 71 of file G4IStore.cc.
|
overridevirtual |
Implements G4VIStore.
Definition at line 179 of file G4IStore.cc.
| G4double G4IStore::GetImportance | ( | const G4VPhysicalVolume & | aVolume, |
| G4int | aRepNum = 0 ) const |
Definition at line 162 of file G4IStore.cc.
|
static |
Definition at line 234 of file G4IStore.cc.
Referenced by G4ImportanceBiasing::ConstructProcess().
Definition at line 251 of file G4IStore.cc.
|
virtual |
Definition at line 99 of file G4IStore.cc.
|
overridevirtual |
Implements G4VIStore.
Definition at line 94 of file G4IStore.cc.
Referenced by G4IStore().
|
overridevirtual |
Implements G4VIStore.
Definition at line 199 of file G4IStore.cc.
| void G4IStore::SetParallelWorldVolume | ( | const G4String & | paraName | ) |
Definition at line 85 of file G4IStore.cc.
| void G4IStore::SetWorldVolume | ( | ) |
Definition at line 76 of file G4IStore.cc.