Geant4
10.02.p02
|
#include <G4VCrossSectionRatio.hh>
Public Member Functions | |
G4VCrossSectionRatio (const G4String &nam="", G4int verb=0) | |
virtual | ~G4VCrossSectionRatio () |
virtual G4double | ComputeRatio (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4int)=0 |
virtual void | BuildPhysicsTable (const G4ParticleDefinition &) |
virtual void | DumpPhysicsTable (const G4ParticleDefinition &) |
virtual void | Description () const |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel () const |
const G4String & | GetName () const |
Private Member Functions | |
G4VCrossSectionRatio & | operator= (const G4VCrossSectionRatio &right) |
G4VCrossSectionRatio (const G4VCrossSectionRatio &) | |
Private Attributes | |
G4int | verboseLevel |
const G4String | name |
Definition at line 53 of file G4VCrossSectionRatio.hh.
Definition at line 43 of file G4VCrossSectionRatio.cc.
|
virtual |
Definition at line 47 of file G4VCrossSectionRatio.cc.
|
private |
|
virtual |
Definition at line 55 of file G4VCrossSectionRatio.cc.
|
pure virtual |
Implemented in G4DiffElasticRatio.
Referenced by G4HadronElasticProcess::PostStepDoIt().
|
virtual |
Definition at line 51 of file G4VCrossSectionRatio.cc.
|
virtual |
Definition at line 59 of file G4VCrossSectionRatio.cc.
|
inline |
Definition at line 100 of file G4VCrossSectionRatio.hh.
References name.
|
inline |
Definition at line 95 of file G4VCrossSectionRatio.hh.
References verboseLevel.
|
private |
|
inline |
Definition at line 90 of file G4VCrossSectionRatio.hh.
References verboseLevel.
|
private |
Definition at line 87 of file G4VCrossSectionRatio.hh.
Referenced by GetName().
|
private |
Definition at line 86 of file G4VCrossSectionRatio.hh.
Referenced by GetVerboseLevel(), and SetVerboseLevel().