ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Interpolation node. More...
Public Member Functions | |
InterpolationNode (const G4double x0, const G4double y0, const G4double yPrime0) | |
virtual | ~InterpolationNode () |
G4bool | operator< (const InterpolationNode &rhs) const |
G4bool | operator<= (const InterpolationNode &rhs) const |
G4bool | operator> (const InterpolationNode &rhs) const |
G4bool | operator>= (const InterpolationNode &rhs) const |
G4double | getX () const |
G4double | getY () const |
G4double | getYPrime () const |
void | setX (const G4double x0) |
void | setY (const G4double y0) |
void | setYPrime (const G4double yPrime0) |
std::string | print () const |
Protected Attributes | |
G4double | x |
abscissa | |
G4double | y |
function value | |
G4double | yPrime |
function derivative | |
Interpolation node.
Definition at line 56 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 56 of file G4INCLInterpolationTable.hh
|
inline |
Definition at line 58 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 58 of file G4INCLInterpolationTable.hh
|
inlinevirtual |
Definition at line 64 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 64 of file G4INCLInterpolationTable.hh
|
inline |
Definition at line 82 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 82 of file G4INCLInterpolationTable.hh
References x.
Referenced by G4INCL::InterpolationTable::getNodeAbscissae().
|
inline |
Definition at line 83 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 83 of file G4INCLInterpolationTable.hh
References y.
Referenced by G4INCL::InterpolationTable::getNodeValues().
|
inline |
Definition at line 84 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 84 of file G4INCLInterpolationTable.hh
References yPrime.
|
inline |
Definition at line 66 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 66 of file G4INCLInterpolationTable.hh
References x.
|
inline |
Definition at line 70 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 70 of file G4INCLInterpolationTable.hh
References x.
|
inline |
Definition at line 74 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 74 of file G4INCLInterpolationTable.hh
References x.
|
inline |
Definition at line 78 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 78 of file G4INCLInterpolationTable.hh
References x.
|
inline |
Definition at line 90 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 90 of file G4INCLInterpolationTable.hh
References message(), x, y, and yPrime.
Definition at line 86 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 86 of file G4INCLInterpolationTable.hh
References x.
Definition at line 87 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 87 of file G4INCLInterpolationTable.hh
References y.
Definition at line 88 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 88 of file G4INCLInterpolationTable.hh
References yPrime.
|
protected |
abscissa
Definition at line 98 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 98 of file G4INCLInterpolationTable.hh
Referenced by getX(), operator<(), operator<=(), operator>(), operator>=(), print(), and setX().
|
protected |
function value
Definition at line 100 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 100 of file G4INCLInterpolationTable.hh
|
protected |
function derivative
Definition at line 102 of file G4INCLInterpolationTable.hh.
View newest version in sPHENIX GitHub at line 102 of file G4INCLInterpolationTable.hh
Referenced by getYPrime(), print(), and setYPrime().