42#ifndef G4MuonDecayChannelWithSpin_hh
43#define G4MuonDecayChannelWithSpin_hh 1
81 f_c = (5. + 17. * x - 34. * x * x) * (omega + std::log(x)) - 22. * x + 34. * x * x;
82 f_c = (1. - x) / (3. * x * x) * f_c;
83 f_c = (6. - 4. * x) * R_c(x, omega) + (6. - 6. * x) * std::log(x) + f_c;
84 f_c = (CLHEP::fine_structure_const / CLHEP::twopi) * (x * x - x0 * x0) * f_c;
93 f_theta = (1. + x + 34 * x * x) * (omega + std::log(x)) + 3. - 7. * x - 32. * x * x;
94 f_theta = f_theta + ((4. * (1. - x) * (1. - x)) / x) * std::log(1. - x);
95 f_theta = (1. - x) / (3. * x * x) * f_theta;
96 f_theta = (2. - 4. * x) * R_c(x, omega) + (2. - 6. * x) * std::log(x) - f_theta;
97 f_theta = (CLHEP::fine_structure_const / CLHEP::twopi) * (x * x - x0 * x0) * f_theta;
G4DecayProducts * DecayIt(G4double) override
G4MuonDecayChannelWithSpin & operator=(const G4MuonDecayChannelWithSpin &)
~G4MuonDecayChannelWithSpin() override=default
G4MuonDecayChannelWithSpin(const G4MuonDecayChannelWithSpin &)=default