#include <PhysicsTools/Utilities/interface/Exp.h>
Public Member Functions | |
ExpStruct (const T &t) | |
double | operator() () const |
Public Attributes | |
T | _ |
Definition at line 9 of file Exp.h.
funct::ExpStruct< T >::ExpStruct | ( | const T & | t | ) | [inline] |
double funct::ExpStruct< T >::operator() | ( | void | ) | const [inline] |
Definition at line 11 of file Exp.h.
References funct::ExpStruct< T >::_, and funct::exp().
00011 { return ::exp(_()); }
T funct::ExpStruct< T >::_ |