#include <DblQ00Atyp.h>
Definition at line 23 of file DblQ00Atyp.h.
◆ DblQ00Atyp() [1/3]
| MuonGM::DblQ00Atyp::DblQ00Atyp |
( |
| ) |
|
|
default |
◆ ~DblQ00Atyp()
| MuonGM::DblQ00Atyp::~DblQ00Atyp |
( |
| ) |
|
|
default |
◆ DblQ00Atyp() [2/3]
| MuonGM::DblQ00Atyp::DblQ00Atyp |
( |
IRDBAccessSvc * | pAccessSvc, |
|
|
const std::string & | GeoTag = "", |
|
|
const std::string & | GeoNode = "" ) |
Definition at line 21 of file DblQ00Atyp.cxx.
21 {
22
24
28 if (
m_nObj == 0) std::cerr<<
"NO Atyp banks in the MuonDD Database"<<std::endl;
29
30 for (
size_t i=0;
i<atyp->
size(); ++
i) {
31 m_d[
i].version = (*atyp)[
i]->getInt(
"VERS");
32 m_d[
i].jtyp = (*atyp)[
i]->getInt(
"JTYP");
33 m_d[
i].nsta = (*atyp)[
i]->getInt(
"NSTA");
34 m_d[
i].type = (*atyp)[
i]->getString(
"TYP");
35 }
36 }
37 else {
38 std::cerr<<"NO Atyp banks in the MuonDD Database"<<std::endl;
39 }
40}
std::shared_ptr< IRDBRecordset > IRDBRecordset_ptr
virtual IRDBRecordset_ptr getRecordsetPtr(const std::string &node, const std::string &tag, const std::string &tag2node="", const std::string &connName="ATLASDD")=0
Provides access to the Recordset object containing HVS-tagged data.
virtual unsigned int size() const =0
std::string getName() const
◆ DblQ00Atyp() [3/3]
| MuonGM::DblQ00Atyp::DblQ00Atyp |
( |
const DblQ00Atyp & | | ) |
|
|
delete |
◆ data()
| const ATYP * MuonGM::DblQ00Atyp::data |
( |
| ) |
const |
|
inline |
◆ getDirName()
| std::string MuonGM::DblQ00Atyp::getDirName |
( |
| ) |
const |
|
inline |
◆ getName()
| std::string MuonGM::DblQ00Atyp::getName |
( |
| ) |
const |
|
inline |
◆ getNObj()
| unsigned int MuonGM::DblQ00Atyp::getNObj |
( |
| ) |
const |
|
inline |
◆ getObjName()
| std::string MuonGM::DblQ00Atyp::getObjName |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ size()
| unsigned int MuonGM::DblQ00Atyp::size |
( |
| ) |
const |
|
inline |
◆ m_d
| std::vector<ATYP> MuonGM::DblQ00Atyp::m_d {0} |
|
private |
◆ m_nObj
| unsigned int MuonGM::DblQ00Atyp::m_nObj {0} |
|
private |
The documentation for this class was generated from the following files: