1 #ifndef _DB_UP_SPILL__H_
2 #define _DB_UP_SPILL__H_
8 DbUpSpill(
const std::string &name =
"DbUpSpill");
16 void ClearTable(
const char* table_name,
const int run_id);
17 void UploadToSpillTable(
SQSpill* spi);
18 void UploadToScalerTable(
SQSpill* spi,
const std::string boseos);
19 void UploadToSlowContTable(
SQSpill* spi);
int process_event(PHCompositeNode *topNode)
int Init(PHCompositeNode *topNode)
An SQ interface class to hold the data of one spill.
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int InitRun(PHCompositeNode *topNode)
DbUpSpill(const std::string &name="DbUpSpill")