56 verboseLevel = level ;
78 G4double G4BEGammaDeexcitation::sampleKineticEnergy()
90 pParticle -> SetKineticEnergy( sampleKineticEnergy() );
91 isotropicCosines( u, v, w );
92 pParticle -> SetMomentumDirection( u, v, w );
97 void G4BEGammaDeexcitation::isotropicCosines(
G4double & u,
103 G4double SinTheta = std::sqrt( 1.0 - CosTheta * CosTheta );
106 u = std::cos( Phi ) * SinTheta;
107 v = std::cos( Phi ) * CosTheta,