ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Calorimeter
CaloUtils
src
CaloTopoTowerBuilderToolBase.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
CaloUtils/CaloTopoTowerBuilderToolBase.h
"
6
7
CaloTopoTowerBuilderToolBase::CaloTopoTowerBuilderToolBase
(
const
std::string& name
8
,
const
std::string&
type
9
,
const
IInterface* parent)
10
: base_class(name,
type
,parent)
11
{
12
}
13
14
CaloTopoTowerBuilderToolBase::~CaloTopoTowerBuilderToolBase
()
15
=
default
;
16
17
StatusCode
CaloTopoTowerBuilderToolBase::initialize
()
18
{
19
return
this->initializeTool();
20
}
21
22
void
CaloTopoTowerBuilderToolBase::setTowerSeg
(
const
CaloTowerSeg
& theTowerSeg)
23
{
24
ATH_MSG_DEBUG
(
" in CaloTopoTowerBuilderToolBase::setTowerSeg "
);
25
m_theTowerSeg
= theTowerSeg;
26
ATH_MSG_DEBUG
(
" neta,nphi,etamin,etamax "
<< theTowerSeg.
neta
() <<
" "
<< theTowerSeg.
nphi
()
27
<<
" "
<< theTowerSeg.
etamin
() <<
" "
<< theTowerSeg.
etamax
());
28
}
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition
AthMsgStreamMacros.h:29
CaloTopoTowerBuilderToolBase.h
CaloTopoTowerBuilderToolBase::setTowerSeg
virtual void setTowerSeg(const CaloTowerSeg &theTowerSeg) override
Definition
CaloTopoTowerBuilderToolBase.cxx:22
CaloTopoTowerBuilderToolBase::CaloTopoTowerBuilderToolBase
CaloTopoTowerBuilderToolBase(const std::string &name, const std::string &type, const IInterface *parent)
AlgTool constructor.
Definition
CaloTopoTowerBuilderToolBase.cxx:7
CaloTopoTowerBuilderToolBase::~CaloTopoTowerBuilderToolBase
virtual ~CaloTopoTowerBuilderToolBase()
CaloTopoTowerBuilderToolBase::initialize
virtual StatusCode initialize() override
common initialization
Definition
CaloTopoTowerBuilderToolBase.cxx:17
CaloTopoTowerBuilderToolBase::m_theTowerSeg
CaloTowerSeg m_theTowerSeg
Definition
CaloTopoTowerBuilderToolBase.h:35
CaloTowerSeg
Data object stores CaloTower segmentation.
Definition
CaloTowerSeg.h:37
CaloTowerSeg::nphi
index_t nphi() const
Retrieve number of bins.
Definition
CaloTowerSeg.h:428
CaloTowerSeg::neta
index_t neta() const
Retrieve number of bins.
Definition
CaloTowerSeg.h:423
CaloTowerSeg::etamin
double etamin() const
Retrieve lower boundary value range.
Definition
CaloTowerSeg.h:443
CaloTowerSeg::etamax
double etamax() const
Retrieve upper boundary value range.
Definition
CaloTowerSeg.h:448
type
Generated on
for ATLAS Offline Software by
1.17.0