ATLAS Offline Software
IMM_RDO_Decoder.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONMM_CNVTOOLS_IMM_RDO_DECODER_H
6 #define MUONMM_CNVTOOLS_IMM_RDO_DECODER_H
7 
8 #include "GaudiKernel/IAlgTool.h"
9 
10 class MmDigit;
11 class MmIdHelper;
12 class Identifier;
13 
14 
15 namespace Muon {
16  class MM_RawData;
17 
18  class IMM_RDO_Decoder : virtual public IAlgTool {
19 
20  public:
21  virtual ~IMM_RDO_Decoder() = default;
25 
26  virtual std::unique_ptr<MmDigit> getDigit(const EventContext& ctx,
27  const Muon::MM_RawData* Rawdata) const = 0;
28 
29  };
30 
31 }
32 #endif
33 
34 
35 
Muon::IMM_RDO_Decoder::DeclareInterfaceID
DeclareInterfaceID(Muon::IMM_RDO_Decoder, 1, 0)
AlgTool InterfaceID.
MmDigit
Definition: MmDigit.h:20
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::MM_RawData
Temporary class to hold the MM RDO.
Definition: MM_RawData.h:20
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
Muon::IMM_RDO_Decoder::getDigit
virtual std::unique_ptr< MmDigit > getDigit(const EventContext &ctx, const Muon::MM_RawData *Rawdata) const =0
Muon::IMM_RDO_Decoder::~IMM_RDO_Decoder
virtual ~IMM_RDO_Decoder()=default
MmIdHelper
Definition: MmIdHelper.h:54
Muon::IMM_RDO_Decoder
Definition: IMM_RDO_Decoder.h:18