#include <DblQ00Wspa.h>
Definition at line 22 of file DblQ00Wspa.h.
◆ DblQ00Wspa() [1/3]
| MuonGM::DblQ00Wspa::DblQ00Wspa |
( |
| ) |
|
|
default |
◆ ~DblQ00Wspa()
| MuonGM::DblQ00Wspa::~DblQ00Wspa |
( |
| ) |
|
|
default |
◆ DblQ00Wspa() [2/3]
| MuonGM::DblQ00Wspa::DblQ00Wspa |
( |
IRDBAccessSvc * | pAccessSvc, |
|
|
const std::string & | GeoTag = "", |
|
|
const std::string & | GeoNode = "" ) |
Definition at line 20 of file DblQ00Wspa.cxx.
20 {
21
23
27 if (
m_nObj == 0) std::cerr<<
"NO Wspa banks in the MuonDD Database"<<std::endl;
28 for(
size_t i=0;
i<wspa->
size(); ++
i) {
29 m_d[
i].version = (*wspa)[
i]->getInt(
"VERS");
30 m_d[
i].jsta = (*wspa)[
i]->getInt(
"JSTA");
31 m_d[
i].nb = (*wspa)[
i]->getInt(
"NB");
32 m_d[
i].x0 = (*wspa)[
i]->getFloat(
"X0");
33 m_d[
i].tckspa = (*wspa)[
i]->getFloat(
"TCKSPA");
34 }
35 } else {
36 std::cerr<<"NO Wspa banks in the MuonDD Database"<<std::endl;
37 }
38}
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
◆ DblQ00Wspa() [3/3]
| MuonGM::DblQ00Wspa::DblQ00Wspa |
( |
const DblQ00Wspa & | | ) |
|
|
delete |
◆ data()
| const WSPA * MuonGM::DblQ00Wspa::data |
( |
| ) |
const |
|
inline |
◆ getDirName()
| std::string MuonGM::DblQ00Wspa::getDirName |
( |
| ) |
const |
|
inline |
◆ getName()
| std::string MuonGM::DblQ00Wspa::getName |
( |
| ) |
const |
|
inline |
◆ getObjName()
| std::string MuonGM::DblQ00Wspa::getObjName |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ size()
| unsigned int MuonGM::DblQ00Wspa::size |
( |
| ) |
const |
|
inline |
◆ m_d
| std::vector<WSPA> MuonGM::DblQ00Wspa::m_d {} |
|
private |
◆ m_nObj
| unsigned int MuonGM::DblQ00Wspa::m_nObj {0} |
|
private |
The documentation for this class was generated from the following files: