#include <CSCCableRead.h>
Public Member Functions | |
void | cable_read (int chamber_index, std::string *chamber_label, float *cfeb_length, std::string *cfeb_rev, float *alct_length, std::string *alct_rev, float *cfeb_tmb_skew_delay, float *cfeb_timing_corr) |
csccableread () throw (oracle::occi::SQLException) | |
~csccableread () throw (oracle::occi::SQLException) | |
Private Attributes | |
oracle::occi::Connection * | con |
oracle::occi::Environment * | env |
Definition at line 8 of file CSCCableRead.h.
csccableread::csccableread | ( | ) | ||
throw | ( | oracle::occi::SQLException | ||
) |
Constructor for csccableread
Definition at line 7 of file CSCCableRead.cc.
References con, gather_cfg::cout, env, and AlCaHLTBitMon_QueryRunRegistry::string.
csccableread::~csccableread | ( | ) | ||
throw | ( | oracle::occi::SQLException | ||
) |
void csccableread::cable_read | ( | int | chamber_index, |
std::string * | chamber_label, | ||
float * | cfeb_length, | ||
std::string * | cfeb_rev, | ||
float * | alct_length, | ||
std::string * | alct_rev, | ||
float * | cfeb_tmb_skew_delay, | ||
float * | cfeb_timing_corr | ||
) |
Definition at line 28 of file CSCCableRead.cc.
References con.
Referenced by CSCChamberTimeCorrectionsReadTest::analyze(), and CSCChamberTimeCorrectionsValues::prefill().
|
private |
Definition at line 13 of file CSCCableRead.h.
Referenced by cable_read(), csccableread(), and ~csccableread().
|
private |
Definition at line 12 of file CSCCableRead.h.
Referenced by csccableread(), and ~csccableread().