ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
TestBeam
TBRec
src
TBCellContainerFillerTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TBREC_TBCELLCONTAINERFILLERTOOL_H
6
#define TBREC_TBCELLCONTAINERFILLERTOOL_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "
CaloInterface/ICaloCellMakerTool.h
"
10
#include "GaudiKernel/ToolHandle.h"
11
#include "
CaloDetDescr/CaloDetDescrManager.h
"
12
#include "
StoreGate/ReadCondHandleKey.h
"
13
14
class
MsgStream;
15
class
CaloCell_ID
;
16
class
LArOnlineID
;
17
18
class
TBCellContainerFillerTool
19
:
public
extends<AthAlgTool, ICaloCellMakerTool>
20
{
21
public
:
22
23
TBCellContainerFillerTool
(
const
std::string&
type
,
const
std::string& name,
24
const
IInterface* parent) ;
25
26
virtual
StatusCode
initialize
()
override
;
27
28
// update theCellContainer
29
virtual
StatusCode
process
(
CaloCellContainer
* theCellContainer,
30
const
EventContext& ctx)
const override
;
31
32
private
:
33
SG::ReadCondHandleKey<CaloDetDescrManager>
m_caloMgrKey
{ this
34
,
"CaloDetDescrManager"
35
,
"CaloDetDescrManager"
36
,
"SG Key for CaloDetDescrManager in the Condition Store"
};
37
38
const
CaloCell_ID
*
m_theCaloCCIDM
{
nullptr
};
39
const
LArOnlineID
*
m_onlineHelper
{
nullptr
};
40
unsigned
int
m_hashMax
{0};
41
};
42
43
#endif
AthAlgTool.h
CaloDetDescrManager.h
Definition of CaloDetDescrManager.
ICaloCellMakerTool.h
ReadCondHandleKey.h
CaloCellContainer
Container class for CaloCell.
Definition
CaloCellContainer.h:55
CaloCell_ID
Helper class for offline cell identifiers.
Definition
CaloCell_ID.h:34
LArOnlineID
Definition
LArOnlineID.h:21
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
TBCellContainerFillerTool::TBCellContainerFillerTool
TBCellContainerFillerTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
TBCellContainerFillerTool.cxx:13
TBCellContainerFillerTool::m_caloMgrKey
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
Definition
TBCellContainerFillerTool.h:33
TBCellContainerFillerTool::m_onlineHelper
const LArOnlineID * m_onlineHelper
Definition
TBCellContainerFillerTool.h:39
TBCellContainerFillerTool::m_hashMax
unsigned int m_hashMax
Definition
TBCellContainerFillerTool.h:40
TBCellContainerFillerTool::initialize
virtual StatusCode initialize() override
Definition
TBCellContainerFillerTool.cxx:24
TBCellContainerFillerTool::m_theCaloCCIDM
const CaloCell_ID * m_theCaloCCIDM
Definition
TBCellContainerFillerTool.h:38
process
const std::string process
Definition
fbtTestBasics.cxx:76
type
Generated on
for ATLAS Offline Software by
1.17.0