![]() |
ATLAS Offline Software
|
Tool providing vertex parameters of ToF detectors from the conditions database. More...
#include <ToFVtxParamDBTool.h>
Public Member Functions | |
| ToFVtxParamDBTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~ToFVtxParamDBTool () override |
| Does nothing. | |
| virtual StatusCode | initialize () override |
| Does nothing. | |
| virtual StatusCode | finalize () override |
| Does nothing. | |
| nlohmann::json | parametersData (const EventContext &ctx) const override |
| Provide ToF parameters for a given station. Returns zeros if no data available. | |
| const ToFVtxParamData | parameters (const nlohmann::json &jsondata, const int stationID) const override |
Private Attributes | |
| SG::ReadCondHandleKey< CondAttrListCollection > | m_rch_vtx {this, "vtx_param_key", "/FWD/Onl/AFP/ToFParameters/Vertex", "read condition handle for vertex ToF parameters"} |
Tool providing vertex parameters of ToF detectors from the conditions database.
Definition at line 33 of file ToFVtxParamDBTool.h.
| AFP::ToFVtxParamDBTool::ToFVtxParamDBTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 10 of file ToFVtxParamDBTool.cxx.
|
inlineoverridevirtual |
|
overridevirtual |
Does nothing.
Definition at line 23 of file ToFVtxParamDBTool.cxx.
|
overridevirtual |
Does nothing.
Definition at line 16 of file ToFVtxParamDBTool.cxx.
|
override |
Definition at line 52 of file ToFVtxParamDBTool.cxx.
|
override |
Provide ToF parameters for a given station. Returns zeros if no data available.
Definition at line 30 of file ToFVtxParamDBTool.cxx.
|
private |
Definition at line 52 of file ToFVtxParamDBTool.h.