/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/Provenance/interface/EventSelectionID.h
19 строк
604 B
W. David Dagenhart
From scram b code-format-all (clang-format)
10 май 2019, 17:51
10 май 2019, 17:51
82e0ab0
Код
Авторство
О чём код?
#ifndef DataFormats_Provenance_EventSelectionID_h #define DataFormats_Provenance_EventSelectionID_h /*---------------------------------------------------------------------- EventSelectionID: An identifier to uniquely identify the configuration of the event selector subsystem of an OutputModule. ----------------------------------------------------------------------*/ #include "DataFormats/Provenance/interface/ParameterSetID.h" #include <vector> namespace edm { typedef ParameterSetID EventSelectionID; typedef std::vector<EventSelectionID> EventSelectionIDVector; } // namespace edm #endif