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
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4PhysicsFreeVector.hh 74256 2013-10-02 14:24:02Z gcosmo $
//
//
//--------------------------------------------------------------------
@@ -49,6 +49,7 @@
// user introduced
// 26 Sep. 1996, K.Amako : Constructor with only 'bin size' added
// 11 Nov. 2000, H.Kurashige : Use STL vector for dataVector and binVector
// 02 Oct. 2013 V.Ivanchenko : Remove FindBinLocation method
//
//--------------------------------------------------------------------
@@ -85,10 +86,6 @@ class G4PhysicsFreeVector : public G4PhysicsVector
// note that you have to fill all bin values and data
// values before you the PhysicsFreeVector.
protected:
virtual size_t FindBinLocation(G4double theEnergy) const;
// Find bin# in which theEnergy belongs - virtual function
};