|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VWLSTimeGeneratorProfile.hh>
Inheritance diagram for G4VWLSTimeGeneratorProfile:Public Member Functions | |
| G4VWLSTimeGeneratorProfile (const G4String &name) | |
| virtual | ~G4VWLSTimeGeneratorProfile () |
| virtual G4double | GenerateTime (const G4double time_constant)=0 |
| virtual G4double | GenerateTime (const G4MaterialPropertiesTable *)=0 |
Definition at line 56 of file G4VWLSTimeGeneratorProfile.hh.
| G4VWLSTimeGeneratorProfile::G4VWLSTimeGeneratorProfile | ( | const G4String & | name | ) |
Definition at line 54 of file G4VWLSTimeGeneratorProfile.cc.
|
virtual |
Definition at line 56 of file G4VWLSTimeGeneratorProfile.cc.
|
pure virtual |
Implemented in G4WLSTimeGeneratorProfileDelta, and G4WLSTimeGeneratorProfileExponential.
Referenced by G4OpWLS::PostStepDoIt(), and G4OpWLS2::PostStepDoIt().
|
pure virtual |
Implemented in G4WLSTimeGeneratorProfileDelta, and G4WLSTimeGeneratorProfileExponential.