Geant4
10.01.p02
|
a transformation of a function in and out of log-lin space More...
#include <c2_function.hh>
Public Member Functions | |
c2_log_lin_function_transformation () | |
virtual | ~c2_log_lin_function_transformation () |
Public Member Functions inherited from c2_function_transformation< float_type > | |
c2_function_transformation (const c2_transformation< float_type > &xx, const c2_transformation< float_type > &yy) | |
construct this from two c2_transformation instances More... | |
virtual | ~c2_function_transformation () |
destructor More... | |
virtual float_type | evaluate (float_type xraw, float_type y, float_type yp0, float_type ypp0, float_type *yprime, float_type *yprime2) const |
evaluate the transformation from internal coordinates to external coordinates More... | |
Additional Inherited Members | |
Public Attributes inherited from c2_function_transformation< float_type > | |
const bool | isIdentity |
flag indicating of the transform is the identity, and can be skipped for efficiency More... | |
const c2_transformation < float_type > & | X |
the X axis transform More... | |
const c2_transformation < float_type > & | Y |
the Y axis transform More... | |
a transformation of a function in and out of log-lin space
Definition at line 1321 of file c2_function.hh.
|
inline |
Definition at line 1324 of file c2_function.hh.
|
inlinevirtual |
Definition at line 1329 of file c2_function.hh.