/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/HcalObjects/src/HcalConstFunctor.cc
9 строк
304 B
Cms Build
Clang-Format
24 май 2019, 00:14
24 май 2019, 00:14
ecf11e6
Код
Авторство
О чём код?
#include "CondFormats/HcalObjects/interface/HcalConstFunctor.h" HcalConstFunctor::HcalConstFunctor() : value_(0.0) {} HcalConstFunctor::HcalConstFunctor(const double d) : value_(d) {} double HcalConstFunctor::operator()(double) const { return value_; } BOOST_CLASS_EXPORT_IMPLEMENT(HcalConstFunctor)