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