![]() |
ATLAS Offline Software
|
#include <TGCCablingDbTool.h>
Public Member Functions | |
| TGCCablingDbTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Constructor. | |
| virtual StatusCode | initialize () override |
| Initilize. | |
| virtual std::vector< std::string > * | giveASD2PP_DIFF_12 () override |
| Method to provide database. | |
| virtual std::string | getFolderName () const override |
| Get the folder name. | |
| virtual StatusCode | readASD2PP_DIFF_12FromText () override |
| Load parameters from text database. | |
Private Attributes | |
| std::string | m_DataLocation |
| Data location. | |
| std::string | m_Folder |
| Folder name. | |
| std::unique_ptr< std::vector< std::string > > | m_ASD2PP_DIFF_12 |
| Database as strings. | |
| bool | m_readASD2PP_DIFF_12FromText |
| Flag for readASD2PP_DIFF_12FromText() | |
| std::string | m_filename |
| File name of the text database. | |
Definition at line 15 of file TGCCablingDbTool.h.
| TGCCablingDbTool::TGCCablingDbTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Constructor.
Definition at line 19 of file TGCCablingDbTool.cxx.
|
overridevirtual |
Get the folder name.
Definition at line 37 of file TGCCablingDbTool.cxx.
|
overridevirtual |
Method to provide database.
Definition at line 41 of file TGCCablingDbTool.cxx.
|
overridevirtual |
Initilize.
Definition at line 32 of file TGCCablingDbTool.cxx.
|
overridevirtual |
Load parameters from text database.
Definition at line 53 of file TGCCablingDbTool.cxx.
|
private |
Database as strings.
Definition at line 40 of file TGCCablingDbTool.h.
|
private |
Data location.
Definition at line 35 of file TGCCablingDbTool.h.
|
private |
File name of the text database.
Definition at line 45 of file TGCCablingDbTool.h.
|
private |
Folder name.
Definition at line 37 of file TGCCablingDbTool.h.
|
private |
Flag for readASD2PP_DIFF_12FromText()
Definition at line 43 of file TGCCablingDbTool.h.