/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/Utilities/interface/GlobalIdentifier.h
11 строк
268 B
Matti Kortelainen
Add overrideGUID option to PoolOutputModule
09 май 2022, 23:18
09 май 2022, 23:18
de84af7
Код
Авторство
О чём код?
#ifndef FWCore_Utilities_GlobalIdentifier_h #define FWCore_Utilities_GlobalIdentifier_h #include <string> namespace edm { std::string createGlobalIdentifier(bool binary = false); bool isValidGlobalIdentifier(std::string const& guid); } // namespace edm #endif