CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondTools/RPC/interface/L1RPCHwConfigDBWriter.h

Go to the documentation of this file.
00001 #ifndef L1RPCHWCONFIGDBWRITER
00002 #define L1RPCHWCONFIGDBWRITER
00003 
00004 #include "CondCore/PopCon/interface/PopConAnalyzer.h"
00005 #include "CondTools/RPC/interface/L1RPCHwConfigSourceHandler.h"
00006 
00007 
00008 class L1RPCHwConfigDBWriter : public popcon::PopConAnalyzer<L1RPCHwConfig>
00009 {
00010         public:
00011                 L1RPCHwConfigDBWriter(const edm::ParameterSet&);
00012         private: 
00013                 void initSource(const edm::Event& evt, const edm::EventSetup& est);
00014                 int m_validate;
00015 };
00016 
00017 
00018 #endif