ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4VCrossSectionRatio Class Referenceabstract

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/cross_sections/include/G4VCrossSectionRatio.hh>

+ Inheritance diagram for G4VCrossSectionRatio:
+ Collaboration diagram for G4VCrossSectionRatio:

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 G4StringGetName () const
 

Private Member Functions

G4VCrossSectionRatiooperator= (const G4VCrossSectionRatio &right)
 
 G4VCrossSectionRatio (const G4VCrossSectionRatio &)
 

Private Attributes

G4int verboseLevel
 
const G4String name
 

Detailed Description

Definition at line 52 of file G4VCrossSectionRatio.hh.

View newest version in sPHENIX GitHub at line 52 of file G4VCrossSectionRatio.hh

Constructor & Destructor Documentation

G4VCrossSectionRatio::G4VCrossSectionRatio ( const G4String nam = "",
G4int  verb = 0 
)

Definition at line 42 of file G4VCrossSectionRatio.cc.

View newest version in sPHENIX GitHub at line 42 of file G4VCrossSectionRatio.cc

G4VCrossSectionRatio::~G4VCrossSectionRatio ( )
virtual

Definition at line 46 of file G4VCrossSectionRatio.cc.

View newest version in sPHENIX GitHub at line 46 of file G4VCrossSectionRatio.cc

G4VCrossSectionRatio::G4VCrossSectionRatio ( const G4VCrossSectionRatio )
private

Member Function Documentation

void G4VCrossSectionRatio::BuildPhysicsTable ( const G4ParticleDefinition )
virtual

Definition at line 54 of file G4VCrossSectionRatio.cc.

View newest version in sPHENIX GitHub at line 54 of file G4VCrossSectionRatio.cc

virtual G4double G4VCrossSectionRatio::ComputeRatio ( const G4ParticleDefinition ,
G4double  kinEnergy,
G4int  ,
G4int   
)
pure virtual

Implemented in G4DiffElasticRatio.

Referenced by G4HadronElasticProcess::PostStepDoIt().

+ Here is the caller graph for this function:

void G4VCrossSectionRatio::Description ( ) const
virtual

Definition at line 50 of file G4VCrossSectionRatio.cc.

View newest version in sPHENIX GitHub at line 50 of file G4VCrossSectionRatio.cc

void G4VCrossSectionRatio::DumpPhysicsTable ( const G4ParticleDefinition )
virtual

Definition at line 58 of file G4VCrossSectionRatio.cc.

View newest version in sPHENIX GitHub at line 58 of file G4VCrossSectionRatio.cc

const G4String & G4VCrossSectionRatio::GetName ( void  ) const
inline

Definition at line 99 of file G4VCrossSectionRatio.hh.

View newest version in sPHENIX GitHub at line 99 of file G4VCrossSectionRatio.hh

References name.

G4int G4VCrossSectionRatio::GetVerboseLevel ( ) const
inline

Definition at line 94 of file G4VCrossSectionRatio.hh.

View newest version in sPHENIX GitHub at line 94 of file G4VCrossSectionRatio.hh

References verboseLevel.

G4VCrossSectionRatio& G4VCrossSectionRatio::operator= ( const G4VCrossSectionRatio right)
private
void G4VCrossSectionRatio::SetVerboseLevel ( G4int  value)
inline

Definition at line 89 of file G4VCrossSectionRatio.hh.

View newest version in sPHENIX GitHub at line 89 of file G4VCrossSectionRatio.hh

References verboseLevel.

Member Data Documentation

const G4String G4VCrossSectionRatio::name
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().

G4int G4VCrossSectionRatio::verboseLevel
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().


The documentation for this class was generated from the following files: