/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/ESObjects/src/ESMIPToGeVConstant.cc
13 строк
350 B
Cms Build
Clang-Format
20 май 2019, 13:01
20 май 2019, 13:01
a27185a
Код
Авторство
О чём код?
#include "CondFormats/ESObjects/interface/ESMIPToGeVConstant.h" ESMIPToGeVConstant::ESMIPToGeVConstant() { ESvaluelow_ = 0.; ESvaluehigh_ = 0.; } ESMIPToGeVConstant::ESMIPToGeVConstant(const float& ESvaluelow, const float& ESvaluehigh) { ESvaluelow_ = ESvaluelow; ESvaluehigh_ = ESvaluehigh; } ESMIPToGeVConstant::~ESMIPToGeVConstant() {}