ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonMM_CnvTools
src
MM_RDO_Decoder.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONBYTESTREAMMMRDODECODER_H
6
#define MUONBYTESTREAMMMRDODECODER_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
10
#include "
MuonRDO/MM_RawData.h
"
11
#include "
MuonDigitContainer/MmDigit.h
"
12
#include "
MuonIdHelpers/MmIdHelper.h
"
13
14
#include "
MuonMM_CnvTools/IMM_RDO_Decoder.h
"
15
#include "
NSWCalibTools/INSWCalibTool.h
"
16
17
#include <inttypes.h>
18
#include <vector>
19
20
class
NswCalibDbTimeChargeData
;
21
22
namespace
Muon
{
23
// Decoder class for conversion from MM RDOs to MM digits
24
// Adapted for MMs from Alexandre Laurier - June 2019
25
26
class
MM_RDO_Decoder
:
public
AthAlgTool
,
virtual
public
IMM_RDO_Decoder
{
27
28
public
:
29
30
MM_RDO_Decoder
(
const
std::string&
type
,
const
std::string& name,
31
const
IInterface* parent ) ;
32
33
virtual
StatusCode
initialize
()
override
final
;
34
35
std::unique_ptr<MmDigit>
getDigit
(
const
EventContext& ctx,
36
const
Muon::MM_RawData
* data)
const
override
final
;
37
38
private
:
39
40
const
MmIdHelper
*
m_mmIdHelper
{
nullptr
};
41
ToolHandle<Muon::INSWCalibTool>
m_calibTool
{
this
,
"CalibrationTool"
,
""
};
42
43
};
44
45
}
46
47
48
49
#endif
AthAlgTool.h
IMM_RDO_Decoder.h
INSWCalibTool.h
MM_RawData.h
MmDigit.h
MmIdHelper.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
MmIdHelper
Definition
MmIdHelper.h:54
Muon::IMM_RDO_Decoder
Definition
IMM_RDO_Decoder.h:18
Muon::MM_RDO_Decoder::getDigit
std::unique_ptr< MmDigit > getDigit(const EventContext &ctx, const Muon::MM_RawData *data) const override final
Definition
MM_RDO_Decoder.cxx:25
Muon::MM_RDO_Decoder::m_mmIdHelper
const MmIdHelper * m_mmIdHelper
Definition
MM_RDO_Decoder.h:40
Muon::MM_RDO_Decoder::MM_RDO_Decoder
MM_RDO_Decoder(const std::string &type, const std::string &name, const IInterface *parent)
Definition
MM_RDO_Decoder.cxx:9
Muon::MM_RDO_Decoder::initialize
virtual StatusCode initialize() override final
Definition
MM_RDO_Decoder.cxx:16
Muon::MM_RDO_Decoder::m_calibTool
ToolHandle< Muon::INSWCalibTool > m_calibTool
Definition
MM_RDO_Decoder.h:41
Muon::MM_RawData
Temporary class to hold the MM RDO.
Definition
MM_RawData.h:20
NswCalibDbTimeChargeData
Definition
NswCalibDbTimeChargeData.h:25
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
type
Generated on
for ATLAS Offline Software by
1.17.0