Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:12:03

0001 #ifndef FWCore_Framework_getAllTriggerNames_h
0002 #define FWCore_Framework_getAllTriggerNames_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     Framework
0006 // Class  :     getAllTriggerNames
0007 //
0008 /**\function getAllTriggerNames getAllTriggerNames.h "FWCore/Framework/interface/getAllTriggerNames.h"
0009 
0010  Description: Returns a list of all the trigger names in the current process
0011  Usage:
0012     <usage>
0013 
0014 */
0015 //
0016 // Original Author:  Chris Jones
0017 //         Created:  Fri, 26 Jul 2013 20:40:50 GMT
0018 //
0019 
0020 // system include files
0021 #include <vector>
0022 #include <string>
0023 
0024 // user include files
0025 
0026 // forward declarations
0027 namespace edm {
0028   std::vector<std::string> const& getAllTriggerNames();
0029 }
0030 #endif