19#ifndef BDSPHYSICSVECTORLINEAR_H
20#define BDSPHYSICSVECTORLINEAR_H
43 const std::vector<G4double>& values);
47 G4double
Value(G4double eK)
const;
50 std::vector<G4double> kineticEnergy;
51 std::vector<G4double> values;
A vector of some values vs Ek that are linearly interpolated.
G4double Value(G4double eK) const
Get the linearly interpolated value for a given kinetic energy.