43#ifndef G4MuonRadiativeDecayChannelWithSpin_hh
44#define G4MuonRadiativeDecayChannelWithSpin_hh 1
87inline void G4MuonRadiativeDecayChannelWithSpin::rn3dim(
G4double& x,
102 G4double rinv = xlong/(std::sqrt(r));
117 }
else if (x==0. && y<0.){
119 }
else if (y==0. && x>0.){
121 }
else if (y==0. && x<0.){
124 phi = std::atan(y/x);
126 phi = std::atan(y/x) + CLHEP::pi;
G4MuonRadiativeDecayChannelWithSpin & operator=(const G4MuonRadiativeDecayChannelWithSpin &)
virtual ~G4MuonRadiativeDecayChannelWithSpin()
virtual G4DecayProducts * DecayIt(G4double)