Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/geom_svc/RunParamBase.h>
Public Member Functions | |
GeomParamBase (const std::string label, const std::string header) | |
virtual | ~GeomParamBase () |
![]() | |
RunParamBase (const std::string type, const std::string label, const std::string header) | |
virtual | ~RunParamBase () |
void | SetBaseDir (const std::string dir_base) |
std::string | GetBaseDir () |
std::string | GetParamID () |
std::string | GetMapID () |
void | SetMapID (const std::string map_id) |
void | SetMapIDbyFile (const std::string map_id) |
void | SetMapIDbyDB (const std::string map_id) |
void | SetMapIDbyFile (const int run) |
void | SetMapIDbyDB (const int run) |
void | ReadFromFile () |
void | WriteToFile () |
void | ReadFromLocalFile (const std::string fn_tsv) |
void | WriteToLocalFile (const std::string fn_tsv) |
void | ReadFromDB () |
void | WriteToDB () |
void | WriteRangeToDB () |
virtual void | Print (std::ostream &os) |
Additional Inherited Members | |
![]() | |
typedef std::vector< std::string > | LineList |
![]() | |
std::string | RangeFileName () |
std::string | MapFileName () |
std::string | SchemaName () |
std::string | MapTableName () |
virtual int | ReadFileCont (LineList &lines) |
virtual int | WriteFileCont (std::ostream &os) |
virtual void | ReadDbTable (DbSvc &db) |
virtual void | WriteDbTable (DbSvc &db) |
Definition at line 84 of file RunParamBase.h.
|
inline |
Definition at line 86 of file RunParamBase.h.
|
inlinevirtual |
Definition at line 87 of file RunParamBase.h.