CMS 3D CMS Logo

funct::Identity Struct Reference

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

List of all members.

Public Member Functions

 Identity ()
double operator() (double x) const


Detailed Description

Definition at line 6 of file Identity.h.


Constructor & Destructor Documentation

funct::Identity::Identity (  )  [inline]

Definition at line 7 of file Identity.h.

00007 { }


Member Function Documentation

double funct::Identity::operator() ( double  x  )  const [inline]

Definition at line 8 of file Identity.h.

00008                                       {
00009       return x;
00010     }


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