Go to the documentation of this file.00001 #ifndef CondTools_L1Trigger_L1TriggerKeyListDummyProd_h
00002 #define CondTools_L1Trigger_L1TriggerKeyListDummyProd_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
00033 #include "CondFormats/L1TObjects/interface/L1TriggerKeyList.h"
00034 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
00035
00036 class L1TriggerKeyListDummyProd : public edm::ESProducer {
00037 public:
00038 L1TriggerKeyListDummyProd(const edm::ParameterSet&);
00039 ~L1TriggerKeyListDummyProd();
00040
00041 typedef boost::shared_ptr<L1TriggerKeyList> ReturnType;
00042
00043 ReturnType produce(const L1TriggerKeyListRcd&);
00044 private:
00045
00046 };
00047
00048 #endif