ATLAS Offline Software
Loading...
Searching...
No Matches
MdtCalibrationT0ShiftTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MDTCALIBSVC_MDTCALIBRATIONT0SHIFTTOOL_H
6#define MDTCALIBSVC_MDTCALIBRATIONT0SHIFTTOOL_H
7
9
15
17public:
19 MdtCalibrationT0ShiftTool(const std::string& type, const std::string& name, const IInterface* parent);
20
23
24 /*
25 * initalization of map cannot happen before first event
26 * special function required
27 */
28 StatusCode initializeMap() override final;
29
31};
32
33#endif
MdtCalibrationShiftMapBase(const std::string &type, const std::string &name, const IInterface *parent)
~MdtCalibrationT0ShiftTool()=default
destructor
StatusCode initializeMap() override final
MdtCalibrationT0ShiftTool(const std::string &type, const std::string &name, const IInterface *parent)
constructor
#define private