51 #ifndef G4MuonRadiativeDecayChannelWithSpin_h
52 #define G4MuonRadiativeDecayChannelWithSpin_h 1
110 parent_polarization = polar;
116 return parent_polarization;
119 inline void G4MuonRadiativeDecayChannelWithSpin::rn3dim(
G4double&
x,
133 G4double rinv = xlong/(std::sqrt(r));
148 }
else if (x==0. && y<0.){
150 }
else if (y==0. && x>0.){
152 }
else if (y==0. && x<0.){
155 phi = std::atan(y/x);
157 phi = std::atan(y/x) + CLHEP::pi;
G4MuonRadiativeDecayChannelWithSpin & operator=(const G4MuonRadiativeDecayChannelWithSpin &)
void SetPolarization(G4ThreeVector)
const G4ThreeVector & GetPolarization() const
virtual G4DecayProducts * DecayIt(G4double)
virtual ~G4MuonRadiativeDecayChannelWithSpin()