ATLAS Offline Software
TrigMuonROIRetriever.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef JIVEXML_TRIGMUONROIRETRIEVER_H
6 #define JIVEXML_TRIGMUONROIRETRIEVER_H
7 
8 
9 
10 #include "JiveXML/IDataRetriever.h"
11 #include "JiveXML/IFormatTool.h"
15 #include "GaudiKernel/ToolHandle.h"
16 #include <string>
17 
18 namespace JiveXML{
19 
20  class TrigMuonROIRetriever : virtual public IDataRetriever, public AthAlgTool {
21 
22  public:
23 
25  TrigMuonROIRetriever(const std::string& type, const std::string& name, const IInterface* parent);
26 
28  virtual StatusCode retrieve(ToolHandle<IFormatTool> &FormatTool);
29 
31  virtual std::string dataTypeName() const { return "TrigMuonROI"; };
32 
33  private:
35  SG::ReadHandleKey<LVL1_ROI> m_sgKey{this, "StoreGateKey", "LVL1_ROI", "Storegate key for LVL1 Muon RoIs"};
36  };
37 
38 }
39 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< LVL1_ROI >
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
LVL1_ROI.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
JiveXML::IDataRetriever
Interface for all DataRetriever classes, that extract event data from StoreGate and pass them on to a...
Definition: IDataRetriever.h:25
JiveXML::TrigMuonROIRetriever::m_sgKey
SG::ReadHandleKey< LVL1_ROI > m_sgKey
The storegate key for the LVL1 Muon RoIs.
Definition: TrigMuonROIRetriever.h:35
JiveXML::TrigMuonROIRetriever
Definition: TrigMuonROIRetriever.h:20
JiveXML
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
Definition: BadLArRetriever.cxx:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
JiveXML::TrigMuonROIRetriever::retrieve
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
Definition: TrigMuonROIRetriever.cxx:23
AthAlgTool
Definition: AthAlgTool.h:26
JiveXML::TrigMuonROIRetriever::TrigMuonROIRetriever
TrigMuonROIRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
Definition: TrigMuonROIRetriever.cxx:13
JiveXML::TrigMuonROIRetriever::dataTypeName
virtual std::string dataTypeName() const
Return the name of the data type.
Definition: TrigMuonROIRetriever.h:31
IDataRetriever.h
IFormatTool.h