CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TriggerKeyOnlineProd.h
Go to the documentation of this file.
1 #ifndef CondTools_L1Trigger_L1TriggerKeyOnlineProd_h
2 #define CondTools_L1Trigger_L1TriggerKeyOnlineProd_h
3 // -*- C++ -*-
4 //
5 // Package: L1Trigger
6 // Class : L1TriggerKeyOnlineProd
7 //
16 //
17 // Original Author:
18 // Created: Sun Mar 2 03:04:19 CET 2008
19 // $Id: L1TriggerKeyOnlineProd.h,v 1.3 2008/09/19 19:31:13 wsun Exp $
20 //
21 
22 // system include files
23 #include <memory>
24 #include <vector>
25 #include <string>
26 #include "boost/shared_ptr.hpp"
27 
28 // user include files
32 
35 
36 // forward declarations
37 
39  public:
42 
43  typedef boost::shared_ptr<L1TriggerKey> ReturnType;
44 
46  private:
47  // ----------member data ---------------------------
48  std::vector< std::string > m_subsystemLabels ;
49 };
50 
51 #endif
L1TriggerKeyOnlineProd(const edm::ParameterSet &)
boost::shared_ptr< L1TriggerKey > ReturnType
ReturnType produce(const L1TriggerKeyRcd &)
std::vector< std::string > m_subsystemLabels