ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonMM_CnvTools
MuonMM_CnvTools
INSWMMTP_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
5
#ifndef MUONMM_CNVTOOLS_INSWMMTP_ROD_DECODER_H
6
#define MUONMM_CNVTOOLS_INSWMMTP_ROD_DECODER_H
7
8
#include "
ByteStreamData/RawEvent.h
"
9
#include "GaudiKernel/IAlgTool.h"
10
11
#include "
xAODMuonRDO/NSWMMTPRDOContainer.h
"
12
13
namespace
Muon
{
14
15
// IAlgTool which facilitates conversion from MM Trigger Processor L1A ROBFragments to RDO
16
class
INSWMMTP_ROD_Decoder
:
virtual
public
IAlgTool {
17
public
:
18
virtual
~INSWMMTP_ROD_Decoder
() =
default
;
19
20
DeclareInterfaceID
(
Muon::INSWMMTP_ROD_Decoder
, 1, 0);
21
22
// Fill the given MMTP L1A RDO container with data from the MMTP ROB
23
// MMTP ROB has 3 L1A elinks (containing hits and segments in a given time window)
24
// the 3 elinks are flattened in the collection
25
virtual
StatusCode
fillCollection
(
const
OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment
& fragment,
xAOD::NSWMMTPRDOContainer
& rdo)
const
= 0;
26
};
27
}
28
#endif
NSWMMTPRDOContainer.h
RawEvent.h
Muon::INSWMMTP_ROD_Decoder
Definition
INSWMMTP_ROD_Decoder.h:16
Muon::INSWMMTP_ROD_Decoder::DeclareInterfaceID
DeclareInterfaceID(Muon::INSWMMTP_ROD_Decoder, 1, 0)
Muon::INSWMMTP_ROD_Decoder::~INSWMMTP_ROD_Decoder
virtual ~INSWMMTP_ROD_Decoder()=default
Muon::INSWMMTP_ROD_Decoder::fillCollection
virtual StatusCode fillCollection(const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment &fragment, xAOD::NSWMMTPRDOContainer &rdo) const =0
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
xAOD::NSWMMTPRDOContainer
NSWMMTPRDOContainer_v1 NSWMMTPRDOContainer
Define the version of the NSW MM RDO container.
Definition
NSWMMTPRDOContainer.h:14
Generated on
for ATLAS Offline Software by
1.17.0