![]() |
ATLAS Offline Software
|
CaloTopoTowerBuilderToolBase is abstract base class for tower builders. More...
#include <CaloTopoTowerBuilderToolBase.h>
Public Member Functions | |
| CaloTopoTowerBuilderToolBase (const std::string &name, const std::string &type, const IInterface *parent) | |
| AlgTool constructor. | |
| virtual | ~CaloTopoTowerBuilderToolBase () |
| virtual StatusCode | initialize () override |
| common initialization | |
| virtual void | setTowerSeg (const CaloTowerSeg &theTowerSeg) override |
Protected Attributes | |
| CaloTowerSeg | m_theTowerSeg |
CaloTopoTowerBuilderToolBase is abstract base class for tower builders.
Definition at line 19 of file CaloTopoTowerBuilderToolBase.h.
| CaloTopoTowerBuilderToolBase::CaloTopoTowerBuilderToolBase | ( | const std::string & | name, |
| const std::string & | type, | ||
| const IInterface * | parent ) |
AlgTool constructor.
Definition at line 7 of file CaloTopoTowerBuilderToolBase.cxx.
|
virtualdefault |
|
overridevirtual |
common initialization
Definition at line 17 of file CaloTopoTowerBuilderToolBase.cxx.
|
overridevirtual |
Definition at line 22 of file CaloTopoTowerBuilderToolBase.cxx.
|
protected |
Definition at line 35 of file CaloTopoTowerBuilderToolBase.h.