CondFormats
HcalObjects
src
HcalConstFunctor.cc
Go to the documentation of this file.
1
#include "
CondFormats/HcalObjects/interface/HcalConstFunctor.h
"
2
3
HcalConstFunctor::HcalConstFunctor
() : value_(0.0) {}
4
5
HcalConstFunctor::HcalConstFunctor
(
const
double
d
) : value_(
d
) {}
6
7
double
HcalConstFunctor::operator()
(
double
)
const
{
return
value_
; }
8
9
BOOST_CLASS_EXPORT_IMPLEMENT(
HcalConstFunctor
)
HcalConstFunctor::HcalConstFunctor
HcalConstFunctor()
Definition:
HcalConstFunctor.cc:3
HcalConstFunctor.h
HcalConstFunctor::operator()
double operator()(double x) const override
Definition:
HcalConstFunctor.cc:7
HcalConstFunctor
Definition:
HcalConstFunctor.h:12
ztail.d
d
Definition:
ztail.py:151
HcalConstFunctor::value_
double value_
Definition:
HcalConstFunctor.h:31
Generated for CMSSW Reference Manual by
1.8.16