Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VStateDependent.hh>
Public Member Functions | |
G4VStateDependent (G4bool bottom=false) | |
virtual | ~G4VStateDependent () |
G4bool | operator== (const G4VStateDependent &right) const |
G4bool | operator!= (const G4VStateDependent &right) const |
virtual G4bool | Notify (G4ApplicationState requestedState)=0 |
Definition at line 43 of file G4VStateDependent.hh.
|
explicit |
Definition at line 34 of file G4VStateDependent.cc.
|
virtual |
Definition at line 40 of file G4VStateDependent.cc.
|
pure virtual |
Implemented in G4UImanager, G4BiasingOperatorStateNotifier, G4Scheduler, G4DNAMolecularMaterial, G4DNAChemistryManager, and HookEventProcState.
Referenced by G4StateManager::SetNewState().
G4bool G4VStateDependent::operator!= | ( | const G4VStateDependent & | right | ) | const |
Definition at line 66 of file G4VStateDependent.cc.
G4bool G4VStateDependent::operator== | ( | const G4VStateDependent & | right | ) | const |
Definition at line 61 of file G4VStateDependent.cc.