Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
UploadGeomParam.C File Reference

Go to the source code of this file.

Functions

int UploadGeomParam (const std::string map_id="G9_run5_2")
 UploadGeomParam.C: Macro to upload the geometry parameter from tsv file to MySQL DB. More...
 
int CheckGeomParam (const int run=25000)
 

Function Documentation

int CheckGeomParam ( const int  run = 25000)

Definition at line 23 of file UploadGeomParam.C.

References RunParamBase::ReadFromDB(), run(), RunParamBase::SetMapIDbyDB(), and RunParamBase::WriteToLocalFile().

+ Here is the call graph for this function:

int UploadGeomParam ( const std::string  map_id = "G9_run5_2")

UploadGeomParam.C: Macro to upload the geometry parameter from tsv file to MySQL DB.

Usage: .L UploadGeomParam.C UploadGeomParam("G9_run5_2"); CheckGeomParam(25000);

Definition at line 10 of file UploadGeomParam.C.

References RunParamBase::ReadFromFile(), RunParamBase::SetMapIDbyFile(), RunParamBase::WriteRangeToDB(), RunParamBase::WriteToDB(), and RunParamBase::WriteToLocalFile().

+ Here is the call graph for this function: