55 result->
SetData(running++, x, y);
59 else if( left.
GetX(i)+right.
GetX(j) == 0
60 || std::abs((right.
GetX(j)-left.
GetX(i))/(left.
GetX(i)+right.
GetX(j))) > 0.001 )
64 result->
SetData(running++, x, y);
76 result->
SetData(running++, x, y);
127 if(&right ==
this)
return *
this;
240 G4int s_tmp = 0,
n=0, m_tmp=0;
257 && std::abs(std::abs(xp-xa)/xa) < 0.0000001
262 active = passive; a=p;
267 active = passive; a=p;
276 anX = passive->
GetXsec(p)-deltaX;
303 G4int count = 0, current = 2, start = 1;
311 x1=aBuff[count].
GetX();
312 y1=aBuff[count].
GetY();
315 for(
G4int j=start; j<current; j++)
318 if(x1-x2 == 0) y = (y2+
y1)/2.;
322 aBuff[++count] =
theData[current-1];
345 std::vector<G4double>::iterator i;
349 if(std::abs(aX-aBlock) < 0.1*
MeV)
382 G4int icounter_max=1024;
386 if ( icounter > icounter_max ) {
387 G4cout <<
"Loop-counter exceeded the threshold value at " << __LINE__ <<
"th line of " << __FILE__ <<
"." <<
G4endl;
409 G4int jcounter_max=1024;
413 if ( jcounter > jcounter_max ) {
414 G4cout <<
"Loop-counter exceeded the threshold value at " << __LINE__ <<
"th line of " << __FILE__ <<
"." <<
G4endl;
427 if ( ibin < 0 )
G4cout <<
"TKDB 080807 " << rand <<
G4endl;
443 value = rand * ( x2 -
x1 ) + x1;
G4double Get15percentBorder()
G4double the15percentBorderCash
G4double Lin(G4double x, G4double x1, G4double x2, G4double y1, G4double y2)
void SetData(G4int i, G4double x, G4double y)
BasicVector3D< float > operator+(const BasicVector3D< float > &v)
G4ParticleHPInterpolator theInt
G4double GetEnergy(G4int i) const
G4ParticleHPVector & operator=(const G4ParticleHPVector &right)
G4double GetXsec(G4int i)
G4InterpolationManager theManager
G4double Interpolate(G4InterpolationScheme aScheme, G4double x, G4double x1, G4double x2, G4double y1, G4double y2) const
void SetY(G4int i, G4double x)
void AppendScheme(G4int aPoint, const G4InterpolationScheme &aScheme)
G4GLOB_DLL std::ostream G4cout
G4ParticleHPDataPoint * theData
void Merge(G4ParticleHPVector *active, G4ParticleHPVector *passive)
void SetPoint(G4int i, const G4ParticleHPDataPoint &it)
G4double GetY(G4double x)
G4int GetVectorLength() const
void IntegrateAndNormalise()
G4bool IsBlocked(G4double aX)
G4double the50percentBorderCash
G4InterpolationScheme GetScheme(G4int index) const
G4double GetX(G4int i) const
std::vector< G4double > theBlocked
G4int GetMinIndex(G4double e) const
G4ParticleHPInterpolator theLin
std::vector< G4double > theBuffered
G4InterpolationScheme GetScheme(G4int anIndex)
void ThinOut(G4double precision)
G4double Get50percentBorder()
const G4ParticleHPDataPoint & GetPoint(G4int i) const