/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/Framework/interface/getAllTriggerNames.h
30 строк
659 B
W. David Dagenhart
Only changes from scram build code-format-all
30 апр 2019, 22:05
30 апр 2019, 22:05
23d7339
Код
Авторство
О чём код?
#ifndef FWCore_Framework_getAllTriggerNames_h #define FWCore_Framework_getAllTriggerNames_h // -*- C++ -*- // // Package: Framework // Class : getAllTriggerNames // /**\function getAllTriggerNames getAllTriggerNames.h "FWCore/Framework/interface/getAllTriggerNames.h" Description: Returns a list of all the trigger names in the current process Usage: <usage> */ // // Original Author: Chris Jones // Created: Fri, 26 Jul 2013 20:40:50 GMT // // system include files #include <vector> #include <string> // user include files // forward declarations namespace edm { std::vector<std::string> const& getAllTriggerNames(); } #endif