CMS 3D CMS Logo

RunSummaryRead.h
Go to the documentation of this file.
1 #ifndef RUNSUMMARYREAD_H
2 #define RUNSUMMARYREAD_H
3 
4 #include "TestBase.h"
5 #include "CoralBase/TimeStamp.h"
7 
8 class RunSummaryRead : virtual public TestBase {
9 public:
11 
12  ~RunSummaryRead() override;
13  void run() override;
14 
15  RunSummary readData(const std::string& table, const std::string& column, const int r_number);
16 
17 private:
23 };
24 
25 #endif
RunSummary readData(const std::string &table, const std::string &column, const int r_number)
std::string m_tableToRead
std::string m_pass
std::string m_columnToRead
void run() override
std::string m_connectionString
RunSummaryRead(const std::string &connectionString, const std::string &user, const std::string &pass)
~RunSummaryRead() override
std::string m_user