Go to the documentation of this file.00001 #ifndef CondTools_L1Trigger_L1TriggerKeyDummyProd_h
00002 #define CondTools_L1Trigger_L1TriggerKeyDummyProd_h
00003
00004
00005
00006
00007
00016
00017
00018
00019
00020
00021
00022
00023 #include <memory>
00024 #include "boost/shared_ptr.hpp"
00025
00026
00027 #include "FWCore/Framework/interface/ModuleFactory.h"
00028 #include "FWCore/Framework/interface/ESProducer.h"
00029
00030 #include "FWCore/Framework/interface/ESHandle.h"
00031
00032 #include "CondFormats/L1TObjects/interface/L1TriggerKey.h"
00033 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
00034
00035
00036
00037 class L1TriggerKeyDummyProd : public edm::ESProducer {
00038 public:
00039 L1TriggerKeyDummyProd(const edm::ParameterSet&);
00040 ~L1TriggerKeyDummyProd();
00041
00042 typedef boost::shared_ptr<L1TriggerKey> ReturnType;
00043
00044 ReturnType produce(const L1TriggerKeyRcd&);
00045 private:
00046
00047 L1TriggerKey m_key ;
00048 };
00049
00050
00051 #endif