|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONCONDALG_NSWUNCERTDBALG_H
6 #define MUONCONDALG_NSWUNCERTDBALG_H
9 #include <nlohmann/json.hpp>
43 "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
46 "Key of the parametrized NSW uncertainties"};
49 "Key to the parametrized NSW uncertainty COOL folder"};
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
virtual StatusCode execute(const EventContext &) const override
SG::WriteCondHandleKey< NswErrorCalibData > m_writeKey
An algorithm that can be simultaneously executed in multiple threads.
StatusCode parseDataFromJSON(const nlohmann::json &lines, NswErrorCalibData &errorCalibData) const
Load the Jitter constants from the JSON format.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadCondHandleKeyArray< CondAttrListCollection > m_readKeysDb
AthROOTErrorHandlerSvc * svc
virtual ~NswUncertDbAlg()=default
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
virtual bool isReEntrant() const override
NswUncertDbAlg(const std::string &name, ISvcLocator *svc)
Gaudi::Property< std::string > m_readFromJSON
Use an external JSON file to load the Jitter constants from.
virtual StatusCode initialize() override