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