Analysis Software
Documentation for sPHENIX simulation software
|
#include <OnlMon/blob/main/onlmondatabase/OnCalDBodbc.h>
Public Member Functions | |
OnCalDBodbc () | |
virtual | ~OnCalDBodbc () |
void | identify () const |
int | GetLastCalibratedRun (const int runno) const |
void | Verbosity (const int i) |
Private Attributes | |
int | verbosity = 0 |
std::string | dbname = "Phenix" |
std::string | dbowner = "phnxrc" |
std::string | dbpasswd = "" |
Definition at line 6 of file OnCalDBodbc.h.
View newest version in sPHENIX GitHub at line 6 of file OnCalDBodbc.h
|
inline |
Definition at line 9 of file OnCalDBodbc.h.
View newest version in sPHENIX GitHub at line 9 of file OnCalDBodbc.h
|
inlinevirtual |
Definition at line 10 of file OnCalDBodbc.h.
View newest version in sPHENIX GitHub at line 10 of file OnCalDBodbc.h
int OnCalDBodbc::GetLastCalibratedRun | ( | const int | runno | ) | const |
Definition at line 26 of file OnCalDBodbc.cc.
View newest version in sPHENIX GitHub at line 26 of file OnCalDBodbc.cc
References runCondor_beamspot::cmd, con, odbc::Connection::createStatement(), dbname, dbowner, dbpasswd, Acts::UnitConstants::e, odbc::Statement::executeQuery(), odbc::DriverManager::getConnection(), odbc::ResultSet::getInt(), odbc::SQLException::getMessage(), odbc::ResultSet::next(), and verbosity.
void OnCalDBodbc::identify | ( | ) | const |
Definition at line 18 of file OnCalDBodbc.cc.
View newest version in sPHENIX GitHub at line 18 of file OnCalDBodbc.cc
|
inline |
Definition at line 14 of file OnCalDBodbc.h.
View newest version in sPHENIX GitHub at line 14 of file OnCalDBodbc.h
|
private |
Definition at line 18 of file OnCalDBodbc.h.
View newest version in sPHENIX GitHub at line 18 of file OnCalDBodbc.h
Referenced by GetLastCalibratedRun(), and identify().
|
private |
Definition at line 19 of file OnCalDBodbc.h.
View newest version in sPHENIX GitHub at line 19 of file OnCalDBodbc.h
Referenced by GetLastCalibratedRun(), and identify().
|
private |
Definition at line 20 of file OnCalDBodbc.h.
View newest version in sPHENIX GitHub at line 20 of file OnCalDBodbc.h
Referenced by GetLastCalibratedRun(), and identify().
|
private |
Definition at line 17 of file OnCalDBodbc.h.
View newest version in sPHENIX GitHub at line 17 of file OnCalDBodbc.h
Referenced by GetLastCalibratedRun(), and Verbosity().