10#include <mysql/mysql.h>
13#include "TBufferFile.h"
17int main(
int argc,
char** argv) {
18 char *opt_host_name =
"202.122.37.69";
19 char *opt_user_name =
"maqm";
20 char *opt_password =
"";
21 unsigned int opt_port_num = 3306;
22 char *opt_socket_name = NULL;
23 char *opt_db_name =
"offlinedb";
34 unsigned int opt_flags = 0;
39 conn = mysql_init(NULL);
41 mysql_real_connect(conn, opt_host_name, opt_user_name, opt_password,
42 opt_db_name, opt_port_num, opt_socket_name, opt_flags);
45 std::cout<<
"connect the database ok\n"<<std::endl;
47 std::cout<<
"can't connect to the db:"<<std::endl;
51unsigned long *lengths;
57 sprintf(stmt1,
"select DigiCalibConst from EmcCalConst where serno = 456");
60 if(mysql_real_query(conn, stmt1, strlen(stmt1)) != 0)
61 printf(
"query error\n");
62 res_set = mysql_store_result (conn);
63 mysql_field_seek (res_set, 0);
65 row = mysql_fetch_row (res_set);
66 lengths = mysql_fetch_lengths(res_set);
74 TTree* newHist=
new TTree();
75 TBufferFile rootBuffer2(TBufferFile::kRead,lengths[0], row[0], kFALSE);
76std::cout <<
"zzz: " << lengths[0] << std::endl;
80 newHist->Streamer(rootBuffer2);
82 int nentri = newHist -> GetEntries();
83 std::cout<<
"nentri is:"<<nentri<<std::endl;
85newHist->SetBranchAddress(
"DigiCalibConst", rungain);
86 for (
int i = 0; i < 6240; ++i ) {
88 std::cout <<
" rungain: " << rungain[i] << std::endl;
struct st_mysql_res MYSQL_RES
sprintf(cut,"kal_costheta0_em>-0.93&&kal_costheta0_em<0.93&&kal_pxy0_em>=0.05+%d*0.1&&kal_pxy0_em<0.15+%d*0.1&&NGch>=2", j, j)