4#ifndef MUONMDT_CABLING_TWINTUBEMAPPINGALG_H
5#define MUONMDT_CABLING_TWINTUBEMAPPINGALG_H
9#include <GaudiKernel/SystemOfUnits.h>
22 using AthCondAlgorithm::AthCondAlgorithm;
33 "Specify an external JSON file containing the cabling information."};
35 Gaudi::Property<double>
m_hvDelay{
this,
"HVDelayTime", 6.*Gaudi::Units::ns,
36 "Delay time between twin tube and primary tube"};
Base class for conditions algorithms.
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
Base class for conditions algorithms.
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
StatusCode execute(const EventContext &ctx) const override final
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
SG::WriteCondHandleKey< TwinTubeMap > m_writeKey
StatusCode initialize() override final
Gaudi::Property< std::string > m_extJSONFile
Gaudi::Property< double > m_hvDelay
~TwinTubeMappingCondAlg()=default
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.