ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
L1CaloFEX
L1CaloFEXSim
src
eTowerMakerFromSuperCells.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef eTowerMakerFromSuperCells_H
6
#define eTowerMakerFromSuperCells_H
7
8
// STL
9
#include <string>
10
11
// Athena/Gaudi
12
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
13
#include "
L1CaloFEXSim/eTower.h
"
14
#include "
L1CaloFEXSim/eTowerContainer.h
"
15
#include "
eTowerBuilder.h
"
16
#include "
eSuperCellTowerMapper.h
"
17
#include "
xAODTrigL1Calo/TriggerTowerContainer.h
"
18
19
namespace
LVL1
{
20
21
class
eTowerMakerFromSuperCells
:
public
AthReentrantAlgorithm
22
{
23
public
:
24
25
eTowerMakerFromSuperCells
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
26
~eTowerMakerFromSuperCells
() =
default
;
27
28
virtual
StatusCode
initialize
()
override
;
29
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
30
31
private
:
32
33
SG::WriteHandleKey<LVL1::eTowerContainer>
m_eTowerContainerSGKey
{
this
,
"MyETowers"
,
"eTowerContainer"
,
"MyETowers"
};
34
35
ToolHandle<IeTowerBuilder>
m_eTowerBuilderTool
{
this
,
"eTowerBuilderTool"
,
"LVL1::eTowerBuilder"
,
"Tool that builds eTowers for simulation"
};
36
ToolHandle<IeSuperCellTowerMapper>
m_eSuperCellTowerMapperTool
{
this
,
"eSuperCellTowerMapperTool"
,
"LVL1::eSuperCellTowerMapper"
,
"Tool that maps supercells to eTowers"
};
37
38
};
39
40
}
// end of LVL1 namespace
41
#endif
AthReentrantAlgorithm.h
TriggerTowerContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
LVL1::eTowerMakerFromSuperCells::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
eTowerMakerFromSuperCells.cxx:39
LVL1::eTowerMakerFromSuperCells::m_eTowerContainerSGKey
SG::WriteHandleKey< LVL1::eTowerContainer > m_eTowerContainerSGKey
Definition
eTowerMakerFromSuperCells.h:33
LVL1::eTowerMakerFromSuperCells::eTowerMakerFromSuperCells
eTowerMakerFromSuperCells(const std::string &name, ISvcLocator *pSvcLocator)
Definition
eTowerMakerFromSuperCells.cxx:20
LVL1::eTowerMakerFromSuperCells::m_eSuperCellTowerMapperTool
ToolHandle< IeSuperCellTowerMapper > m_eSuperCellTowerMapperTool
Definition
eTowerMakerFromSuperCells.h:36
LVL1::eTowerMakerFromSuperCells::m_eTowerBuilderTool
ToolHandle< IeTowerBuilder > m_eTowerBuilderTool
Definition
eTowerMakerFromSuperCells.h:35
LVL1::eTowerMakerFromSuperCells::initialize
virtual StatusCode initialize() override
Definition
eTowerMakerFromSuperCells.cxx:27
LVL1::eTowerMakerFromSuperCells::~eTowerMakerFromSuperCells
~eTowerMakerFromSuperCells()=default
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
eSuperCellTowerMapper.h
eTowerBuilder.h
eTowerContainer.h
eTower.h
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition
IZdcDataAccess.h:13
TrigConf::name
Definition
HLTChainList.h:35
Generated on
for ATLAS Offline Software by
1.17.0