CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1ObjectKeysOnlineProdBase.h
Go to the documentation of this file.
1 #ifndef CondTools_L1Trigger_L1ObjectKeysOnlineProdBase_h
2 #define CondTools_L1Trigger_L1ObjectKeysOnlineProdBase_h
3 // -*- C++ -*-
4 //
5 // Package: L1Trigger
6 // Class : L1ObjectKeysOnlineProdBase
7 //
18 //
19 // Original Author: Werner Sun
20 // Created: Fri Aug 22 19:47:58 CEST 2008
21 // $Id$
22 //
23 
24 // system include files
25 #include <memory>
26 #include "boost/shared_ptr.hpp"
27 
28 // user include files
32 
35 
37 
38 // forward declarations
39 
41  public:
44 
45  typedef boost::shared_ptr<L1TriggerKey> ReturnType;
46 
48 
49  virtual void fillObjectKeys( ReturnType pL1TriggerKey ) = 0 ;
50  private:
51  // ----------member data ---------------------------
52  protected:
54 };
55 
56 #endif
ReturnType produce(const L1TriggerKeyRcd &)
boost::shared_ptr< L1TriggerKey > ReturnType
virtual void fillObjectKeys(ReturnType pL1TriggerKey)=0
L1ObjectKeysOnlineProdBase(const edm::ParameterSet &)