Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
+4 -1
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VelocityTable.hh 69005 2013-04-15 09:26:47Z gcosmo $
// $Id: G4VelocityTable.hh 107603 2017-11-27 07:21:59Z gcosmo $
//
//---------------------------------------------------------------
//
@@ -46,11 +46,14 @@
#include <iostream>
#include "globals.hh"
#include "G4ios.hh"
#include "G4ThreadLocalSingleton.hh"
//////////////
class G4VelocityTable
//////////////
{
friend class G4ThreadLocalSingleton<G4VelocityTable>;
// velocity table for massive particles used in CalculateVelocity
private:
typedef std::vector<G4double> G4VTDataVector;