42#ifndef G4MuonDecayChannelWithSpin_hh
43#define G4MuonDecayChannelWithSpin_hh 1
87 f_c = (5.+17.*x-34.*x*x)*(omega+std::log(x))-22.*x+34.*x*x;
88 f_c = (1.-x)/(3.*x*x)*f_c;
89 f_c = (6.-4.*x)*R_c(x,omega)+(6.-6.*x)*std::log(x) + f_c;
90 f_c = (CLHEP::fine_structure_const/CLHEP::twopi) * (x*x-x0*x0) * f_c;
100 f_theta = (1.+x+34*x*x)*(omega+std::log(x))+3.-7.*x-32.*x*x;
101 f_theta = f_theta + ((4.*(1.-x)*(1.-x))/x)*std::log(1.-x);
102 f_theta = (1.-x)/(3.*x*x) * f_theta;
103 f_theta = (2.-4.*x)*R_c(x,omega)+(2.-6.*x)*std::log(x)-f_theta;
104 f_theta = (CLHEP::fine_structure_const/CLHEP::twopi) * (x*x-x0*x0) * f_theta;
virtual G4DecayProducts * DecayIt(G4double)
virtual ~G4MuonDecayChannelWithSpin()
G4MuonDecayChannelWithSpin & operator=(const G4MuonDecayChannelWithSpin &)