ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonMM_CnvTools
MuonMM_CnvTools
IMM_ROD_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
6
// IMM_ROD_Decoder.h, (c) ATLAS Detector software
8
#ifndef MUONMM_CNVTOOLS_IMUONMM_ROD_DECODER_H
9
#define MUONMM_CNVTOOLS_IMUONMM_ROD_DECODER_H
10
11
#include "GaudiKernel/IAlgTool.h"
12
#include "
ByteStreamData/RawEvent.h
"
13
#include "
MuonRDO/MM_RawDataCollection.h
"
14
15
namespace
Muon
16
{
17
class
MM_RawDataContainer
;
18
19
24
25
class
IMM_ROD_Decoder
:
virtual
public
IAlgTool
26
{
27
public
:
28
virtual
~IMM_ROD_Decoder
() =
default
;
29
DeclareInterfaceID
(
Muon::IMM_ROD_Decoder
, 1, 0);
30
32
virtual
StatusCode
fillCollection
(
const
EventContext&,
const
OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment
&,
const
std::vector<IdentifierHash>&, std::unordered_map<
IdentifierHash
, std::unique_ptr<MM_RawDataCollection>>&)
const
= 0;
33
};
34
35
}
// end of namespace
36
37
#endif
// MUONMM_CNVTOOLS_IMUONMM_ROD_DECODER_H
38
MM_RawDataCollection.h
RawEvent.h
IdentifierHash
This is a "hash" representation of an Identifier.
Definition
IdentifierHash.h:25
Muon::IMM_ROD_Decoder
the respective class for TGCs.
Definition
IMM_ROD_Decoder.h:26
Muon::IMM_ROD_Decoder::DeclareInterfaceID
DeclareInterfaceID(Muon::IMM_ROD_Decoder, 1, 0)
Muon::IMM_ROD_Decoder::~IMM_ROD_Decoder
virtual ~IMM_ROD_Decoder()=default
Muon::IMM_ROD_Decoder::fillCollection
virtual StatusCode fillCollection(const EventContext &, const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment &, const std::vector< IdentifierHash > &, std::unordered_map< IdentifierHash, std::unique_ptr< MM_RawDataCollection > > &) const =0
Convert ROBFragments to RDOs.
Muon::MM_RawDataContainer
Definition
MM_RawDataContainer.h:18
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment
eformat::ROBFragment< PointerType > ROBFragment
Definition
RawEvent.h:27
Generated on
for ATLAS Offline Software by
1.17.0