ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
the identity transform More...
#include <geant4/tree/geant4-10.6-release/examples/extended/electromagnetic/TestEm7/include/c2_function.hh>
Public Member Functions | |
c2_transformation_linear () | |
constructor | |
virtual | ~c2_transformation_linear () |
destructor | |
Public Member Functions inherited from c2_transformation< float_type > | |
c2_transformation (bool transformed, float_type(*xin)(float_type), float_type(*xinp)(float_type), float_type(*xinpp)(float_type), float_type(*xout)(float_type)) | |
initialize all our function pointers | |
c2_transformation (bool transformed) | |
initialize all our function pointers so that only the (overridden) virtual functions can be called without an error | |
virtual | ~c2_transformation () |
the destructor | |
virtual float_type | fIn (float_type x) const |
virtual input X transform | |
virtual float_type | fInPrime (float_type x) const |
virtual input X transform derivative | |
virtual float_type | fInDPrime (float_type x) const |
virtual input X transform second derivative | |
virtual float_type | fOut (float_type x) const |
virtual output X transform | |
Additional Inherited Members | |
Public Attributes inherited from c2_transformation< float_type > | |
const bool | fTransformed |
flag to indicate if this transform is not the identity | |
const bool | fHasStaticTransforms |
flag to indicate if the static function pointers can be used for efficiency | |
float_type(*const | pIn )(float_type) |
non-virtual pointer to input X transform | |
float_type(*const | pInPrime )(float_type) |
non-virtual pointer to input X transform derivative | |
float_type(*const | pInDPrime )(float_type) |
non-virtual pointer to input X transform second derivative | |
float_type(*const | pOut )(float_type) |
non-virtual pointer to output X transform | |
Static Protected Member Functions inherited from c2_transformation< float_type > | |
static float_type | report_error (float_type x) |
utility function for unimplemented conversion | |
static float_type | ident (float_type x) |
utility function f(x)=x useful in axis transforms | |
static float_type | one (float_type) |
utility function f(x)=1 useful in axis transforms | |
static float_type | zero (float_type) |
utility function f(x)=0 useful in axis transforms | |
static float_type | recip (float_type x) |
utility function f(x)=1/x useful in axis transforms | |
static float_type | recip_prime (float_type x) |
utility function f(x)=-1/x**2 useful in axis transforms | |
static float_type | recip_prime2 (float_type x) |
utility function f(x)=2/x**3 useful in axis transforms | |
the identity transform
Definition at line 1331 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 1331 of file c2_function.hh
|
inline |
constructor
Definition at line 1335 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 1335 of file c2_function.hh
|
inlinevirtual |
destructor
Definition at line 1340 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 1340 of file c2_function.hh