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