/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/db/include/RAT/DBFieldCallback.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/db/include/RAT/DBFieldCallback.hh Source File
Ratpac-two
DBFieldCallback.hh
1 #ifndef __RAT_DBFieldCallback__
2 #define __RAT_DBFieldCallback__
3 
4 #include <string>
5 #include <vector>
6 
7 namespace RAT {
8 
10  public:
11  virtual ~DBFieldCallback(){};
12  virtual std::vector<int> FetchIArray(const std::string &tableID, const std::string &fieldname) = 0;
13  virtual std::vector<double> FetchDArray(const std::string &tableID, const std::string &fieldname) = 0;
14 };
15 
16 } // namespace RAT
17 
18 #endif
Definition: DBFieldCallback.hh:9
Definition: CCCrossSecMessenger.hh:29