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
@@ -42,7 +42,7 @@
#include "globals.hh"
#include "G4PhysicsFreeVector.hh"
#include "g4std/vector"
#include <vector>
class G4PartialWidthTable
{
@@ -74,10 +74,10 @@ private:
const G4PartialWidthTable& operator=(const G4PartialWidthTable &right);
G4int nEnergies;
G4std::vector<G4double> energy;
G4std::vector<G4PhysicsFreeVector*> widths;
G4std::vector<G4String> daughter1;
G4std::vector<G4String> daughter2;
std::vector<G4double> energy;
std::vector<G4PhysicsFreeVector*> widths;
std::vector<G4String> daughter1;
std::vector<G4String> daughter2;
};