CMS 3D CMS Logo

getAllTriggerNames.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: Package
4 // Class : getAllTriggerNames
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author: Chris Jones
10 // Created: Fri, 26 Jul 2013 20:43:45 GMT
11 //
12 
13 // system include files
14 
15 // user include files
19 
20 namespace edm {
21 
22  std::vector<std::string> const& getAllTriggerNames() {
24  return tns->getTrigPaths();
25  }
26 } // namespace edm
std::vector< std::string > const & getAllTriggerNames()
Strings const & getTrigPaths() const
HLT enums.