Import Geant4 5.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:28:22 +02:00
parent fbd4999cf7
commit 4aea781e80
5454 changed files with 223141 additions and 67347 deletions
@@ -46,7 +46,7 @@
#ifndef G4LossTableBuilder_h
#define G4LossTableBuilder_h 1
#include "g4std/vector"
#include <vector>
#include "globals.hh"
#include "G4PhysicsTable.hh"
@@ -60,7 +60,7 @@ public:
~G4LossTableBuilder() {};
G4PhysicsTable* BuildDEDXTable(const G4std::vector<G4PhysicsTable*>&);
G4PhysicsTable* BuildDEDXTable(const std::vector<G4PhysicsTable*>&);
G4PhysicsTable* BuildRangeTable(const G4PhysicsTable* dedxTable);