Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
@@ -63,7 +63,14 @@ public:
//find the value corresponding to the energy e in the set
//identified by id
G4double FindValue(G4double e, G4int id = 0) const;
virtual const G4VEMDataSet* GetComponent(G4int i) const { return 0;}
virtual void AddComponent(G4VEMDataSet* dataSet) { }
virtual size_t NumberOfComponents() const { return 0; }
void PrintData() const;
const G4DataVector& GetEnergies(G4int i) const { return *energies; }