Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/geom_svc/ChanMapTaiwan.h>
Public Member Functions | |
ChanMapTaiwan () | |
virtual | ~ChanMapTaiwan () |
void | Add (const short roc, const short board, const short chan, const std::string det, const short ele) |
void | Add (const short roc, const short board, const short chan, const std::string det_name, const short det_id, const short ele) |
bool | Find (const short roc, const short board, const short chan, short &det, short &ele) |
void | Print (std::ostream &os) |
![]() | |
ChanMapBase (const std::string label, const std::string header) | |
virtual | ~ChanMapBase () |
![]() | |
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::tuple< short, short, short > | RocBoardChan_t |
![]() | |
typedef std::vector< std::string > | LineList |
Definition at line 6 of file ChanMapTaiwan.h.
ChanMapTaiwan::ChanMapTaiwan | ( | ) |
Definition at line 13 of file ChanMapTaiwan.cc.
|
inlinevirtual |
Definition at line 24 of file ChanMapTaiwan.h.
void ChanMapTaiwan::Add | ( | const short | roc, |
const short | board, | ||
const short | chan, | ||
const std::string | det, | ||
const short | ele | ||
) |
Definition at line 86 of file ChanMapTaiwan.cc.
References GeomSvc::getDetectorID(), GeomSvc::instance(), and GeomSvc::toLocalDetectorName().
Referenced by ReadDbTable(), and ReadFileCont().
void ChanMapTaiwan::Add | ( | const short | roc, |
const short | board, | ||
const short | chan, | ||
const std::string | det_name, | ||
const short | det_id, | ||
const short | ele | ||
) |
Definition at line 105 of file ChanMapTaiwan.cc.
bool ChanMapTaiwan::Find | ( | const short | roc, |
const short | board, | ||
const short | chan, | ||
short & | det, | ||
short & | ele | ||
) |
Definition at line 134 of file ChanMapTaiwan.cc.
|
virtual |
Reimplemented from RunParamBase.
Definition at line 148 of file ChanMapTaiwan.cc.
|
protectedvirtual |
Reimplemented from RunParamBase.
Definition at line 46 of file ChanMapTaiwan.cc.
References Add(), RunParamBase::MapTableName(), and DbSvc::Process().
|
protectedvirtual |
Reimplemented from RunParamBase.
Definition at line 19 of file ChanMapTaiwan.cc.
References Add().
|
protectedvirtual |
Reimplemented from RunParamBase.
Definition at line 63 of file ChanMapTaiwan.cc.
References DbSvc::Con(), DbSvc::CreateTable(), and RunParamBase::MapTableName().
|
protectedvirtual |
Reimplemented from RunParamBase.
Definition at line 35 of file ChanMapTaiwan.cc.