Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/geom_svc/ParamRunRange.h>
Public Member Functions | |
ParamRunRange () | |
~ParamRunRange () | |
void | Add (const int run_b, const int run_e, const std::string map_id) |
bool | Find (const std::string map_id) |
std::string | Find (const int run, const bool exit_on_error=true) |
void | ReadFromFile (const std::string fn_tsv) |
void | ReadFromDB (const std::string schema) |
void | WriteToDB (const std::string schema) |
Definition at line 7 of file ParamRunRange.h.
|
inline |
Definition at line 17 of file ParamRunRange.h.
|
inline |
Definition at line 18 of file ParamRunRange.h.
void ParamRunRange::Add | ( | const int | run_b, |
const int | run_e, | ||
const std::string | map_id | ||
) |
Definition at line 12 of file ParamRunRange.cc.
std::string ParamRunRange::Find | ( | const int | run, |
const bool | exit_on_error = true |
||
) |
Definition at line 29 of file ParamRunRange.cc.
bool ParamRunRange::Find | ( | const std::string | map_id | ) |
Definition at line 21 of file ParamRunRange.cc.
Referenced by RunParamBase::SetMapIDbyDB(), and RunParamBase::SetMapIDbyFile().
void ParamRunRange::ReadFromDB | ( | const std::string | schema | ) |
Definition at line 67 of file ParamRunRange.cc.
References DbSvc::DB1, DbSvc::HasTable(), DbSvc::Process(), and DbSvc::UseSchema().
Referenced by RunParamBase::SetMapIDbyDB().
void ParamRunRange::ReadFromFile | ( | const std::string | fn_tsv | ) |
Definition at line 41 of file ParamRunRange.cc.
Referenced by RunParamBase::SetMapIDbyFile().
void ParamRunRange::WriteToDB | ( | const std::string | schema | ) |
Definition at line 83 of file ParamRunRange.cc.
References DbSvc::Con(), DbSvc::CreateTable(), DbSvc::DB1, DbSvc::DropTable(), and DbSvc::UseSchema().
Referenced by RunParamBase::WriteRangeToDB().