1 #ifndef __GEOM_PARAM_PLANE_H__
2 #define __GEOM_PARAM_PLANE_H__
25 typedef std::vector<Plane> List_t;
28 typedef std::map<std::string, Plane> Map_t;
36 bool Find(
const std::string det_name,
Plane*& plane);
39 void Print(std::ostream& os);
Standard interface with SQL database.
bool Find(const std::string det_name, Plane *&plane)
void Add(const Plane &plane)
int ReadFileCont(LineList &lines)
Plane * GetPlane(const int idx)
void Print(std::ostream &os)
void ReadDbTable(DbSvc &db)
virtual ~GeomParamPlane()
int WriteFileCont(std::ostream &os)
void WriteDbTable(DbSvc &db)
std::vector< std::string > LineList