Import Geant4 10.2.0 source tree
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4VEmAngularDistribution.cc 73847 2013-09-13 14:32:39Z gcosmo $
|
||||
// $Id: G4VEmAngularDistribution.cc 92921 2015-09-21 15:06:51Z gcosmo $
|
||||
//
|
||||
// -------------------------------------------------------------------
|
||||
//
|
||||
@@ -51,19 +51,17 @@
|
||||
#include "G4VEmAngularDistribution.hh"
|
||||
|
||||
G4VEmAngularDistribution::G4VEmAngularDistribution(const G4String& name)
|
||||
: fName(name)
|
||||
{
|
||||
fLocalDirection.set(0.0,0.0,1.0);
|
||||
}
|
||||
: fLocalDirection(0.0,0.0,1.0),fName(name)
|
||||
{}
|
||||
|
||||
G4VEmAngularDistribution::~G4VEmAngularDistribution()
|
||||
{}
|
||||
|
||||
G4ThreeVector& G4VEmAngularDistribution::SampleDirectionForShell(
|
||||
const G4DynamicParticle* dp,
|
||||
G4double finalTotalEnergy,
|
||||
G4int Z, G4int,
|
||||
const G4Material* mat)
|
||||
const G4DynamicParticle* dp,
|
||||
G4double finalTotalEnergy,
|
||||
G4int Z, G4int,
|
||||
const G4Material* mat)
|
||||
{
|
||||
return SampleDirection(dp, finalTotalEnergy, Z, mat);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user