ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/geometry/biasing/include/G4VIStore.hh>
Public Member Functions | |
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 47 of file G4VIStore.hh.
View newest version in sPHENIX GitHub at line 47 of file G4VIStore.hh
G4VIStore::G4VIStore | ( | ) |
Definition at line 33 of file G4VIStore.cc.
View newest version in sPHENIX GitHub at line 33 of file G4VIStore.cc
|
virtual |
Definition at line 37 of file G4VIStore.cc.
View newest version in sPHENIX GitHub at line 37 of file G4VIStore.cc
|
pure virtual |
Implemented in G4IStore.
Referenced by G4ImportanceProcess::PostStepDoIt(), and G4WeightCutOffProcess::PostStepDoIt().
|
pure virtual |
Implemented in G4IStore.
Referenced by G4GeometrySampler::PrepareImportanceSampling().
|
pure virtual |
Implemented in G4IStore.