10#ifndef AFP_DBTOOLS_SILOCALIGNDBTOOL_H
11#define AFP_DBTOOLS_SILOCALIGNDBTOOL_H
22#include "GaudiKernel/EventContext.h"
26#include "nlohmann/json.hpp"
45 virtual StatusCode
finalize()
override;
48 nlohmann::json
alignmentData (
const EventContext& ctx)
const override;
49 const SiLocAlignData alignment (
const nlohmann::json& jsondata,
const int stationID,
const int planeID)
const override;
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
Header file for class SiLocAlignData.
Class storing information about alignment.
Header file for interface of SiGlobAlignDBTool used to read global alignment for database.