CMS 3D CMS Logo

funct::ExpStruct< T > Struct Template Reference

#include <PhysicsTools/Utilities/interface/Exp.h>

List of all members.

Public Member Functions

 ExpStruct (const T &t)
double operator() () const

Public Attributes

_


Detailed Description

template<typename T>
struct funct::ExpStruct< T >

Definition at line 9 of file Exp.h.


Constructor & Destructor Documentation

template<typename T>
funct::ExpStruct< T >::ExpStruct ( const T &  t  )  [inline]

Definition at line 10 of file Exp.h.

00010 : _(t) { }


Member Function Documentation

template<typename T>
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(_()); }


Member Data Documentation

template<typename T>
T funct::ExpStruct< T >::_

Definition at line 12 of file Exp.h.

Referenced by funct::ExpStruct< T >::operator()().


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:47:01 2009 for CMSSW by  doxygen 1.5.4