CMS 3D CMS Logo

DTDeadFlagHandler.h

Go to the documentation of this file.
00001 #ifndef DTDeadFlagHandler_H
00002 #define DTDeadFlagHandler_H
00003 
00014 //----------------------
00015 // Base Class Headers --
00016 //----------------------
00017 #include "CondCore/PopCon/interface/PopConSourceHandler.h"
00018 
00019 //------------------------------------
00020 // Collaborating Class Declarations --
00021 //------------------------------------
00022 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00023 #include "CondFormats/DTObjects/interface/DTDeadFlag.h"
00024 
00025 //---------------
00026 // C++ Headers --
00027 //---------------
00028 #include <string>
00029 
00030 
00031 //              ---------------------
00032 //              -- Class Interface --
00033 //              ---------------------
00034 
00035 class DTDeadFlagHandler: public popcon::PopConSourceHandler<DTDeadFlag> {
00036 
00037  public:
00038 
00041   DTDeadFlagHandler( const edm::ParameterSet& ps );
00042 
00045   virtual ~DTDeadFlagHandler();
00046 
00049 
00050   void getNewObjects();
00051   std::string id() const;
00052 
00053  private:
00054 
00055   std::string dataTag;
00056   std::string fileName;
00057   unsigned int runNumber;
00058 
00059 };
00060 
00061 
00062 #endif // DTDeadFlagHandler_H
00063 

Generated on Tue Jun 9 17:26:50 2009 for CMSSW by  doxygen 1.5.4