ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Protected Attributes | List of all members
IZdcGeometryDB Class Reference

#include <ZdcGeometryDB.h>

Inheritance diagram for IZdcGeometryDB:
Collaboration diagram for IZdcGeometryDB:

Public Member Functions

 IZdcGeometryDB ()
 
const nlohmann::jsongetDB () const
 

Protected Attributes

bool m_geoLoaded {}
 
nlohmann::json m_mainJson
 

Detailed Description

Definition at line 11 of file ZdcGeometryDB.h.

Constructor & Destructor Documentation

◆ IZdcGeometryDB()

IZdcGeometryDB::IZdcGeometryDB ( )
inline

Definition at line 19 of file ZdcGeometryDB.h.

19 {};

Member Function Documentation

◆ getDB()

const nlohmann::json& IZdcGeometryDB::getDB ( ) const
inline

Definition at line 21 of file ZdcGeometryDB.h.

21 {return m_mainJson;};

Member Data Documentation

◆ m_geoLoaded

bool IZdcGeometryDB::m_geoLoaded {}
protected

Definition at line 15 of file ZdcGeometryDB.h.

◆ m_mainJson

nlohmann::json IZdcGeometryDB::m_mainJson
protected

Definition at line 16 of file ZdcGeometryDB.h.


The documentation for this class was generated from the following file:
IZdcGeometryDB::m_mainJson
nlohmann::json m_mainJson
Definition: ZdcGeometryDB.h:16