ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/geometry/biasing/include/G4VWeightWindowStore.hh>
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 44 of file G4VWeightWindowStore.hh.
View newest version in sPHENIX GitHub at line 44 of file G4VWeightWindowStore.hh
G4VWeightWindowStore::G4VWeightWindowStore | ( | ) |
Definition at line 33 of file G4VWeightWindowStore.cc.
View newest version in sPHENIX GitHub at line 33 of file G4VWeightWindowStore.cc
|
virtual |
Definition at line 37 of file G4VWeightWindowStore.cc.
View newest version in sPHENIX GitHub at line 37 of file G4VWeightWindowStore.cc
|
pure virtual |
Implemented in G4WeightWindowStore.
Referenced by G4WeightWindowProcess::PostStepDoIt().
|
pure virtual |
Implemented in G4WeightWindowStore.
Referenced by G4GeometrySampler::PrepareWeightWindow().
|
pure virtual |
Implemented in G4WeightWindowStore.