ATLAS Offline Software
CaloTopoTowerBuilderToolBase.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef CALOUTILS_CALOTOPOTOWERBUILDERTOOLBASE_H
6 #define CALOUTILS_CALOTOPOTOWERBUILDERTOOLBASE_H
7 
17 #include "CaloEvent/CaloTowerSeg.h"
18 
20  virtual public ICaloTopoTowerBuilderToolBase,
21  public IIncidentListener
22 {
23  public:
24 
26  CaloTopoTowerBuilderToolBase(const std::string& name
27  , const std::string& type
28  , const IInterface* parent);
30 
32  virtual StatusCode initialize() override;
33 
34  virtual void setTowerSeg(const CaloTowerSeg& theTowerSeg) override;
35 
36  protected:
38 };
39 
40 #endif
CaloTowerSeg.h
CaloTopoTowerBuilderToolBase::CaloTopoTowerBuilderToolBase
CaloTopoTowerBuilderToolBase(const std::string &name, const std::string &type, const IInterface *parent)
AlgTool constructor.
Definition: CaloTopoTowerBuilderToolBase.cxx:7
CaloTopoTowerBuilderToolBase::m_theTowerSeg
CaloTowerSeg m_theTowerSeg
Definition: CaloTopoTowerBuilderToolBase.h:37
CaloTopoTowerBuilderToolBase
CaloTopoTowerBuilderToolBase is abstract base class for tower builders.
Definition: CaloTopoTowerBuilderToolBase.h:22
CaloTopoTowerBuilderToolBase::setTowerSeg
virtual void setTowerSeg(const CaloTowerSeg &theTowerSeg) override
Definition: CaloTopoTowerBuilderToolBase.cxx:23
ICaloTopoTowerBuilderToolBase.h
CaloTopoTowerBuilderToolBase::initialize
virtual StatusCode initialize() override
common initialization
Definition: CaloTopoTowerBuilderToolBase.cxx:18
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
ICaloTopoTowerBuilderToolBase
Definition: ICaloTopoTowerBuilderToolBase.h:36
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
CaloTopoTowerBuilderToolBase::~CaloTopoTowerBuilderToolBase
virtual ~CaloTopoTowerBuilderToolBase()
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
CaloTowerSeg
Data object stores CaloTower segmentation.
Definition: CaloTowerSeg.h:37
AthAlgTool
Definition: AthAlgTool.h:26