/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/HGCalCommonData/interface/HGCalGeomUtils.h
11 строк
267 B
Sunanda
Add a test suit to investigate why some of the SimHits are declared invalid in Geometry/HGCalCommonData
27 окт 2022, 09:45
27 окт 2022, 09:45
a230323
Код
Авторство
О чём код?
#ifndef Geometry_HGCalCommonData_HGCalGeomUtils_h #define Geometry_HGCalCommonData_HGCalGeomUtils_h 1 #include <string> #include <vector> namespace HGCalGeomUtils { std::vector<std::string> splitString(const std::string&); }; // namespace HGCalGeomUtils #endif