src
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
{
return
x
; }
9
};
10
11
}
// namespace funct
12
13
#endif
funct
Definition:
Abs.h:5
funct::Identity::Identity
Identity()
Definition:
Identity.h:7
funct::Identity::operator()
double operator()(double x) const
Definition:
Identity.h:8
x
float x
Definition:
beamSpotDipStandalone.cc:55
funct::Identity
Definition:
Identity.h:6
Generated for CMSSW Reference Manual by
1.8.14