Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -68,6 +68,12 @@ public:
G4int Z,
const G4Material* mat = 0);
virtual G4ThreeVector& SampleDirectionForShell(
const G4DynamicParticle* dp,
G4double kinEnergyFinal,
G4int Z, G4int shellIdx,
const G4Material* mat = 0);
void PrintGeneratorInformation() const;
private:
@@ -79,7 +85,7 @@ private:
const G4ParticleDefinition* fElectron;
std::vector<G4double> prob;
G4int nprob;
G4int fShellIdx;
};
#endif