Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4INCL::ICrossSections Class Referenceabstract

Abstract interface for the cross-section classes. More...

#include <G4INCLICrossSections.hh>

Inheritance diagram for G4INCL::ICrossSections:
G4INCL::CrossSectionsINCL46

Public Member Functions

 ICrossSections ()
 
virtual ~ICrossSections ()
 
virtual G4double elastic (Particle const *const p1, Particle const *const p2)=0
 Elastic particle-particle cross section. More...
 
virtual G4double total (Particle const *const p1, Particle const *const p2)=0
 Total (elastic+inelastic) particle-particle cross section. More...
 
virtual G4double pionNucleon (Particle const *const p1, Particle const *const p2)=0
 Total (elastic+inelastic) pion-nucleon cross section. More...
 
virtual G4double recombination (Particle const *const p1, Particle const *const p2)=0
 Cross section for NDelta->NN. More...
 
virtual G4double deltaProduction (Particle const *const p1, Particle const *const p2)=0
 Cross section for NN->NDelta. More...
 
virtual G4double calculateNNAngularSlope (G4double energyCM, G4int iso)=0
 Calculate the slope of the NN DDXS. More...
 

Detailed Description

Abstract interface for the cross-section classes.

Definition at line 51 of file G4INCLICrossSections.hh.

Constructor & Destructor Documentation

G4INCL::ICrossSections::ICrossSections ( )
inline

Definition at line 54 of file G4INCLICrossSections.hh.

54 {}
virtual G4INCL::ICrossSections::~ICrossSections ( )
inlinevirtual

Definition at line 55 of file G4INCLICrossSections.hh.

55 {}

Member Function Documentation

virtual G4double G4INCL::ICrossSections::calculateNNAngularSlope ( G4double  energyCM,
G4int  iso 
)
pure virtual

Calculate the slope of the NN DDXS.

Parameters
energyCMenergy in the CM frame, in MeV
isototal isospin of the system
Returns
the slope of the angular distribution

Implemented in G4INCL::CrossSectionsINCL46.

virtual G4double G4INCL::ICrossSections::deltaProduction ( Particle const *const  p1,
Particle const *const  p2 
)
pure virtual

Cross section for NN->NDelta.

Implemented in G4INCL::CrossSectionsINCL46.

virtual G4double G4INCL::ICrossSections::elastic ( Particle const *const  p1,
Particle const *const  p2 
)
pure virtual

Elastic particle-particle cross section.

Implemented in G4INCL::CrossSectionsINCL46.

virtual G4double G4INCL::ICrossSections::pionNucleon ( Particle const *const  p1,
Particle const *const  p2 
)
pure virtual

Total (elastic+inelastic) pion-nucleon cross section.

Implemented in G4INCL::CrossSectionsINCL46.

virtual G4double G4INCL::ICrossSections::recombination ( Particle const *const  p1,
Particle const *const  p2 
)
pure virtual

Cross section for NDelta->NN.

Implemented in G4INCL::CrossSectionsINCL46.

virtual G4double G4INCL::ICrossSections::total ( Particle const *const  p1,
Particle const *const  p2 
)
pure virtual

Total (elastic+inelastic) particle-particle cross section.

Implemented in G4INCL::CrossSectionsINCL46.


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