ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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 52 of file G4VCrossSectionRatio.hh.
View newest version in sPHENIX GitHub at line 52 of file G4VCrossSectionRatio.hh
Definition at line 42 of file G4VCrossSectionRatio.cc.
View newest version in sPHENIX GitHub at line 42 of file G4VCrossSectionRatio.cc
|
virtual |
Definition at line 46 of file G4VCrossSectionRatio.cc.
View newest version in sPHENIX GitHub at line 46 of file G4VCrossSectionRatio.cc
|
private |
|
virtual |
Definition at line 54 of file G4VCrossSectionRatio.cc.
View newest version in sPHENIX GitHub at line 54 of file G4VCrossSectionRatio.cc
|
pure virtual |
Implemented in G4DiffElasticRatio.
Referenced by G4HadronElasticProcess::PostStepDoIt().
|
virtual |
Definition at line 50 of file G4VCrossSectionRatio.cc.
View newest version in sPHENIX GitHub at line 50 of file G4VCrossSectionRatio.cc
|
virtual |
Definition at line 58 of file G4VCrossSectionRatio.cc.
View newest version in sPHENIX GitHub at line 58 of file G4VCrossSectionRatio.cc
Definition at line 99 of file G4VCrossSectionRatio.hh.
View newest version in sPHENIX GitHub at line 99 of file G4VCrossSectionRatio.hh
References name.
|
inline |
Definition at line 94 of file G4VCrossSectionRatio.hh.
View newest version in sPHENIX GitHub at line 94 of file G4VCrossSectionRatio.hh
References verboseLevel.
|
private |
Definition at line 89 of file G4VCrossSectionRatio.hh.
View newest version in sPHENIX GitHub at line 89 of file G4VCrossSectionRatio.hh
References verboseLevel.
|
private |
Definition at line 86 of file G4VCrossSectionRatio.hh.
View newest version in sPHENIX GitHub at line 86 of file G4VCrossSectionRatio.hh
Referenced by GetName().
|
private |
Definition at line 85 of file G4VCrossSectionRatio.hh.
View newest version in sPHENIX GitHub at line 85 of file G4VCrossSectionRatio.hh
Referenced by GetVerboseLevel(), and SetVerboseLevel().