![]() |
ATLAS Offline Software
|
#include <CalibHeadOperations.h>
Public Member Functions | |
| CalibHeadOperations (CalibDbConnection &db_conn) | |
| virtual | ~CalibHeadOperations () |
| int | GetLatestHeadId () |
| bool | GetHeadInfo (int &head_id, int &lowrun, int &uprun, int &lowtime, int &uptime) |
| CalibDbConnection * | GetDataConnection (int head_id=-1, bool write=false, const std::string &writer_connection="", const std::string &writer_user="", const std::string &writer_password="") |
Private Attributes | |
| CalibDbConnection * | m_meta_connection |
Definition at line 21 of file CalibHeadOperations.h.
| MuonCalib::CalibHeadOperations::CalibHeadOperations | ( | CalibDbConnection & | db_conn | ) |
Definition at line 27 of file CalibHeadOperations.cxx.
|
virtual |
Definition at line 26 of file CalibHeadOperations.cxx.
| CalibDbConnection * MuonCalib::CalibHeadOperations::GetDataConnection | ( | int | head_id = -1, |
| bool | write = false, | ||
| const std::string & | writer_connection = "", | ||
| const std::string & | writer_user = "", | ||
| const std::string & | writer_password = "" ) |
Definition at line 90 of file CalibHeadOperations.cxx.
| bool MuonCalib::CalibHeadOperations::GetHeadInfo | ( | int & | head_id, |
| int & | lowrun, | ||
| int & | uprun, | ||
| int & | lowtime, | ||
| int & | uptime ) |
Definition at line 51 of file CalibHeadOperations.cxx.
| int MuonCalib::CalibHeadOperations::GetLatestHeadId | ( | ) |
Definition at line 29 of file CalibHeadOperations.cxx.
|
private |
Definition at line 37 of file CalibHeadOperations.h.