CMS 3D CMS Logo

L1ObjectKeysOnlineProdBaseExt.h
Go to the documentation of this file.
1 #ifndef CondTools_L1TriggerExt_L1ObjectKeysOnlineProdBaseExt_h
2 #define CondTools_L1TriggerExt_L1ObjectKeysOnlineProdBaseExt_h
3 
4 // system include files
5 #include <memory>
6 
7 // user include files
11 
14 
16 
17 // forward declarations
18 
20  public:
23 
24  using ReturnType = std::unique_ptr<L1TriggerKeyExt>;
25 
27 
28  virtual void fillObjectKeys( L1TriggerKeyExt* pL1TriggerKey ) = 0 ;
29  private:
30  // ----------member data ---------------------------
31  protected:
33 };
34 
35 #endif
ReturnType produce(const L1TriggerKeyExtRcd &)
std::unique_ptr< L1TriggerKeyExt > ReturnType
L1ObjectKeysOnlineProdBaseExt(const edm::ParameterSet &)
virtual void fillObjectKeys(L1TriggerKeyExt *pL1TriggerKey)=0