ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonTGC_CnvTools
MuonTGC_CnvTools
ITGC_RDO_Decoder.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONTGC_CNVTOOL_ITGC_RDO_Decoder_H
6
#define MUONTGC_CNVTOOL_ITGC_RDO_Decoder_H
7
8
#include "GaudiKernel/EventContext.h"
9
#include "GaudiKernel/IAlgTool.h"
10
class
TgcDigit
;
11
class
TgcRawData
;
12
class
Identifier
;
13
14
namespace
Muon
{
15
21
22
class
ITGC_RDO_Decoder
:
virtual
public
IAlgTool {
23
24
public
:
26
DeclareInterfaceID
(
ITGC_RDO_Decoder
, 1, 0);
27
30
virtual
void
applyPatch
(
bool
patch) = 0;
32
virtual
std::unique_ptr<TgcDigit>
getDigit
(
const
EventContext& ctx,
33
const
TgcRawData
& rawData,
34
bool
orFlag)
const
= 0;
36
virtual
Identifier
getOfflineData
(
const
EventContext& ctx,
37
const
TgcRawData
& rawData,
bool
orFlag,
38
uint16_t& bctag)
const
= 0;
39
};
40
41
}
// namespace Muon
42
43
#endif
// MUONTGC_CNVTOOL_ITGC_RDO_Decoder_H
Muon::ITGC_RDO_Decoder
The interface for AlgTool which provides conversion from RDO data to TGC digits and offline ID.
Definition
ITGC_RDO_Decoder.h:22
Muon::ITGC_RDO_Decoder::DeclareInterfaceID
DeclareInterfaceID(ITGC_RDO_Decoder, 1, 0)
Provide interface ID of ITGC_RDO_Decoder.
Muon::ITGC_RDO_Decoder::getDigit
virtual std::unique_ptr< TgcDigit > getDigit(const EventContext &ctx, const TgcRawData &rawData, bool orFlag) const =0
Get TGC Digit from TGC RDO.
Muon::ITGC_RDO_Decoder::applyPatch
virtual void applyPatch(bool patch)=0
Set a flag for application of patch.
Muon::ITGC_RDO_Decoder::getOfflineData
virtual Identifier getOfflineData(const EventContext &ctx, const TgcRawData &rawData, bool orFlag, uint16_t &bctag) const =0
Get offline ID and bcTag from TGC RDO.
TgcDigit
Definition
TgcDigit.h:21
TgcRawData
An unit object of TGC ROD output.
Definition
TgcRawData.h:23
Identifier
Definition
IdentifierFieldParser.cxx:14
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
Generated on
for ATLAS Offline Software by
1.17.0