/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/GeometryObjects/src/PCaloGeometry.cc
10 строк
442 B
Cms Build
Clang-Format
31 май 2019, 08:36
31 май 2019, 08:36
0eb9d4f
Код
Авторство
О чём код?
#include "CondFormats/GeometryObjects/interface/PCaloGeometry.h" #include <iostream> PCaloGeometry::PCaloGeometry() {} PCaloGeometry::PCaloGeometry(std::vector<float> const& tra, std::vector<float> const& dim, std::vector<uint32_t> const& ind, std::vector<uint32_t> const& din) : m_translation(tra), m_dimension(dim), m_indexes(ind), m_dins(din) {}