5#ifndef MUONTGC_CNVTOOLS_sTgcRdoToPrepDataToolMT
6#define MUONTGC_CNVTOOLS_sTgcRdoToPrepDataToolMT
10#include "GaudiKernel/ServiceHandle.h"
11#include "GaudiKernel/ToolHandle.h"
39 using base_class::base_class;
53 StatusCode
decode(
const EventContext& ctx,
const std::vector<IdentifierHash>& idVect)
const override;
54 StatusCode
decode(
const EventContext& ctx,
const std::vector<uint32_t>& robIds)
const override;
67 outputCache& xAODcontainers,
74 outputCache& xAODcontainers,
75 const std::vector<IdentifierHash>& idsToDecode)
const;
84 Gaudi::Property<bool>
m_merge{
this,
"Merge",
true};
86 ToolHandle<ISTgcClusterBuilderTool>
m_clusterBuilderTool{
this,
"ClusterBuilderTool",
"Muon::SimpleSTgcClusterBuilderTool/SimpleSTgcClusterBuilderTool"};
87 ToolHandle<INSWCalibTool>
m_calibTool{
this,
"NSWCalibTool",
""};
98 "Switch between the legacy and the new geometry"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which an UpdateHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
The ReadoutGeomCnvAlg converts the Run4 Readout geometry build from the GeoModelXML into the legacy M...
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.