ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonSTGC_CnvTools
src
PadTrig_ROD_Decoder.h
Go to the documentation of this file.
1
#ifndef MUONSTGC_CNVTOOLS_PADTRIG_ROD_DECODER_H
2
#define MUONSTGC_CNVTOOLS_PADTRIG_ROD_DECODER_H
3
4
#include "
AthenaBaseComps/AthAlgTool.h
"
5
#include "
MuonSTGC_CnvTools/IPadTrig_ROD_Decoder.h
"
6
7
namespace
Muon
{
8
class
PadTrig_ROD_Decoder
:
public
IPadTrig_ROD_Decoder
,
public
AthAlgTool
9
{
10
11
public
:
12
PadTrig_ROD_Decoder
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent);
13
14
// Convert the given ROBFragment to an NSW_PadTriggerData object, and store it
15
// in the RDO container at the appropriate hash ID, if no collection is found
16
// at that hash ID.
17
StatusCode
fillCollection
(
const
OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment
& fragment,
NSW_PadTriggerDataContainer
& rdo)
const override
;
18
19
protected
:
20
// Properties
21
Gaudi::Property<bool>
m_pfebBCIDs
{
this
,
"pFEBBCIDs"
,
false
,
"Are pFEB BCIDs present?"
};
22
Gaudi::Property<bool>
m_toTPData
{
this
,
"toTPData"
,
false
,
"Is to-TP data present?"
};
23
Gaudi::Property<bool>
m_channelMapping
{
this
,
"channelMapping"
,
false
,
"Are pFEB channels re-mapped?"
};
24
25
};
26
}
// namespace Muon
27
28
#endif
// MUONSTGC_CNVTOOLS_PADTRIG_ROD_DECODER_H
AthAlgTool.h
IPadTrig_ROD_Decoder.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
Muon::IPadTrig_ROD_Decoder
Definition
IPadTrig_ROD_Decoder.h:11
Muon::NSW_PadTriggerDataContainer
Definition
NSW_PadTriggerDataContainer.h:15
Muon::PadTrig_ROD_Decoder::m_channelMapping
Gaudi::Property< bool > m_channelMapping
Definition
PadTrig_ROD_Decoder.h:23
Muon::PadTrig_ROD_Decoder::m_toTPData
Gaudi::Property< bool > m_toTPData
Definition
PadTrig_ROD_Decoder.h:22
Muon::PadTrig_ROD_Decoder::fillCollection
StatusCode fillCollection(const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment &fragment, NSW_PadTriggerDataContainer &rdo) const override
Definition
PadTrig_ROD_Decoder.cxx:27
Muon::PadTrig_ROD_Decoder::PadTrig_ROD_Decoder
PadTrig_ROD_Decoder(const std::string &type, const std::string &name, const IInterface *parent)
Definition
PadTrig_ROD_Decoder.cxx:19
Muon::PadTrig_ROD_Decoder::m_pfebBCIDs
Gaudi::Property< bool > m_pfebBCIDs
Definition
PadTrig_ROD_Decoder.h:21
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
type
Generated on
for ATLAS Offline Software by
1.17.0