test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
21 namespace edm {
22 
23  std::vector<std::string> const& getAllTriggerNames() {
25  return tns->getTrigPaths();
26  }
27 }
std::vector< std::string > const & getAllTriggerNames()
Strings const & getTrigPaths() const