CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TriggerKeyOnlineProdExt.h
Go to the documentation of this file.
1 #ifndef CondTools_L1TriggerExt_L1TriggerKeyOnlineProdExt_h
2 #define CondTools_L1TriggerExt_L1TriggerKeyOnlineProdExt_h
3 
4 #include <memory>
5 #include <vector>
6 #include <string>
7 #include "boost/shared_ptr.hpp"
8 
12 
15 
17  public:
20 
21  typedef boost::shared_ptr<L1TriggerKeyExt> ReturnType;
22 
24  private:
25  // ----------member data ---------------------------
26  std::vector< std::string > m_subsystemLabels ;
27 };
28 
29 #endif
std::vector< std::string > m_subsystemLabels
boost::shared_ptr< L1TriggerKeyExt > ReturnType
ReturnType produce(const L1TriggerKeyExtRcd &)
L1TriggerKeyOnlineProdExt(const edm::ParameterSet &)