Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
+5 -4
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4VelocityTable.hh 69005 2013-04-15 09:26:47Z gcosmo $
//
//---------------------------------------------------------------
//
@@ -56,8 +56,6 @@ class G4VelocityTable
typedef std::vector<G4double> G4VTDataVector;
public:
G4VelocityTable();
~G4VelocityTable();
G4double Value(G4double theEnergy);
// Get the cross-section/energy-loss value corresponding to the
@@ -75,6 +73,9 @@ class G4VelocityTable
private:
G4VelocityTable();
~G4VelocityTable();
size_t FindBinLocation(G4double theEnergy) const;
// Find the bin# in which theEnergy belongs - pure virtual function
@@ -99,7 +100,7 @@ class G4VelocityTable
private:
void PrepareVelocityTable();
static G4VelocityTable* theInstance;
static G4ThreadLocal G4VelocityTable* theInstance;
G4double maxT;
G4double minT;
G4int NbinT;