#include <CCalDataSet.hh>
Definition at line 34 of file CCalDataSet.hh.
◆ getCrossSection()
double CCalDataSet::getCrossSection |
( |
double |
anEnergy | ) |
|
|
inline |
Definition at line 44 of file CCalDataSet.hh.
70 if(
theData[i].first>anEnergy)
break;
vector< pair< double, double > > theData
G4double Interpolate(G4InterpolationScheme aScheme, G4double x, G4double x1, G4double x2, G4double y1, G4double y2) const
G4ParticleHPInterpolator theInterpolator
◆ insert()
void CCalDataSet::insert |
( |
double |
anEnergy, |
|
|
double |
aXsection |
|
) |
| |
|
inline |
Definition at line 38 of file CCalDataSet.hh.
40 pair<double, double> aPoint(anEnergy, aXsection);
vector< pair< double, double > > theData
◆ theData
vector<pair<double, double> > CCalDataSet::theData |
|
private |
◆ theInterpolator
The documentation for this class was generated from the following file: