| 1 |
//============================================================================ |
//============================================================================ |
| 2 |
// $Id: PacketUser.cpp,v 1.18 2010/02/11 09:02:09 mocchiut Exp $ |
// $Id: PacketUser.cpp,v 1.20 2012/03/27 09:50:34 mocchiut Exp $ |
| 3 |
// Description : |
// Description : |
| 4 |
//============================================================================ |
//============================================================================ |
| 5 |
#include "PacketUser.h" |
#include "PacketUser.h" |
| 445 |
// printf(" Pointer to Mcmd obj is %p \n",reader->GetPtr("Mcmd")); |
// printf(" Pointer to Mcmd obj is %p \n",reader->GetPtr("Mcmd")); |
| 446 |
|
|
| 447 |
UInt_t recEntries = 0; |
UInt_t recEntries = 0; |
| 448 |
Double_t minimum = 0.; |
// Double_t minimum = 0.; |
| 449 |
Double_t maximum = 0.; |
// Double_t maximum = 0.; |
| 450 |
Double_t minimum2 = 0.; |
// Double_t minimum2 = 0.; |
| 451 |
Double_t maximum2 = 0.; |
Double_t maximum2 = 0.; |
| 452 |
UInt_t TSYNC = 0; |
UInt_t TSYNC = 0; |
| 453 |
UInt_t OBT = 0; |
UInt_t OBT = 0; |
| 457 |
pamela::McmdRecord *mcrc = 0; |
pamela::McmdRecord *mcrc = 0; |
| 458 |
TArrayC *mcmddata = 0; |
TArrayC *mcmddata = 0; |
| 459 |
// |
// |
| 460 |
minimum = numeric_limits<Double_t>::max(); |
// minimum = numeric_limits<Double_t>::max(); |
| 461 |
maximum = numeric_limits<Double_t>::min(); |
// maximum = numeric_limits<Double_t>::min(); |
| 462 |
minimum2 = numeric_limits<Double_t>::max(); |
// minimum2 = numeric_limits<Double_t>::max(); |
| 463 |
maximum2 = numeric_limits<Double_t>::min(); |
maximum2 = numeric_limits<Double_t>::min(); |
| 464 |
// |
// |
| 465 |
recEntries = mc->Records->GetEntries(); |
recEntries = mc->Records->GetEntries(); |
| 812 |
mainLogUtil->logInfo(msg); |
mainLogUtil->logInfo(msg); |
| 813 |
|
|
| 814 |
// TString qu = Form("select ID_N from ROOT_TABLE_BAD order by INSERT_TIME desc limit 1;"); // <========================= |
// TString qu = Form("select ID_N from ROOT_TABLE_BAD order by INSERT_TIME desc limit 1;"); // <========================= |
| 815 |
TString qu = Form("select ID_N from ROOT_TABLE_BAD where FILE_NAME='%s' and PKT_NUMBER_INIT=%i and INSERTED_BY='%s';",filename,pkt_number_init,tag_value); // <========================= |
TString qu = Form("select ID_N from ROOT_TABLE_BAD where FILE_NAME='%s' and PKT_NUMBER_INIT=%lu and INSERTED_BY='%s';",filename,pkt_number_init,tag_value); // <========================= |
| 816 |
TSQLResult *result = sqlServer->Query(qu.Data()); |
TSQLResult *result = sqlServer->Query(qu.Data()); |
| 817 |
TSQLRow *row = result->Next(); |
TSQLRow *row = result->Next(); |
| 818 |
Int_t eid = -1; |
Int_t eid = -1; |