Import Geant4 10.7.0.beta source tree
This commit is contained in:
@@ -23,39 +23,23 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// G4LPhysicsFreeVector class implementation
|
||||
//
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------------
|
||||
// Class G4LPhysicsFreeVector
|
||||
// Derived from base class G4PhysicsVector
|
||||
// This is a free vector for Low Energy Physics cross section data
|
||||
//
|
||||
// F.W. Jones, TRIUMF, 04-JUN-96
|
||||
//
|
||||
// Modified:
|
||||
// 19 Jun. 2009, V.Ivanchenko : removed hidden bin
|
||||
// 19 Jun. 2009, V.Ivanchenko : removed FindBinLocation
|
||||
//
|
||||
// Author: F.W. Jones (TRIUMF), 04-June-1996 - First implementation
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
#include "G4LPhysicsFreeVector.hh"
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
G4LPhysicsFreeVector::G4LPhysicsFreeVector()
|
||||
: G4PhysicsFreeVector()
|
||||
: G4PhysicsFreeVector()
|
||||
{}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
G4LPhysicsFreeVector::G4LPhysicsFreeVector(size_t length, G4double, G4double)
|
||||
G4LPhysicsFreeVector::G4LPhysicsFreeVector(std::size_t length, G4double,
|
||||
G4double)
|
||||
: G4PhysicsFreeVector(length)
|
||||
{}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
G4LPhysicsFreeVector::~G4LPhysicsFreeVector()
|
||||
{}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
G4LPhysicsFreeVector::~G4LPhysicsFreeVector() {}
|
||||
|
||||
Reference in New Issue
Block a user