/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/TrackerNumberingBuilder/plugins/ExtractStringFromDDD.h
17 строк
477 B
Ianna Osborne
Address Vincenzo's comments
05 сен 2019, 00:07
05 сен 2019, 00:07
c6fbce2
Код
Авторство
О чём код?
#ifndef Geometry_TrackerNumberingBuilder_ExtractStringFromDDD_H #define Geometry_TrackerNumberingBuilder_ExtractStringFromDDD_H #include "FWCore/ParameterSet/interface/types.h" #include <string> /** * Helper function to extract a string from a SpecPar; only returns the * first one and complains if more than 1 is found. */ template <class FilteredView> class ExtractStringFromDDD { public: static std::string getString(const std::string &, FilteredView *); }; #endif