|
Geant4
10.03.p03
|
#include <G4CrossSectionPatch.hh>


Public Member Functions | |
| G4CrossSectionPatch () | |
| virtual | ~G4CrossSectionPatch () |
| G4bool | operator== (const G4CrossSectionPatch &right) const |
| G4bool | operator!= (const G4CrossSectionPatch &right) const |
| virtual G4double | CrossSection (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
| virtual const G4CrossSectionVector * | GetComponents () const =0 |
| virtual G4bool | IsValid (G4double e) const |
Public Member Functions inherited from G4VCrossSectionSource | |
| G4VCrossSectionSource () | |
| virtual | ~G4VCrossSectionSource () |
| G4bool | operator== (const G4VCrossSectionSource &right) const |
| G4bool | operator!= (const G4VCrossSectionSource &right) const |
| virtual G4String | Name () const =0 |
| virtual void | Print () const |
| virtual void | PrintAll (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
| virtual G4double | HighLimit () const |
| virtual G4double | LowLimit () const |
Protected Member Functions | |
| G4double | Transition (const G4KineticTrack &trk1, const G4KineticTrack &trk2, const G4VCrossSectionSource *comp1, const G4VCrossSectionSource *comp2) const |
| G4double | Transition (G4double ecm, G4double sigma1, G4double sigma2, G4double e1, G4double e2) const |
Protected Member Functions inherited from G4VCrossSectionSource | |
| G4bool | InLimits (G4double e, G4double eLow, G4double eHigh) const |
| const G4ParticleDefinition * | FindLightParticle (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
| G4double | FcrossX (G4double e, G4double e0, G4double sigma, G4double eParam, G4double power) const |
| const G4ParticleDefinition * | FindKeyParticle (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
Definition at line 50 of file G4CrossSectionPatch.hh.
| G4CrossSectionPatch::G4CrossSectionPatch | ( | ) |
Definition at line 48 of file G4CrossSectionPatch.cc.
|
virtual |
Definition at line 52 of file G4CrossSectionPatch.cc.
|
virtual |
Implements G4VCrossSectionSource.
Definition at line 68 of file G4CrossSectionPatch.cc.

|
pure virtual |
Implements G4VCrossSectionSource.
Implemented in G4XNNElastic, G4XnpElastic, G4XnpTotal, and G4XNNTotal.

Reimplemented from G4VCrossSectionSource.
Definition at line 109 of file G4CrossSectionPatch.cc.

| G4bool G4CrossSectionPatch::operator!= | ( | const G4CrossSectionPatch & | right | ) | const |
Definition at line 62 of file G4CrossSectionPatch.cc.
| G4bool G4CrossSectionPatch::operator== | ( | const G4CrossSectionPatch & | right | ) | const |
Definition at line 56 of file G4CrossSectionPatch.cc.
|
protected |
Definition at line 133 of file G4CrossSectionPatch.cc.


|
protected |
Definition at line 156 of file G4CrossSectionPatch.cc.