Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
PhysicsTools
Utilities
interface
Identity.h
Go to the documentation of this file.
1
#ifndef PhysicsTools_Utilities_Identity_h
2
#define PhysicsTools_Utilities_Identity_h
3
4
namespace
funct {
5
6
struct
Identity
{
7
Identity
() { }
8
double
operator()
(
double
x)
const
{
9
return
x;
10
}
11
};
12
13
}
14
15
#endif
funct::Identity::operator()
double operator()(double x) const
Definition:
Identity.h:8
funct::Identity::Identity
Identity()
Definition:
Identity.h:7
funct::Identity
Definition:
Identity.h:6
Generated for CMSSW Reference Manual by
1.8.5