Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user