CMS 3D CMS Logo

HcalConstFunctor.cc
Go to the documentation of this file.
2 
4  : value_(0.0)
5 {
6 }
7 
9  : value_(d)
10 {
11 }
12 
13 double HcalConstFunctor::operator()(double) const
14 {
15  return value_;
16 }
17 
18 BOOST_CLASS_EXPORT_IMPLEMENT(HcalConstFunctor)
virtual double operator()(double x) const override