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