Import Geant4 9.5.0 source tree
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4Generator2BS.cc,v 1.10 2010/10/14 14:01:02 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-09-04 $
|
||||
// $Id: G4Generator2BS.cc,v 1.10 2010-10-14 14:01:02 vnivanch Exp $
|
||||
// GEANT4 tag $Name: not supported by cvs2svn $
|
||||
//
|
||||
// -------------------------------------------------------------------
|
||||
//
|
||||
@@ -44,6 +44,7 @@
|
||||
// 05 Nov 2003 MGP Fixed std namespace
|
||||
// 17 Nov 2003 MGP Fixed compilation problem on Windows
|
||||
// 12 Oct 2010 V.Ivanchenko Moved RejectionFunction inline, use G4Pow to speadup
|
||||
// 09 May 2011 L.Pandola Initialize private members, to avoid Coverity warning
|
||||
//
|
||||
// Class Description:
|
||||
//
|
||||
@@ -62,7 +63,8 @@
|
||||
//
|
||||
|
||||
G4Generator2BS::G4Generator2BS(const G4String&)
|
||||
: G4VBremAngularDistribution("AngularGen2BS")
|
||||
: G4VBremAngularDistribution("AngularGen2BS"),z(1),rejection_argument1(0),
|
||||
rejection_argument2(0),rejection_argument3(0),EnergyRatio(1)
|
||||
{
|
||||
g4pow = G4Pow::GetInstance();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user