ATLAS Offline Software
EnergySumRoICnvTool.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef XAODTRIGGERCNV_ENERGYSUMROICNVTOOL_H
8 #define XAODTRIGGERCNV_ENERGYSUMROICNVTOOL_H
9 
10 // Gaudi/Athena include(s):
12 
13 // Local include(s):
15 
16 namespace xAODMaker {
17 
28  public virtual IEnergySumRoICnvTool {
29 
30  public:
32  EnergySumRoICnvTool( const std::string& type, const std::string& name,
33  const IInterface* parent );
34 
36  virtual StatusCode convert( const LVL1_ROI* aod,
37  xAOD::EnergySumRoI* xaod ) override;
38 
39  }; // class EnergySumRoICnvTool
40 
41 } // namespace xAODMaker
42 
43 #endif // XAODTRIGGERCNV_ENERGYSUMROICNVTOOL_H
xAODMaker::EnergySumRoICnvTool
Implementation for the IEnergySumRoICnvTool interface.
Definition: EnergySumRoICnvTool.h:28
xAODMaker::EnergySumRoICnvTool::convert
virtual StatusCode convert(const LVL1_ROI *aod, xAOD::EnergySumRoI *xaod) override
Function that fills an existing xAOD::EnergySumRoI.
Definition: EnergySumRoICnvTool.cxx:37
xAODMaker::IEnergySumRoICnvTool
Interface for the tool creating EnergySumRoI from an AOD.
Definition: IEnergySumRoICnvTool.h:38
xAODMaker::EnergySumRoICnvTool::EnergySumRoICnvTool
EnergySumRoICnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition: EnergySumRoICnvTool.cxx:19
xAODMaker
Definition: StoreGateSvc.h:72
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
IEnergySumRoICnvTool.h
LVL1_ROI
Top level AOD object storing LVL1 RoIs.
Definition: LVL1_ROI.h:43
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
AthAlgTool
Definition: AthAlgTool.h:26
xAOD::EnergySumRoI_v2
Class describing a LVL1 energy-sum "RoI".
Definition: EnergySumRoI_v2.h:35