ATLAS Offline Software
Public Member Functions | List of all members
AFP::IToFVtxParamDBTool Class Referenceabstract

Interface to tool providing vertex parameters of ToF detectors from the conditions database. More...

#include <IToFVtxParamDBTool.h>

Inheritance diagram for AFP::IToFVtxParamDBTool:
Collaboration diagram for AFP::IToFVtxParamDBTool:

Public Member Functions

 DeclareInterfaceID (IToFVtxParamDBTool, 1, 0)
 
virtual nlohmann::json parametersData (const EventContext &ctx) const =0
 Provide ToF parameters for a given station. Returns zeros if no data available.
More...
 
virtual const ToFVtxParamData parameters (const nlohmann::json &jsondata, const int stationID) const =0
 

Detailed Description

Interface to tool providing vertex parameters of ToF detectors from the conditions database.

Definition at line 23 of file IToFVtxParamDBTool.h.

Member Function Documentation

◆ DeclareInterfaceID()

AFP::IToFVtxParamDBTool::DeclareInterfaceID ( IToFVtxParamDBTool  ,
,
 
)

◆ parameters()

virtual const ToFVtxParamData AFP::IToFVtxParamDBTool::parameters ( const nlohmann::json jsondata,
const int  stationID 
) const
pure virtual

◆ parametersData()

virtual nlohmann::json AFP::IToFVtxParamDBTool::parametersData ( const EventContext &  ctx) const
pure virtual

Provide ToF parameters for a given station. Returns zeros if no data available.


The documentation for this class was generated from the following file: