Geant4
10.03.p01
|
#include <G4AngularDistribution.hh>
Public Member Functions | |
G4AngularDistribution (G4bool symmetrize) | |
virtual | ~G4AngularDistribution () |
virtual G4double | CosTheta (G4double s, G4double m1, G4double m2) const |
G4double | DifferentialCrossSection (G4double sIn, G4double m1, G4double m2, G4double cosTheta) const |
G4double | Cross (G4double tpPion, G4double tpSigma, G4double tpOmega, G4double tmPion, G4double tmSigma, G4double tmOmega, G4double bMix_o1, G4double bMix_s1, G4double bMix_Omega, G4double bMix_sm, G4double bMix_oL, G4double bMix_sL, G4double bOmega_0, G4double bOmega_1, G4double bOmega_2, G4double bOmega_3, G4double bOmega_m, G4double bOmega_L) const |
Public Member Functions inherited from G4VAngularDistribution | |
G4VAngularDistribution () | |
virtual | ~G4VAngularDistribution () |
virtual G4double | Phi () const |
Definition at line 42 of file G4AngularDistribution.hh.
G4AngularDistribution::G4AngularDistribution | ( | G4bool | symmetrize | ) |
Definition at line 34 of file G4AngularDistribution.cc.
|
virtual |
Definition at line 166 of file G4AngularDistribution.cc.
Implements G4VAngularDistribution.
Definition at line 170 of file G4AngularDistribution.cc.
G4double G4AngularDistribution::Cross | ( | G4double | tpPion, |
G4double | tpSigma, | ||
G4double | tpOmega, | ||
G4double | tmPion, | ||
G4double | tmSigma, | ||
G4double | tmOmega, | ||
G4double | bMix_o1, | ||
G4double | bMix_s1, | ||
G4double | bMix_Omega, | ||
G4double | bMix_sm, | ||
G4double | bMix_oL, | ||
G4double | bMix_sL, | ||
G4double | bOmega_0, | ||
G4double | bOmega_1, | ||
G4double | bOmega_2, | ||
G4double | bOmega_3, | ||
G4double | bOmega_m, | ||
G4double | bOmega_L | ||
) | const |
Definition at line 295 of file G4AngularDistribution.cc.
G4double G4AngularDistribution::DifferentialCrossSection | ( | G4double | sIn, |
G4double | m1, | ||
G4double | m2, | ||
G4double | cosTheta | ||
) | const |
Definition at line 198 of file G4AngularDistribution.cc.