|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONTGC_CNVTOOLS_sTgcRdoToPrepDataToolMT
6 #define MUONTGC_CNVTOOLS_sTgcRdoToPrepDataToolMT
10 #include "GaudiKernel/ServiceHandle.h"
11 #include "GaudiKernel/ToolHandle.h"
26 class MuonDetectorManager;
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"};
106 #endif // MUONTGC_CNVTOOLS_STGCRDOTOPREPDATATOOL_H
Property holding a SG store/key/clid from which an UpdateHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
This class provides conversion from CSC RDO data to CSC Digits.
The ReadoutGeomCnvAlg converts the Run4 Readout geometry build from the GeoModelXML into the legacy M...
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.