/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/GeometryObjects/interface/CaloSimulationParameters.h
23 строки
581 B
Sunanda
Trying to remove accessing DDDCompactView from SimG4CMS/Calo code (Step 1)
09 окт 2019, 19:16
09 окт 2019, 19:16
ef7cbec
Код
Авторство
О чём код?
#ifndef CondFormats_GeometryObjects_CaloSimulationParameters_h #define CondFormats_GeometryObjects_CaloSimulationParameters_h #include "CondFormats/Serialization/interface/Serializable.h" class CaloSimulationParameters { public: CaloSimulationParameters(void) {} ~CaloSimulationParameters(void) {} std::vector<std::string> caloNames_; std::vector<int> levels_; std::vector<int> neighbours_; std::vector<std::string> insideNames_; std::vector<int> insideLevel_; std::vector<std::string> fCaloNames_; std::vector<int> fLevels_; COND_SERIALIZABLE; }; #endif