56 verboseLevel = level ;
74 excitationEnergy = energy;
78G4double G4BEGammaDeexcitation::sampleKineticEnergy()
90 pParticle -> SetKineticEnergy( sampleKineticEnergy() );
91 isotropicCosines( u, v, w );
92 pParticle -> SetMomentumDirection( u, v, w );
97void 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,
G4DynamicParticle * emit()
virtual ~G4BEGammaDeexcitation()
void setNucleusZ(G4int inputZ)
void setNucleusA(G4int inputA)
void setExcitationEnergy(G4double inputE)
void setVerboseLevel(G4int verbose)