Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -36,15 +36,13 @@
|
||||
#include "G4PhysicalConstants.hh"
|
||||
#include "G4SystemOfUnits.hh"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
using namespace std;
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
const G4double G4XrayRayleighModel::fCofA = 2.*pi2*Bohr_radius*Bohr_radius;
|
||||
|
||||
const G4double G4XrayRayleighModel::fCofR = 8.*pi*classic_electr_radius*classic_electr_radius/3.;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////.
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
G4XrayRayleighModel::G4XrayRayleighModel(const G4ParticleDefinition*,
|
||||
const G4String& nam)
|
||||
@@ -83,7 +81,7 @@ G4XrayRayleighModel::~G4XrayRayleighModel()
|
||||
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void G4XrayRayleighModel::Initialise(const G4ParticleDefinition* particle,
|
||||
const G4DataVector& cuts)
|
||||
@@ -102,7 +100,7 @@ void G4XrayRayleighModel::Initialise(const G4ParticleDefinition* particle,
|
||||
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
G4double G4XrayRayleighModel::ComputeCrossSectionPerAtom(
|
||||
const G4ParticleDefinition*,
|
||||
@@ -150,7 +148,7 @@ G4double G4XrayRayleighModel::ComputeCrossSectionPerAtom(
|
||||
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void G4XrayRayleighModel::SampleSecondaries(std::vector<G4DynamicParticle*>* /*fvect*/,
|
||||
const G4MaterialCutsCouple* couple,
|
||||
|
||||
Reference in New Issue
Block a user