CMS 3D CMS Logo

L1TriggerScalerRead.h
Go to the documentation of this file.
1 #ifndef L1TRIGGERSCALEREAD_H
2 #define L1TRIGGERSCALEREAD_H
3 
4 #include "TestBase.h"
5 #include "CoralBase/TimeStamp.h"
7 
8 class L1TriggerScalerRead : virtual public TestBase {
9 public:
11 
12  ~L1TriggerScalerRead() override;
13  void run() override;
14 
15  void dropTable(const std::string& table);
16 
17  std::vector<L1TriggerScaler::Lumi> readData(const int r_number);
18 
19 private:
21  // std::string m_tableToRead;
22  // std::string m_columnToRead;
26 };
27 
28 #endif
L1TriggerScalerRead(const std::string &connectionString, const std::string &user, const std::string &pass)
std::vector< L1TriggerScaler::Lumi > readData(const int r_number)
std::string m_connectionString
void dropTable(const std::string &table)