65 edgeMin(0.), edgeMax(0.), numberOfNodes(0),
67 dBin(0.), baseBin(0.),
95 if (&right==
this) {
return *
this; }
109 return (
this == &right);
116 return (
this != &right);
180 fOut.write((
char*)(&size),
sizeof size);
183 for(
size_t i = 0; i < size; ++i)
188 fOut.write((
char*)(value), 2*size*(
sizeof (
G4double)));
207 if (fIn.fail()) {
return false; }
211 if (fIn.fail()) {
return false; }
215 G4cerr <<
"G4PhysicsVector::Retrieve():";
225 for(
G4int i = 0; i < siz ; i++)
229 fIn >> vBin >> vData;
230 if (fIn.fail()) {
return false; }
250 fIn.read((
char*)(&size),
sizeof size);
253 fIn.read((
char*)(value), 2*size*(
sizeof(
G4double)) );
262 for(
size_t i = 0; i < size; ++i)
326 - firstPointDerivative);
346 *(endPointDerivative -
353 for(
G4int k=n-1; k>0; --k)
398 for(
G4int i=2; i<n-1; ++i)
413 - (2.0*sig - 1.0)*u[n-2]/p;
421 for(
G4int k=n-2; k>1; --k)
453 for(
size_t i=1; i<
n; ++i)
489 out << std::setprecision(12) << pv.
edgeMin <<
" "
494 for(
size_t i = 0; i < pv.
dataVector.size(); i++)
498 out << std::setprecision(6);
511 }
else if(theEnergy >=
edgeMax) {
515 lastIdx =
FindBin(theEnergy, lastIdx);
532 if (y > dataVector[n2])
536 n2 = (n3 + n1 + 1)/2;
539 G4double del = dataVector[n3] - dataVector[n1];
541 res += (y - dataVector[n1])*(
binVector[n3] - res)/del;
G4PVDataVector dataVector
G4double FindLinearEnergy(G4double rand) const
G4double Interpolation(size_t idx, G4double energy) const
void CopyData(const G4PhysicsVector &vec)
G4PhysicsVector(G4bool spline=false)
void ComputeSecondDerivatives(G4double firstPointDerivative, G4double endPointDerivative)
G4double GetLowEdgeEnergy(size_t binNumber) const
void FillSecondDerivatives()
G4int operator!=(const G4PhysicsVector &right) const
std::ostream & operator<<(std::ostream &out, const G4PhysicsVector &pv)
G4int operator==(const G4PhysicsVector &right) const
G4PVDataVector secDerivative
virtual void ScaleVector(G4double factorE, G4double factorV)
size_t FindBin(G4double energy, size_t idx) const
G4double Value(G4double theEnergy, size_t &lastidx) const
virtual G4bool Store(std::ofstream &fOut, G4bool ascii=false)
virtual G4bool Retrieve(std::ifstream &fIn, G4bool ascii=false)
void ComputeSecDerivatives()
virtual ~G4PhysicsVector()
G4PhysicsVector & operator=(const G4PhysicsVector &)
G4GLOB_DLL std::ostream G4cerr