ATLAS Offline Software
CMMRoICnvTool.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 XAODTRIGL1CALOCNV_CMMROICNVTOOL_H
8 #define XAODTRIGL1CALOCNV_CMMROICNVTOOL_H
9 
10 // Gaudi/Athena include(s):
12 
13 // Local include(s):
15 
16 namespace xAODMaker {
17 
27  class CMMRoICnvTool : public AthAlgTool,
28  public virtual ICMMRoICnvTool {
29 
30  public:
32  CMMRoICnvTool( const std::string& type, const std::string& name,
33  const IInterface* parent );
34 
36  virtual StatusCode convert( const LVL1::CMMRoI* esd,
37  xAOD::CMMRoI* xaod ) override;
38 
39  }; // class CMMRoICnvTool
40 
41 } // namespace xAODMaker
42 
43 #endif // XAODTRIGL1CALOCNV_CMMROICNVTOOL_H
xAOD::CMMRoI_v1
Description of CMMRoI_v1.
Definition: CMMRoI_v1.h:27
xAODMaker::CMMRoICnvTool::convert
virtual StatusCode convert(const LVL1::CMMRoI *esd, xAOD::CMMRoI *xaod) override
Function that fills an existing xAOD::EmTauRoIContainer.
Definition: CMMRoICnvTool.cxx:34
xAODMaker
Definition: StoreGateSvc.h:72
xAODMaker::ICMMRoICnvTool
Interface for the tool creating CMMRoI from an ESD.
Definition: ICMMRoICnvTool.h:40
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
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
xAODMaker::CMMRoICnvTool::CMMRoICnvTool
CMMRoICnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition: CMMRoICnvTool.cxx:16
ICMMRoICnvTool.h
xAODMaker::CMMRoICnvTool
Implementation for the ICMMRoICnvTool interface.
Definition: CMMRoICnvTool.h:28
AthAlgTool
Definition: AthAlgTool.h:26
LVL1::CMMRoI
CMM RoI data.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:21