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  typedef std::shared_ptr<L1TriggerKeyExt> ReturnType;
25 
26  ReturnType produce(const L1TriggerKeyExtRcd&);
27 
28  virtual void fillObjectKeys( ReturnType pL1TriggerKey ) = 0 ;
29  private:
30  // ----------member data ---------------------------
31  protected:
33 };
34 
35 #endif
ReturnType produce(const L1TriggerKeyExtRcd &)
virtual void fillObjectKeys(ReturnType pL1TriggerKey)=0
std::shared_ptr< L1TriggerKeyExt > ReturnType
L1ObjectKeysOnlineProdBaseExt(const edm::ParameterSet &)