ATLAS Offline Software
PadTrig_RawDataProviderTool.cxx
Go to the documentation of this file.
2 
3 namespace Muon {
4 
5 //=====================================================================
6 PadTrig_RawDataProviderTool::PadTrig_RawDataProviderTool(const std::string& type, const std::string& name, const IInterface* 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 
19 StatusCode 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 
31 StatusCode 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 }
Muon::PadTrig_RawDataProviderTool::convert
StatusCode convert() const override
the new ones
Definition: PadTrig_RawDataProviderTool.cxx:25
Muon::PadTrig_RawDataProviderTool::PadTrig_RawDataProviderTool
PadTrig_RawDataProviderTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: PadTrig_RawDataProviderTool.cxx:6
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
PadTrig_RawDataProviderTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
Muon::IMuonRawDataProviderTool::ROBFragmentList
std::vector< const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment * > ROBFragmentList
Decoding method.
Definition: IMuonRawDataProviderTool.h:27
AthAlgTool
Definition: AthAlgTool.h:26