Main Page
Namespaces
Classes
Package Documentation
CondFormats
HcalObjects
src
HcalConstFunctor.cc
Go to the documentation of this file.
1
#include "
CondFormats/HcalObjects/interface/HcalConstFunctor.h
"
2
3
HcalConstFunctor::HcalConstFunctor
()
4
: value_(0.0)
5
{
6
}
7
8
HcalConstFunctor::HcalConstFunctor
(
const
double
d
)
9
:
value_
(d)
10
{
11
}
12
13
double
HcalConstFunctor::operator()
(
double
)
const
14
{
15
return
value_
;
16
}
17
18
BOOST_CLASS_EXPORT_IMPLEMENT(
HcalConstFunctor
)
HcalConstFunctor
Definition:
HcalConstFunctor.h:12
HcalConstFunctor::HcalConstFunctor
HcalConstFunctor()
Definition:
HcalConstFunctor.cc:3
HcalConstFunctor::operator()
virtual double operator()(double x) const override
Definition:
HcalConstFunctor.cc:13
HcalConstFunctor.h
HcalConstFunctor::value_
double value_
Definition:
HcalConstFunctor.h:33
edmIntegrityCheck.d
d
Definition:
edmIntegrityCheck.py:65
Generated for CMSSW Reference Manual by
1.8.11