ATLAS Offline Software
Loading...
Searching...
No Matches
PadTrig_RawDataProviderTool.cxx
Go to the documentation of this file.
2
3namespace Muon {
4
5//=====================================================================
6PadTrig_RawDataProviderTool::PadTrig_RawDataProviderTool(const std::string& type, const std::string& name, const IInterface* parent)
7: AthAlgTool(type, name, parent)
8{
9 declareInterface<IMuonRawDataProviderTool>(this);
10}
11
12//=====================================================================
14{
15 ATH_MSG_ERROR(__PRETTY_FUNCTION__ << " not yet implemented!");
16 return StatusCode::FAILURE;
17}
18
19StatusCode PadTrig_RawDataProviderTool::convert(const ROBFragmentList&, const std::vector<IdentifierHash>&) const
20{
21 ATH_MSG_ERROR(__PRETTY_FUNCTION__ << " not yet implemented!");
22 return StatusCode::FAILURE;
23}
24
26{
27 ATH_MSG_ERROR(__PRETTY_FUNCTION__ << " not yet implemented!");
28 return StatusCode::FAILURE;
29}
30
31StatusCode PadTrig_RawDataProviderTool::convert(const std::vector<IdentifierHash>&) const
32{
33 ATH_MSG_ERROR(__PRETTY_FUNCTION__ << " not yet implemented!");
34 return StatusCode::FAILURE;
35}
36
37}
#define ATH_MSG_ERROR(x)
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
std::vector< const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment * > ROBFragmentList
Decoding method.
StatusCode convert() const override
the new ones
PadTrig_RawDataProviderTool(const std::string &type, const std::string &name, const IInterface *parent)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.