CMS 3D CMS Logo

RunSummaryRead.h
Go to the documentation of this file.
1 #ifndef RUNSUMMARYREAD_H
2 #define RUNSUMMARYREAD_H
3 
4 
5 #include "TestBase.h"
6 #include "CoralBase/TimeStamp.h"
8 
9 
10 
11 class RunSummaryRead : virtual public TestBase
12 {
13 public:
15  const std::string& connectionString,
16  const std::string& user,
17  const std::string& pass);
18 
19  ~RunSummaryRead() override;
20  void run() override;
21 
22  RunSummary readData(const std::string & table, const std::string & column, const int r_number );
23 
24 private:
30 };
31 
32 #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