ATLAS Offline Software
Loading...
Searching...
No Matches
TwinTubeMappingCondAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef MUONMDT_CABLING_TWINTUBEMAPPINGALG_H
5#define MUONMDT_CABLING_TWINTUBEMAPPINGALG_H
6
9#include <GaudiKernel/SystemOfUnits.h>
13
15
16
17
18
19namespace Muon{
21 public:
22 using AthCondAlgorithm::AthCondAlgorithm;
24 StatusCode initialize() override final;
25 StatusCode execute(const EventContext& ctx) const override final;
26
27 private:
28 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
30 SG::WriteCondHandleKey<TwinTubeMap> m_writeKey{this, "WriteKey", "MdtTwinTubeMap", "Key of output Mdt TwinTube Map"};
31
32 Gaudi::Property<std::string> m_extJSONFile{this, "JSONFile", "",
33 "Specify an external JSON file containing the cabling information."};
34
35 Gaudi::Property<double> m_hvDelay{this, "HVDelayTime", 6.*Gaudi::Units::ns,
36 "Delay time between twin tube and primary tube"};
37 };
38}
39#endif
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
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
#define private