/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/ParameterSet/interface/ParameterSetfwd.h
19 строк
488 B
W. David Dagenhart
Only changes from scram build code-format-all
30 апр 2019, 22:05
30 апр 2019, 22:05
23d7339
Код
Авторство
О чём код?
#ifndef ParameterSet_ParameterSetfwd_h #define ParameterSet_ParameterSetfwd_h /*---------------------------------------------------------------------- Forward declarations of types and functions in the ParameterSet system. NOTE: This is *very* incomplete. ----------------------------------------------------------------------*/ namespace edm { class ParameterSet; class FileInPath; class ParameterSetDescription; class ConfigurationDescriptions; } // namespace edm #endif