CMS 3D CMS Logo

DTPerformanceHandler.h
Go to the documentation of this file.
1 #ifndef DTPerformanceHandler_H
2 #define DTPerformanceHandler_H
3 
14 //----------------------
15 // Base Class Headers --
16 //----------------------
18 
19 //------------------------------------
20 // Collaborating Class Declarations --
21 //------------------------------------
24 
25 //---------------
26 // C++ Headers --
27 //---------------
28 #include <string>
29 
30 // ---------------------
31 // -- Class Interface --
32 // ---------------------
33 
34 class DTPerformanceHandler : public popcon::PopConSourceHandler<DTPerformance> {
35 public:
39 
42  ~DTPerformanceHandler() override;
43 
46  void getNewObjects() override;
48  std::string id() const override;
49 
50 private:
53  unsigned int runNumber;
54 };
55 
56 #endif // DTPerformanceHandler_H
PopConSourceHandler.h
DTPerformance.h
DTPerformanceHandler::DTPerformanceHandler
DTPerformanceHandler(const edm::ParameterSet &ps)
Definition: DTPerformanceHandler.cc:33
DTPerformanceHandler::dataTag
std::string dataTag
Definition: DTPerformanceHandler.h:51
DTPerformanceHandler
Definition: DTPerformanceHandler.h:34
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DTPerformanceHandler::~DTPerformanceHandler
~DTPerformanceHandler() override
Definition: DTPerformanceHandler.cc:41
DTPerformanceHandler::runNumber
unsigned int runNumber
Definition: DTPerformanceHandler.h:53
edm::ParameterSet
Definition: ParameterSet.h:47
DTPerformanceHandler::getNewObjects
void getNewObjects() override
Definition: DTPerformanceHandler.cc:46
popcon::PopConSourceHandler
Definition: PopConSourceHandler.h:30
DTPerformanceHandler::id
std::string id() const override
Definition: DTPerformanceHandler.cc:137
DTPerformanceHandler::fileName
std::string fileName
Definition: DTPerformanceHandler.h:52
ParameterSet.h