Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/geom_svc/GeomParamPlane.h>
Classes | |
struct | Plane |
Public Member Functions | |
GeomParamPlane () | |
virtual | ~GeomParamPlane () |
void | Add (const Plane &plane) |
bool | Find (const std::string det_name, Plane *&plane) |
int | GetNumPlanes () |
Plane * | GetPlane (const int idx) |
void | Print (std::ostream &os) |
![]() | |
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 () |
Protected Member Functions | |
int | ReadFileCont (LineList &lines) |
int | WriteFileCont (std::ostream &os) |
void | ReadDbTable (DbSvc &db) |
void | WriteDbTable (DbSvc &db) |
![]() | |
std::string | RangeFileName () |
std::string | MapFileName () |
std::string | SchemaName () |
std::string | MapTableName () |
Additional Inherited Members | |
![]() | |
typedef std::vector< std::string > | LineList |
Definition at line 5 of file GeomParamPlane.h.
GeomParamPlane::GeomParamPlane | ( | ) |
Definition at line 12 of file GeomParamPlane.cc.
|
inlinevirtual |
Definition at line 33 of file GeomParamPlane.h.
void GeomParamPlane::Add | ( | const Plane & | plane | ) |
Definition at line 103 of file GeomParamPlane.cc.
References GeomParamPlane::Plane::det_name.
Referenced by ReadDbTable(), and ReadFileCont().
bool GeomParamPlane::Find | ( | const std::string | det_name, |
Plane *& | plane | ||
) |
Definition at line 109 of file GeomParamPlane.cc.
|
inline |
Definition at line 37 of file GeomParamPlane.h.
Referenced by GeomSvc::initPlaneDbSvc().
|
inline |
Definition at line 38 of file GeomParamPlane.h.
Referenced by GeomSvc::initPlaneDbSvc().
|
virtual |
Reimplemented from RunParamBase.
Definition at line 119 of file GeomParamPlane.cc.
|
protectedvirtual |
Reimplemented from RunParamBase.
Definition at line 43 of file GeomParamPlane.cc.
References Add(), GeomParamPlane::Plane::angle_from_vert, GeomParamPlane::Plane::cell_spacing, GeomParamPlane::Plane::cell_width, GeomParamPlane::Plane::det_name, GeomParamPlane::Plane::height, RunParamBase::MapTableName(), GeomParamPlane::Plane::n_ele, DbSvc::Process(), GeomParamPlane::Plane::theta_x, GeomParamPlane::Plane::theta_y, GeomParamPlane::Plane::theta_z, GeomParamPlane::Plane::width, GeomParamPlane::Plane::x0, GeomParamPlane::Plane::xoffset, GeomParamPlane::Plane::y0, and GeomParamPlane::Plane::z0.
|
protectedvirtual |
Reimplemented from RunParamBase.
Definition at line 18 of file GeomParamPlane.cc.
References Add(), GeomParamPlane::Plane::angle_from_vert, GeomParamPlane::Plane::cell_spacing, GeomParamPlane::Plane::cell_width, GeomParamPlane::Plane::det_name, GeomParamPlane::Plane::height, GeomParamPlane::Plane::n_ele, GeomParamPlane::Plane::theta_x, GeomParamPlane::Plane::theta_y, GeomParamPlane::Plane::theta_z, GeomParamPlane::Plane::width, GeomParamPlane::Plane::x0, GeomParamPlane::Plane::xoffset, GeomParamPlane::Plane::y0, and GeomParamPlane::Plane::z0.
|
protectedvirtual |
Reimplemented from RunParamBase.
Definition at line 69 of file GeomParamPlane.cc.
References DbSvc::VarList::Add(), DbSvc::Con(), DbSvc::CreateTable(), and RunParamBase::MapTableName().
|
protectedvirtual |
Reimplemented from RunParamBase.
Definition at line 33 of file GeomParamPlane.cc.